ProxioDev / ValioBungee

Synchronize players data between BungeeCord / Velocity proxies
Eclipse Public License 1.0
204 stars 52 forks source link

/glist is not overriden #61

Closed andreasdc closed 1 year ago

andreasdc commented 1 year ago

When you use /glist it only shows players from current proxy, it uses default bungee's command.

linsaftw commented 1 year ago

FlameCord takes modules and registers them internally instead of creating jars.

ham1255 commented 1 year ago

RedisBungee config:

# Register redis bungee legacy commands
# if this disabled override-bungee-commands will be ignored
register-legacy-commands: false

# Whether or not RedisBungee should install its version of regular BungeeCord commands.
# Often, the RedisBungee commands are desired, but in some cases someone may wish to
# override the commands using another plugin.
#
# If you are just denying access to the commands, RedisBungee uses the default BungeeCord
# permissions - just deny them and access will be denied.
#
# Please note that with build 787+, most commands overridden by RedisBungee were moved to
# modules, and these must be disabled or overridden yourself.
override-bungee-commands: false