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 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.
Prerequisites
- Java 11 or greater is required to run EnhancedGlis for BungeeCord and Velocity.
- Always reload configuration using
/egl reload
command, never reload the plugin using a plugin manager if not necessary. - To display AFK and Vanish you must install the Spigot version of EnhancedGlist, click here for installation and prerequisites.
- To enable GUIs you must add Procotolize plugin to your proxy server,
clickcheckherethe GUI System section for more information.
BungeeCord
- First of all, we need to remove the built-in BungeeCord
/glist
command to remove conflicts with the/glist
command registered by EnhancedGlist:- Edit
modules.yml
file located at the root of your BungeeCord 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_send - jenkins://cmd_server - jenkins://reconnect_yaml
- Go to
/modules
folder located at the root of your BungeeCord folder and removecmd_list.jar
file 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/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.- Note: plugin manager is not required to reload EnhancedGlist because EnhancedGlist already does a full reload by using
/egl reload
command. We recommend you to use/egl reload
to 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.
- Install the Spigot version of EnhancedGlist to unlock additional features, see this page for more information: https://docs.wirlie.net/books/eglist-spigot-bridge/page/installation
Velocity
- Download latest stable or unstable build from our CI Server or from SpigotMC.
- Put downloaded file (
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.- Note: plugin manager is not required to reload EnhancedGlist because EnhancedGlist already does a full reload by using
/egl reload
command. We recommend you to use/egl reload
to 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.
- Install the Spigot version of EnhancedGlist to unlock additional features, see this page for more information: https://docs.wirlie.net/books/eglist-spigot-bridge/page/installation
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.