Releases: Tom-The-Geek/TomsServerUtils
Releases · Tom-The-Geek/TomsServerUtils
Version 1.0.0-pre.1
Update just about everything, including update to Minecraft 1.17
Version 0.6.0
- Use Kord for Discord functionality, rather than JDA
Version 0.5.0
Changelog:
- Update lots of dependencies
- Run commands from Discord
Version 0.4.1
- Reverted back to crafatar as the default for profile pictures, minotar seems to have some problems
- Rewrote basically everything that wasn't already into Kotlin
- Optional WIP presence support ('Watching over the server!')
- Cleanup of build scripts
Version 0.4.0
Changes:
- Separate chat and event messages into different webhooks (thanks @Setadokalo)
- Dependencies are now finally listed in the
fabric.mod.json
(again, thanks @Setadokalo) - Update Fabric Language Kotlin from
1.4.30+build.2
to1.5.0+kotlin.1.4.31
- Update Fabric API from
0.26.3+1.16
to0.32.0+1.16
- Fix a potential race condition when stopping the server
- Send broadcast messages on the server thread rather than on the Discord gateway thread
Version 0.3.1
Version 0.3.0
Changes:
- Advancements are now supported in the chat relay!
- Updated fabric-language-kotlin, hopefully nothing breaks.
Version 0.2.4
HOTFIX: Fixes crash due to wrong Log4j SLF4J bridge version (thanks @kb-1000)
Version 0.2.3
Changes:
+ Now creates scripts dir if it doesn't exist (#4)
+ Tries not to crash when the webhook url for the chat link is not set. (#5)
+ JIJ slf4j rather than shading to cleanup log output (#6)
+ Allows limiting mentions using config (#7)
Version 0.2.2
Changelog:
+ Bumped server-translations-api from 1.4.0 -> 1.4.1
+ Improved rendering of messages from Discord (no more <@432121968012296192>!)