Advertisement
Guest User

BungeeCord multiservers tutorial

a guest
Feb 15th, 2021
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.06 KB | None | 0 0
  1. server_connect_timeout: 5000
  2. remote_ping_cache: -1
  3. forge_support: false
  4. player_limit: -1
  5. permissions:
  6.   default: {}
  7.   admin:
  8.  - *
  9. timeout: 30000
  10. log_commands: false
  11. network_compression_threshold: 256
  12. online_mode: false
  13. disabled_commands:
  14. - disabledcommandhere
  15. servers:
  16.   pvp:
  17.     motd: '&cPVP server'
  18.     address: localhost:25566
  19.     restricted: false
  20.   skyblock:
  21.     motd: '&6SkyBlock server'
  22.     address: localhost:25567
  23.     restricted: false
  24. listeners:
  25. - query_port: 25577
  26.   motd: 'Bungeecord server motd'
  27.   tab_list: GLOBAL_PING
  28.   query_enabled: false
  29.   proxy_protocol: false
  30.   forced_hosts:
  31.     pvp.domain.com: pvp
  32.     skyblock.domain.com: skyblock
  33.   ping_passthrough: false
  34.   priorities:
  35.  - pvp
  36.   bind_local_address: true
  37.   host: 0.0.0.0:25565
  38.   max_players: 1
  39.   tab_size: 60
  40.   force_default_server: true
  41. ip_forward: true
  42. remote_ping_timeout: 5000
  43. prevent_proxy_connections: false
  44. groups:
  45.   admin_player:
  46.  - admin
  47. connection_throttle: 4000
  48. stats: 8d4b5241-3e0b-4396-94ea-4fb36b6dd7fb
  49. connection_throttle_limit: 3
  50. log_pings: true
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement