Skip to content

Releases: Minecrell/ServerListPlus

ServerListPlus v3.3.3

09 Mar 17:05
Compare
Choose a tag to compare

Updating on BungeeCord is not necessary.

ServerListPlus v3.3.2

29 Nov 20:52
Compare
Choose a tag to compare

Updating on BungeeCord is not necessary.

ServerListPlus v3.3.1

30 Aug 09:44
Compare
Choose a tag to compare
  • Fixed an error that would occur if an older client (1.6.4) pings the BungeeCord server.
  • Fixed virtual hosts not working correctly together with SRV records on Bukkit/Spigot.

ServerListPlus v3.3

22 Aug 18:13
Compare
Choose a tag to compare

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.

ServerListPlus v3.2.2

25 Jul 12:07
Compare
Choose a tag to compare
  • Added direct configuration section for custom player slots. It is just an alias for the old method (which still works) but is recommend to use instead because it does not require changing the protocol version on your own. Please update your configuration to use the custom slot configuration instead!

  • Added direct support for player heads. They're downloaded from the Mojang servers directly so you don't need to rely on thirdparty services anymore. You can either use the player heads directly or optionally add the helm to the head. Take a look at the rewritten wiki page to see how to configure them.

  • Added support for more favicon formats: JPG, PNG, BMP, GIF (not animated - client side limitation)

  • Scale favicons that are not 64x64 pixels big.

  • Added ranges for maximum player count, single numbers are still possible - one number will be chosen randomly from the range:

    Players:
      Max:
      # Single numbers do still work
      - 5
      - 7
      # Range from 1 to 10
      - 1..10
  • Added direct support to hide the player count without the problems of the custom slots. See the example on the GitHub Wiki for more information.

  • Various fixes and stability / performance improvements.

ServerListPlus v3.2.1

08 Jul 17:27
Compare
Choose a tag to compare
  • Fixed BungeeCord's Security Manager complaining about the creation of threads for the plugin statistics.
  • Added 2 new requested placeholders:
    • %randomplayer% - Displays a random player name currently playing on your server.
    • %online@ServerName% - BungeeCord only: Display the current player count on the specified server.
  • Improved ServerListPlus.log file formatting a little bit.

ServerListPlus v3.2

25 Jun 10:55
Compare
Choose a tag to compare

I recommend executing /serverlistplus save after upgrading the plugin to update the configuration and add new properties!

  • Added support for favicons from files, folders, URLs or directly encoded in the configuration.
  • Fixed the issues with generating the configuration on CraftBukkit.
  • Fixed personalization for offline mode CraftBukkit servers.
  • Added new ServerListPlus.log file and cleaned console output.
  • Added new clean command that deletes all entries from the specified cache.
  • Changed configuration for unknown player name and player count.
  • Removed automatic player name deletion from cache because it was using the log in time and not correctly the last play time of a player.
  • Improved configuration descriptions.
  • Added warning for unkown configuration properties.

ServerListPlus v3.1.1

07 Jun 21:36
Compare
Choose a tag to compare
  • Fixed broken player count placeholders for CraftBukkit/Spigot.

ServerListPlus v3.1

07 Jun 15:28
Compare
Choose a tag to compare
  • Added support for version modification: this can be used to change the displayed version when an outdated or newer client pings your server.
    • This can be also used for colored slots - more information on the GitHub Wiki.
  • Added support to modfiy the maximal player count - randomizing is also possible.
  • Added 2 additional placeholders and prepared API to support lots of more:
    • %online% - The current player count.
    • %max% - The maximal player count.
  • Various smaller fixes and stability improvements.

ServerListPlus v3.0-SNAPSHOT #14

30 May 14:47
Compare
Choose a tag to compare
  • Complete rewrite from the old version.
  • New YAML configuration, an importer is not available - you need to recreate your configuration.
  • Added support for status description changing.
  • Added more features for personalization.
  • Rewritten some parts to allow better addition of new features.
  • Made status modification toggable using a command.
  • Updated to latest Minecraft versions, still compatible with Minecraft 1.7+.
  • Randomize messages by adding multiple entries.
  • Added new Universal package, put it in your plugin folder and it will load the correct version (CraftBukkit/Spigot or BungeeCord)
  • Bukkit version still depends on ProtocolLib.