2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-25 16:00:27 +00:00

add config option to restore old kick behavior pre 0.9.0

This commit is contained in:
2022-11-27 12:29:13 +04:00
parent 31e461a11c
commit c8362a44ec
6 changed files with 39 additions and 9 deletions

View File

@@ -68,5 +68,10 @@ override-bungee-commands: false
# restart scripts.
exempt-ip-addresses: []
# restore old login when online behavior before 0.9.0 update
# uncomment to enable it
# disable-kick-when-online: true
# Config version DO NOT CHANGE!!!!
config-version: 1

View File

@@ -1 +1,2 @@
logged-in-other-location: "§cYou logged in from another location!"
logged-in-other-location: "§cYou logged in from another location!"
already-logged-in: "§cYou are already logged in!"