Skip to content

Releases: polarbub/MC-Server-Bot

2.3.9

20 Apr 16:47
c311560

Choose a tag to compare

  • Made the input reader faster
  • Fixed compatibility with java 22
  • Changed to compile on java 17 not 21
  • Make build.gradle use kotlin for better sanity

2.3.8

22 May 14:24
b0672e7

Choose a tag to compare

For whatever reason the death regex was in server.java not outChatBridge.java, so I couldn't find it when it started causing issues. It was flagging things that weren't deaths as deaths and putting them in the Chat Bridge. This is now fixed.

2.3.7

07 Apr 17:40
3c637f4

Choose a tag to compare

  • Fix that when replying the webhook in chat-bridge there was an error.
  • Handle when the network is disconnected. There used to be a long verbose error when the network was disconnected. Now it has a more simple error.
  • Make unhanded git failures print out the error. It used to just print a generic error message, now it prints the full output from git.
  • Update all the libraries.

2.3.6

15 Aug 02:19
6c2d714

Choose a tag to compare

  • Fixed backup permission checks

2.3.5

11 Aug 17:24
dbf0bc4

Choose a tag to compare

  • Fix the embed color of backup save
  • Add separate permissions to backup save
  • Fix backup restore
  • Make the errors from backup restore make more sense

2.3.4

09 Aug 21:39
6f6fb2b

Choose a tag to compare

Added nickname support
Added a permissions check for the help command

2.3.3

31 May 20:08
44285b4

Choose a tag to compare

Fix git repos with shortend commit ids that have other lengths than 7 characters

2.3.2

31 May 00:02
4ec3894

Choose a tag to compare

Remove extra backup starting println

2.3.1

22 May 17:15
917a43e

Choose a tag to compare

  • Fix disconnection messages triggering the death message system

2.3.0

22 May 16:48
917a43e

Choose a tag to compare

  • Add death messages
  • Add some safeties to git
  • Fix race condition in git class