Skip to content

Releases: Test-Account666/ServerSystem

ServerSystem 2.3.0

26 Jun 19:09
Compare
Choose a tag to compare

+ Added 1.21 support (Not fully tested yet though)
* Fixed NullPointerException with /gamemode command
* Fixed /ban command issues by rewriting it
* Fixed /mute command issues by rewriting it
# A lot of reformatting again

ServerSystem 2.2.0

17 May 18:15
Compare
Choose a tag to compare

2.2.0

* Fixed exception being thrown when using /gamemode
* Fixed exception being thrown when trying to unmute not-muted player
* Fixed exception and falling through the world when using commands like /offlineinvsee
- Removed debug messages from /economy
# De-Duplicated some Economy Code to make it more future proof

ServerSystem 2.1.1

27 Apr 13:26
Compare
Choose a tag to compare

* Fixed multiple commands like /setwarp, /vanish, ...

ServerSystem 2.1.0

25 Apr 14:13
Compare
Choose a tag to compare

* Fix Economy System
# Even more code structure changes

ServerSystem 2.0.1

17 Apr 19:33
Compare
Choose a tag to compare

* Fixed issue with marker file

ServerSystem 2.0.0

17 Apr 01:17
Compare
Choose a tag to compare

* (Hopefully) fixed all pending bugs
- Removed support for old versions
# Basically a rewrite (hence the 2.0.0)

ServerSystem 1.8.3

25 Sep 20:14
Compare
Choose a tag to compare

+ Added baltop placeholders
+ Added 1.20.2 support
* Fix signs on modded environments
* Fixed issues with money cache
* Fixed afk system not working after reload

ServerSystem 1.8.2

20 Aug 14:54
Compare
Choose a tag to compare
  • Added explicit mariadb support
  • Replaced h2 WantsTP database with yml
  • Replaced h2 Warps database with yml

ServerSystem 1.8.1

17 Aug 12:48
Compare
Choose a tag to compare

+ Added russian language
+ Added ability to execute offline/online invsee/enderchest automatically on quit/join
+ Added new aliases (Thanks to Hutch79)
+ Added afk command to commands.yml and aliases.yml
* (Hopefully) Fixed MySQL connection issues
* Fixed permission issues with Sudo
* Fixed not being able to find worldResourceKey
* Fixed afk system

ServerSystem 1.8.0

08 Jul 12:46
Compare
Choose a tag to compare
  • Added Afk System, including /afk
  • Added vanish support for BungeeTabListPlus
  • Added ability to format /sign
  • Fix 1.20 support
  • Now using proper camel case instead of all lower case in config.yml
  • Now using a human readable date format for config backups
  • Replaced old discord invite with new one
  • Fixed config.yml not reloading with /serversystem reload
  • Removed /editsign for 1.20+ since it's now useless