Installation
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 will help us a lot.
If you are interested to contribute by testing unstable builds, download the latest unstable build from our CI Server.
BungeeCord
- First of all, we need to remove the built-in BungeeCord
/glistcommand to remove conflicts with the/glistcommand registered by EnhancedGlist: - Edit
modules.ymlfile located at the root of yourProxy dataBungeeCord folder and remove linejenkins://cmd_list
from file. After removing this line, file should look something to:
version: 2 modules: - jenkins://cmd_alert - jenkins://cmd_find - jenkins://cmd_list - jenkins://cmd_send - jenkins://cmd_server - jenkins://reconnect_yaml 1Go to/modulesfolder located at the root of your BungeeCord folder and removecmd_list.jarfile if exists.
EnhancedGlist-BungeeCord-X.X.X.jar) inside /plugins folder.
Load plugin using a plugin manager, or start/restart your BungeeCord server.
Go to /plugins/EnhancedGlist folder and edit configuration files to configure EnhancedGlist.
If you have made changes, use /egl reload command to reload plugin.
/egl reload command. We recommend you to use /egl reload to do a safe reload.
Congragulations! EnhancedGlist is installed on your BungeeCord server.
Velocity
EnhancedGlist-Velocity-X.X.X.jar) inside /plugins folder.
Load plugin using a plugin manager, or start/restart your Velocity server.
Go to /plugins/enhanced-glist-velocity folder and edit configuration files to configure EnhancedGlist.
If you have made changes, use /egl reload command to reload plugin.
/egl reload command. We recommend you to use /egl reload to do a safe reload.
Congragulations! EnhancedGlist is installed on your Velocity server.
GUI System
EnhancedGlist uses Protocolize as an additional dependency for making visual menus using the classic Chest inventories from game. To enable this feature you must add Protocolize to your BungeeCord or Velocity server, to download the latest version of Protocolize go to: https://www.spigotmc.org/resources/protocolize-protocollib-for-bungeecord-waterfall-velocity.63778/.
If you have Protocolize installed and you want to disable GUI System from EnhancedGlist, edit config.conf file located inside of the data folder of EnhancedGlist and set use-gui-menu property to false, then use /egl reload command to apply changes.