Releases: polarbub/MC-Server-Bot
Releases · polarbub/MC-Server-Bot
2.3.9
20 Apr 16:47
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed backup permission checks
2.3.5
11 Aug 17:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added nickname support
Added a permissions check for the help command
2.3.3
31 May 20:08
Compare
Sorry, something went wrong.
No results found
Fix git repos with shortend commit ids that have other lengths than 7 characters
2.3.2
31 May 00:02
Compare
Sorry, something went wrong.
No results found
Remove extra backup starting println
2.3.1
22 May 17:15
Compare
Sorry, something went wrong.
No results found
Fix disconnection messages triggering the death message system
2.3.0
22 May 16:48
Compare
Sorry, something went wrong.
No results found
Add death messages
Add some safeties to git
Fix race condition in git class