2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-06-19 01:17:21 +00:00

remove old commands system, rename register leagacy command to register commands.

This commit is contained in:
2023-09-30 12:50:32 +04:00
parent eed91dd73d
commit 9b54ca93db
7 changed files with 16 additions and 752 deletions
@@ -57,10 +57,12 @@ enable-jedis-pool-compatibility: false
# max connections for the compatibility pool
compatibility-max-connections: 3
# Register redis bungee legacy commands
# Register RedisBungee commands
# if this disabled override-bungee-commands will be ignored
register-legacy-commands: false
register-commands: false
# THIS IS BUNGEECORD ONLY OPTION!
# 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.