SpigotMC / BungeeCord

BungeeCord, the 6th in a generation of server portal suites. Efficiently proxies and maintains connections and transport between multiple Minecraft servers.
https://www.spigotmc.org/go/bungeecord
Other
1.56k stars 1.1k forks source link

(Question) Fallback server kicks me with message "The server you were..." #3006

Open sj-dan opened 3 years ago

sj-dan commented 3 years ago

So, I set up a bungeecord server, and now what's happening is I tried to make it so that if a server other than hub crashes (while you're on it), it sends you to hub, and it is refusing to work. My configuration file is down below, what have I done wrong? When I test-crash the server titled "hardcore", it just gives me the following:

image

listeners:
- query_port: 25565
  motd: '&1Another Bungee server'
  tab_list: GLOBAL_PING
  query_enabled: false
  proxy_protocol: false
  forced_hosts:
    pvp.md-5.net: pvp
  ping_passthrough: false
  priorities:
  - lobby
  bind_local_address: true
  host: 0.0.0.0:25565
  max_players: 1
  tab_size: 60
  force_default_server: false
remote_ping_cache: -1
network_compression_threshold: 256
permissions:
  default:
  - bungeecord.command.server
  - bungeecord.command.list
  admin:
  - bungeecord.command.alert
  - bungeecord.command.end
  - bungeecord.command.ip
  - bungeecord.command.reload
  - bungeecord.command.send
log_pings: true
connection_throttle_limit: 3
server_connect_timeout: 5000
timeout: 30000
player_limit: -1
ip_forward: true
groups:
  SJ_Dan:
  - default
  - admin
remote_ping_timeout: 5000
connection_throttle: 4000
log_commands: true
stats: 66a2fd74-8ee8-4e82-9323-5e4e733d67ad
online_mode: true
forge_support: true
disabled_commands:
- disabledcommandhere
servers:
  lobby:
    motd: '&1Just another Waterfall - Forced Host'
    address: localhost:25566
    restricted: false
  hardcore:
    motd: '&1Just another Waterfall - Forced Host'
    address: localhost:25567
    restricted: false
Mystiflow commented 3 years ago

Add hardcore to 'priorities'. Next time post on spigotmc.org also :)

sj-dan commented 3 years ago

Add hardcore to 'priorities'. Next time post on spigotmc.org also :)

But in what order? Should I do hardcore at the top or lobby at the top?

Mystiflow commented 3 years ago

priorities Default: lobby Type: List Description: On connection of first time players, or if forcing default server, all connecting players, BungeeCord goes through this list of servers from top to bottom and tries to forward the connection to each of them. So if you would like to support multiple client versions, simply specify at least one server per version and BungeeCord will do the matching for you.

https://www.spigotmc.org/wiki/bungeecord-configuration-guide/

Janmm14 commented 3 years ago

priorities is not suitable for this. why would one want to put hardcore in their priorities if players should join on lobby and fallback on lobby?

I suggest using the plugin MoveMeNow: https://www.spigotmc.org/resources/movemenow.17/

Agen-2 commented 11 months ago

i still do not understand nor can find any helpful info about how to fix this. I am running an eaglercraft 1.8.8 server on replit and this is happening to me and other players. Im not that good with server terminology so i am having trouble figuring this out. if anyone knows of a video tutorial that would help a lot.

Janmm14 commented 11 months ago

i still do not understand nor can find any helpful info about how to fix this. I am running an eaglercraft 1.8.8 server on replit and this is happening to me and other players. Im not that good with server terminology so i am having trouble figuring this out. if anyone knows of a video tutorial that would help a lot.

This is a thing you should write in spigotmc forums or just try out some bungee plugins which "kick to lobby".