Skip to content

Releases: Tom-The-Geek/TomsServerUtils

Version 1.0.0-pre.1

08 Jun 15:52
463a5a0
Compare
Choose a tag to compare
Version 1.0.0-pre.1 Pre-release
Pre-release

Update just about everything, including update to Minecraft 1.17

Version 0.6.0

17 Apr 11:44
Compare
Choose a tag to compare
  • Use Kord for Discord functionality, rather than JDA

Version 0.5.0

11 Apr 14:58
Compare
Choose a tag to compare

Changelog:

  • Update lots of dependencies
  • Run commands from Discord

Version 0.4.1

05 Apr 15:49
Compare
Choose a tag to compare
  • 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

04 Apr 17:06
Compare
Choose a tag to compare

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 to 1.5.0+kotlin.1.4.31
  • Update Fabric API from 0.26.3+1.16 to 0.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

26 Feb 17:37
Compare
Choose a tag to compare

Changes:

  • Make fabric-language-kotlin not JiJ (#11)
  • Fix ~5 minute hang on server close (#8)

Version 0.3.0

24 Feb 21:20
Compare
Choose a tag to compare

Changes:

  • Advancements are now supported in the chat relay!
  • Updated fabric-language-kotlin, hopefully nothing breaks.

Version 0.2.4

21 Feb 13:21
334ee0b
Compare
Choose a tag to compare

HOTFIX: Fixes crash due to wrong Log4j SLF4J bridge version (thanks @kb-1000)

Version 0.2.3

21 Feb 11:46
Compare
Choose a tag to compare

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

18 Feb 15:32
Compare
Choose a tag to compare

Changelog:

+ Bumped server-translations-api from 1.4.0 -> 1.4.1
+ Improved rendering of messages from Discord (no more <@432121968012296192>!)