Skip to content
Minecrell edited this page May 15, 2016 · 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.

Note: You need to install the StatusProtocol plugin for the full set of features.

Features

ServerListPlus provides options in the configuration for:

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

Installation

ServerListPlus is currently supported on Bukkit, Spigot, Paper, BungeeCord, Waterfall, Canary, Sponge and as Standalone Server.

  1. Download the plugin and copy it to the mods folder.
  2. For Custom Player Slots support you need to install StatusProtocol from GitHub Releases.
  3. Restart the server.
  4. The configuration is located in the config/serverlistplus folder and is called ServerListPlus.yml. The wiki page explains the main part of the configuration quite well.
  5. 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

Download ServerListPlus v3.4.5 (stable) from GitHub Releases.

Development Builds

You can download unsupported development builds from the Jenkins Server. Use them at your own risk.

Source

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

Clone this wiki locally