Skip to main content

Installation (Spigot)

Download the latest release from SpigotMC or from our CI Server, also you can download an unstable build if you want to contribute to this project! By testing an unstable build and reporting any bug you can help us a lot.

If you are interested to contribute by testing unstable builds, download the latest unstable build from our CI Server.

Spigot version is required?

NO, Spigot version is an optional version of EnhancedGlist that you should install on all of your Spigot servers if you want to show AFK and Vanished players to /glist and /slist commands. Also you must have a compatible plugin installed on your Spigot server to handle AFK and Vanish updates.

Spigot version can work without BungeeCord/Velocity version?

NO, Spigot version only acts a communication bridge between Spigot and Proxy to send AFK and Vanish updates to BungeeCord/Velocity using an internal messaging system called "plugin messages", you must have the version of EnhancedGlist installed on your proxy to handle these updates properly.

Installation steps

  1. Download latest stable or unstable build from our CI Server or from SpigotMC.
  2. Put downloaded file (EnhancedGlist-Spigot-Bridge-X.X.X.jar) inside /plugins folder.
  3. Load plugin using a plugin manager, or start/restart your Spigot server.
  4. Go to /plugins/EnhancedGlistBridge folder and edit configuration files to configure EnhancedGlist.
  5. If you have made changes, use /egls reload command to reload plugin.
    • Note: plugin manager is not required to reload EnhancedGlist because EnhancedGlist already does a full reload by using /egls reload command. We recommend you to use /egls reload to do a safe reload.
  6. Congragulations! EnhancedGlist is installed on your Spigot server.

Configure how EnhancedGlist should communicate between Spigot and Proxy

Plugin Messages

Plugin messages is a basic communication system integrated within Spigot and BungeeCord/Velocity to send and receive messages between server and proxy using a player connection.

The disadvantage of this system is the compatibility between MC versions, legacy clients such MC 1.8 will be unable to send messages to the Proxy at some situations.

We strongly recommend you to use another communication system such RabbitMQ or Redis to prevent inconsistencies.

To enable this communication method, edit your config.conf file of EnhancedGlist and set this property:

communication-type="plugin-messages"

RabbitMQ

RabbitMQ is a message broker that you must install on your machine in order to use this communication, to install RabbitMQ follow download instructions at RabbitMQ webpage.

Redis