Skip to main content

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

  1. 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 line jenkins://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 remove cmd_list.jar file if exists.
  2. Download latest stable or unstable build from our CI Server or from SpigotMC.
  3. Put downloaded file (EnhancedGlist-BungeeCord-X.X.X.jar) inside /plugins folder.
  4. Load plugin using a plugin manager, or start/restart your BungeeCord server.
  5. Go to /plugins/EnhancedGlist folder and edit configuration files to configure EnhancedGlist.
  6. 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.
  7. Congragulations! EnhancedGlist is installed on your BungeeCord server.

Velocity

  1. Download latest stable or unstable build from our CI Server or from SpigotMC.
  2. Put downloaded file (EnhancedGlist-Velocity-X.X.X.jar) inside /plugins folder.
  3. Load plugin using a plugin manager, or start/restart your Velocity server.
  4. Go to /plugins/enhanced-glist-velocity folder and edit configuration files to configure EnhancedGlist.
  5. 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.
  6. 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.