-
Notifications
You must be signed in to change notification settings - Fork 58
Sponge
Stephan edited this page Jun 19, 2023
·
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.
ServerListPlus provides options in the configuration for:
- Description/Motd with RGB colors and gradients
- Favicons (Server icons): Load from files, URLs, or use the player's head for example
- Maximum player count
- Custom player slot format
- Player Hover Message: Displayed when a player hovers the player count in the server list
- Virtual/Forced Hosts: Use a custom configuration if players ping the server by using a special IP/hostname to connect with
- Multiple entries to choose a random one from the list
- Personalize the status ping by adding the player's name to the messages
ServerListPlus currently supports:
- Bukkit/Spigot/Paper
- CanaryMod
- Sponge
- BungeeCord
- Velocity
ServerListPlus is also available as standalone server that can be used independent from other server implementations e.g. during maintenance.
- Download the plugin and copy it to the mods folder.
- Restart the server.
- The configuration is located in the
config/serverlistplus
folder and is calledServerListPlus.yml
. The wiki page explains the main part of the configuration quite well. - 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.
-
/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
.
You can download the latest experimental development builds on the Jenkins Server. They may provide better support for recent Minecraft versions.
The source is available licensed under the GNU General Public License on GitHub.