Skip to content

ServerListPlus v3.3

Compare
Choose a tag to compare
@stephan-gh stephan-gh released this 22 Aug 18:13
· 407 commits to master since this release

Executing /slp save on your server to update your configuration to the latest descriptions and values is recommend, but not required for this update.

Even though I spent a lot of time into testing this release the features are constantly growing so testing everything is simply not possible. I have rewritten some of the most important parts of the plugin to allow for the new features in this release so there might be bugs, however it should be stable enough already.

  • Added Virtual Hosts. Depending on the IP/Domain the player used to ping the server you can add custom information in your server status ping, for example for a special gamemode on your server. This can be used together with BungeeCord's Forced Hosts.
  • Completed all missing Wiki pages.
  • Improved placeholder performance, however this change was breaking for the Replacement API. If you have plugins using it please update them to the new API.
  • Fixed a bug preventing you from using the %online@server% placeholders multiple times on a line.
  • Fixed displaying the custom player slot format to outdated clients. They will now see the original outdated version again.
  • Added %online@world% placeholder for Bukkit/Spigot servers.
  • Removed required dependency on ProtocolLib, however without the plugin will be very limited in features, only descriptions (MotD), favicons, and the maximum player count is changable without ProtocolLib. I have looked into removing the dependency completely however, this is simply not worth the effort because it won't be faster and will just break the plugin in the future.
  • Removed ServerListPlus.log file in favour of the server log files.
  • Improved all commands and added tab completion.
  • Various fixes and stability / performance improvements.