-
Notifications
You must be signed in to change notification settings - Fork 60
SpigotMCServer
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.
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.
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
- Various placeholders
- Multiple entries to choose a random one from the list
- Personalize the status ping by adding the player's name to the messages
The features page in the wiki describes all features in detail.
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.
- Download the server-JAR and copy it to a folder.
- Start the JAR from the command line, e.g.
java -jar server.jar
- The configuration file is located in the the current folder:
ServerListPlus.yml
. Please refer to the configuration page for more information. - Choose a port for the server in the configuration file inside the
!Server
section. - 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 (typestop
) and start it again.
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
.
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.
-
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
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.