-
Notifications
You must be signed in to change notification settings - Fork 58
Sponge
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
- Favicons (Server icons): Load from files, URLs, oruse 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 your messages
The features page in the wiki describes all features in detail.
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.
- Download the plugin and copy it to the mods folder.
- Restart the server.
- The configuration is located in the
config
folder and is calledServerListPlus.yml
. The wiki page is explaining 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
.
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.