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 willyou can 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 your BungeeCord folder and remove linejenkins://cmd_listfrom file. After removing this line, file should look something to:
version: 2 modules: - jenkins://cmd_alert - jenkins://cmd_find - jenkins://cmd_send - jenkins://cmd_server - jenkins://reconnect_yaml - Go to
/modulesfolder located at the root of your BungeeCord folder and removecmd_list.jarfile if exists.
- Edit
- Download latest stable or unstable build from our CI Server or from SpigotMC.
- Put downloaded file (
EnhancedGlist-BungeeCord-X.X.X.jar) inside/pluginsfolder. - Load plugin using a plugin manager, or start/restart your BungeeCord server.
- Go to
/plugins/EnhancedGlistfolder and edit configuration files to configure EnhancedGlist. - If you have made changes, use
/egl reloadcommand to reload plugin.- Note: plugin manager is not required to reload EnhancedGlist because EnhancedGlist already does a full reload by using
/egl reloadcommand. We recommend you to use/egl reloadto do a safe reload.
- Note: plugin manager is not required to reload EnhancedGlist because EnhancedGlist already does a full reload by using
- Congragulations! EnhancedGlist is installed on your BungeeCord server.
Velocity
- Download latest stable or unstable build from our CI Server or from SpigotMC.
- Put downloaded file (
EnhancedGlist-Velocity-X.X.X.jar) inside/pluginsfolder. - Load plugin using a plugin manager, or start/restart your Velocity server.
- Go to
/plugins/enhanced-glist-velocityfolder and edit configuration files to configure EnhancedGlist. - If you have made changes, use
/egl reloadcommand to reload plugin.- Note: plugin manager is not required to reload EnhancedGlist because EnhancedGlist already does a full reload by using
/egl reloadcommand. We recommend you to use/egl reloadto do a safe reload.
- Note: plugin manager is not required to reload EnhancedGlist because EnhancedGlist already does a full reload by using
- 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.