Skip to content

SpigotMCServer

Stephan edited this page Jun 21, 2023 · 16 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. ServerListPlusServer is a standalone implementation of ServerListPlus and can be run independently from any server implementation.

IMPORTANT NOTE: ServerListPlus is no longer receiving new features and is only updated to fix bugs or compatibility issues.

Use cases

ServerListPlusServer runs independently from any server implementation as its own server, and can be launched just like a Minecraft server by running the JAR file. Because of that, it can be used as a lightweight and fast server that only provides the status ping for the server list.

  • You can use it while your server is in construction and you want remind everyone trying to join to stay patient.
  • You can use it as a placeholder for your real server while your server in under maintenance.

Features

ServerListPlus provides options in the configuration for:

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

Installation

This is the standalone server of ServerListPlus that is independent from any server implementation. You can also install ServerListPlus as plugin for Bukkit/Spigot/Paper/Folia, BungeeCord, Velocity, Sponge or CanaryMod.

  1. Download the server-JAR and copy it to a folder.
  2. Start the JAR from the command line, e.g. java -jar server.jar
  3. The configuration file is located in the the current folder: ServerListPlus.yml. Please refer to the configuration page for more information.
  4. Choose a port for the server in the configuration file inside the !Server section.
  5. After you have customized the configuration to your likings you can reload the configuration with the reload command. If you've changed the port you need to stop the server first (type stop) and start it again.

Development Builds

You can download the latest experimental development builds on the Jenkins Server. They may provide better support for recent Minecraft versions. Make sure to download the -Server.jar.

Configuration

The configuration file is located in the current folder: ServerListPlus.yml. Please refer to the configuration page for more information.

For specific options for the Server itself, refer to the ServerListPlusServer Wiki article.

Commands

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

Source

The application 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 application and redistribute it under a compatible license.

Clone this wiki locally