Closed plytki closed 4 years ago
It looks like you're using my updated version of the plugin, but without any information, I can't really tell what the issue is. In my testing, the fallback works perfectly. Can you give me your BungeeCord configuration, plugin configuration, and BungeeCord version info? For example, if you're using BungeeCord, Waterfall, or FlameCord, or some other build?
I'm using waterfall-346.
Plugin Config:
version: 4
reconnecting-text:
chat: "" title: "&7Reconnecting{%dots%}" actionbar: "&a&lPlease do not leave! &7Reconnecting to server{%dots%}"
send-interval: 1000
connecting-text:
chat: "" title: "&aConnecting..." actionbar: "&7Connecting you to the server..."
rejected-text:
chat: "&cDiscononected from {%server%} with reason: {%reason%}" title: "" actionbar: "&eYou have been moved to the fallback server!"
failed-text:
chat: "&cDiscononected from {%server%} with reason: {%reason%}" title: "&cReconnecting failed!" actionbar: "&eYou have been moved to the fallback server!"
limbo-text: "&cYou are in limbo! Use /server to leave at any time."
kick-text: "Disconnected from {%server%}\n{%reason%}"
move-to-empty-world: true
do-not-disconnect: true
delay-before-trying: 15000
max-reconnect-tries: 2
reconnect-time: 1000
reconnect-timeout: 5000
ignored-servers: []
shutdown:
text: "Server closed" regex: true
BungeeCord Config:
prevent_proxy_connections: false listeners:
The issue is that you have not defined your server priorities in the bungee config. If you look in the config for priorities
, you need to add all of your servers in that list, in the order of priority. At the moment, you only have lobby in there, but you should add all of your servers. Because of the way BungeeCord works, it won't be able to find lobby if it can't first find your current server (test) in that list. It should also help with being able to log on if lobby is offline.
I will try to update the messages to be clearer about not being able to find a fallback server.
No reply, so assuming issue is resolved.