Skip to content
Stephan edited this page Jun 19, 2023 · 21 revisions

ServerListPlus provides an easy-to-use configuration for almost everything possible using the server status ping. The plugin aims to become the universal solution for server status ping customization, available for:

  • Bukkit/Spigot/Paper/Folia
  • BungeeCord
  • Velocity
  • Sponge
  • CanaryMod

Note: Unfortunately the wiki is no longer publicly editable because of abuse. Please create an issue if you would like to suggest a change!

Features

All features of the plugin are explained on the dedicated Features page, listed together with an explanation how to configure them. This page explains the installation of the plugin on your server.

Download

You can download the plugin from these official download sites:

Installation

  1. Make sure you are either running a Bukkit, Spigot, Paper, BungeeCord, Waterfall or Sponge server. Other server implementations are currently not supported. (You can request a port to another implementation in the issue tracker of the project.)
  2. Download the plugin from one of the locations listed above and copy it to your plugin (mods for Sponge) folder.
  3. Restart your server to load the plugin.
  4. The configuration file is located in the plugin (Sponge: config/serverlistplus) folder: ServerListPlus.yml . Please refer to the configuration page for more information.
  5. After you have customized the configuration to your likings you can enable the plugin by executing the /serverlistplus enable command. The plugin will stay disabled until you execute this command.

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.

If /slp is used by another plugin you can also use /serverlistplus instead. The permission to use the commands without making any changes (e.g. show version) is serverlistplus.command. serverlistplus.admin is required to make changes (e.g. reload configuration).

Source

The plugin is completely open source and released under the terms and conditions of the GNU General Public License. You are free to redistribute and/or modify it to your likings, but please add a link to the GitHub Page of the plugin and redistribute it under a compatible license.