Bungeecord Issue

Bisto

Banned
Feedback score
0
Posts
11
Reactions
2
Resources
0
Hi. I'm currently using the paper fork of bungeecord, waterfall.

Every so often my players are kicked from the survival server and are receiving the message that the fallback server went down, however the server doesn't go offline or crash?

They're simply able to re-connect, but as you can imagine it's very frustrating that they're randomly kicked every so often, it kicks ALL players to the hub even though no server goes down.

I am also running a cracked server.

Any recommendations/assistance would be appreciated.

Thanks.
Post automatically merged:

This is the message
image.png

Post automatically merged:

This is my config:

Code:
enforce_secure_profile: false
listeners:
- query_port: 25565
  motd: '&c&lAbsolute &b&lNetwork'
  tab_list: GLOBAL_PING
  query_enabled: false
  proxy_protocol: false
  forced_hosts:
    example.apexmc.co: example
  ping_passthrough: false
  priorities:
  - hub
  bind_local_address: true
  host: 15.235.160.135:25565
  max_players: 1337
  tab_size: 60
  force_default_server: true
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
log_pings: true
connection_throttle_limit: 3
server_connect_timeout: 5000
timeout: 30000
stats: d3bf3493-8a94-4f90-98b7-c802b0916a35
player_limit: -1
ip_forward: true
groups:
  mcusername:
  - admin
  Tornip:
  - admin
remote_ping_timeout: 5000
connection_throttle: 4000
log_commands: false
prevent_proxy_connections: false
online_mode: false
forge_support: true
disabled_commands:
- disabledcommandhere
servers:
  hub:
    motd: Example Server MOTD
    address: 15.235.160.135:25589
    restricted: false
  survival:
    motd: Example Server MOTD
    address: 15.235.160.135:25587
    restricted: false
  survival2:
    motd: Example Server MOTD
    address: 15.235.160.135:25672
    restricted: false
  lifesteal:
    motd: Example Server MOTD
    address: 15.235.160.135:25844
    restricted: false
  bedwars:
    motd: Example Server MOTD
    address: 15.235.160.135:25577
    restricted: false
  skyblock:
    motd: Example Server MOTD
    address: 15.235.160.135:25579
    restricted: false
  pixelmon:
    motd: Example Server MOTD
    address: 15.235.160.135:25573
    restricted: true
  skyblock2:
    motd: Example Server MOTD
    address: 15.235.160.135:25580
    restricted: false
  builds:
    motd: Example Server MOTD
    address: 15.235.160.135:25698
    restricted: false
 
Last edited:
Banned forever. Reason: Creating Multiple Accounts (Tekkit2.com, https://builtbybit.com/members/tekkit2-com.519009/)
Top