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

new config options: handle-motd, reconnect to last server

This commit is contained in:
2023-08-31 14:26:21 +04:00
committed by mohammed jasem alaajel
parent f96c5759a2
commit 16576ab4c2
8 changed files with 53 additions and 24 deletions
+15 -3
View File
@@ -74,8 +74,20 @@ override-bungee-commands: false
# restart scripts.
exempt-ip-addresses: []
# restore old login when online behavior before 0.9.0 update
disable-kick-when-online: false
# restore old login behavior before 0.9.0 update
# enabled by default
# when true: when player login and there is old player with same uuid it will get disconnected as result and new player will login
# when false: when a player login but login will fail because old player is still connected.
kick-when-online: true
# enabled by default
# this option tells redis-bungee handle motd and set online count, when motd is requested
# you can disable this when you want to handle motd yourself, use RedisBungee api to get total players when needed :)
handle-motd: true
# disabled by default
# Redis-bungee will attempt to connect player to last server that was stored.
reconnect-to-last-server: false
# Config version DO NOT CHANGE!!!!
config-version: 1
config-version: 2
@@ -1,2 +1,5 @@
# this config file is for messages for players and command messages
# Note this uses legacy formating which § for color codes
# this might get replaced soon with mini message for both, velocity and bungeecord
logged-in-other-location: "§cYou logged in from another location!"
already-logged-in: "§cYou are already logged in!"