Skip to content
Minecrell edited this page Jun 2, 2015 · 25 revisions

ServerListPlus provides a simple but powerful configuration to customize the appearance of the server in the client's server list. It can change almost all parts of the status ping and even allows you to customize it per player.

Features

ServerListPlus provides options in the configuration for:

The features page in the wiki describes all features in detail.

Implementation state

ServerListPlus supports all features on Bukkit/Spigot and BungeeCord currently and has experimental support for CanaryMod and Sponge. The Sponge implementation supports everything except these features currently:

The plugin is still using the original YAML configuration simply because I don't have enough time to think about a new config right now and I would need to update the whole wiki. The core of the plugin (shared on all platforms) was never designed to allow a different config format so I would need to rewrite quite a lot. I may do this at a later point when I have more time available.

Installation

  1. Download the plugin and copy it to the mods folder.
  2. Restart the server.
  3. The configuration is located in the config folder and is called ServerListPlus.yml. The wiki page is explaining the configuration quite well.
  4. By default the plugin will do nothing until it is enabled using /slp enable. This is because I don't want it to touch anything until it is fully configured.

Commands & Permissions

  • /slp - Display an information page about the plugin and list all available commands.
  • /slp reload or /slp rl - Reload the plugin configuration.
  • /slp save - Save the plugin configuration.
  • /slp enable - Enable the plugin and start modifying the status ping.
  • /slp disable - Disable the plugin and stop modifying the status ping.
  • /slp clean <favicons/players/requests> - Delete all entries from the specified cache.

The permission for all commands is serverlistplus.admin.

Download

Development builds are available on my Jenkins Server. Make sure to download the Sponge build, the universal JAR does not support Sponge currently.

The source is available licensed under the GNU General Public License on GitHub.

Clone this wiki locally