Advertisement
Guest User

BungeeCord config.yml

a guest
Aug 1st, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.22 KB | None | 0 0
  1. ip_forward: false
  2. forge_support: false
  3. network_compression_threshold: 256
  4. stats: 0a9ac029-3502-4d96-bd41-17f2b1bb4492
  5. permissions:
  6.   default: null
  7.   admin:
  8.  - bungeecord.command.alert
  9.   - bungeecord.command.end
  10.   - bungeecord.command.ip
  11.   - bungeecord.command.reload
  12.   - bungeecord.command.send
  13. groups:
  14.   CallMeGhosty:
  15.  - admin
  16. servers:
  17.   lobby_one:
  18.     motd: '&1Just another BungeeCord - Forced Host'
  19.     address: localhost:25567
  20.     restricted: false
  21.   lobby_two:
  22.     motd: '&1Just another BungeeCord - Forced Host'
  23.     address: localhost:25569
  24.     restricted: false
  25.   survival:
  26.     motd: '&1Just another BungeeCord - Forced Host'
  27.     address: localhost:25571
  28.     restricted: false
  29. timeout: 30000
  30. listeners:
  31. - query_port: 25565
  32.   motd: '&4&lLater...'
  33.   tab_list: GLOBAL_PING
  34.   query_enabled: false
  35.   proxy_protocol: false
  36.   forced_hosts:
  37.     pvp.md-5.net: pvp
  38.   ping_passthrough: false
  39.   priorities:
  40.  - lobby_one
  41.   - lobby_two
  42.   bind_local_address: true
  43.   host: 0.0.0.0:25565
  44.   max_players: 100
  45.   tab_size: 60
  46.   force_default_server: true
  47. prevent_proxy_connections: false
  48. player_limit: -1
  49. online_mode: false
  50. log_commands: true
  51. disabled_commands:
  52. - server
  53. - list
  54. connection_throttle: 5000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement