Skip to content
Connor Spencer Harries edited this page Jan 17, 2015 · 6 revisions

It's always nice being able to see what servers are online and how many players are on them. It is the first BungeeEssentials command to introduce flags and the second command to introduce multiple permission nodes.

Command

glist is the base command that gets registered, it is associated with the permission nodes gssentials.list and gssentials.list.all and has 2 aliases.

Granting a player gssentials.list.all allows players to use the -a flag which will display all servers, regardless of whether they are restricted or offline. As long as Bungee is aware of them then so is the player.

Aliases

  • servers
  • serverlist

Configuration

When you first install BungeeEssentials the command will be enabled, though if you wish you can disable it by removing list from the enable section of the config file.

Key Default
list.header &aServers:
list.body &a- {{ SERVER }} {{ DENSITY }}

When adjusting the message format you may include any global variables as well as those listed below.

Variable Replacement
{{ COUNT }} The number of online (and non-hidden) ProxiedPlayer returned by the relevant ServerInfoobject
{{ DENSITY }} See {{ COUNT }}, {{ DENSITY }} is highlighted though using traffic light colours indicating what percentage of all players are on each server, cannot be used in list.header

Clone this wiki locally