Advertisement
CaptAdric

Bungeecord config.yml fix stevemojang

Jul 13th, 2014
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.98 KB | None | 0 0
  1. groups:
  2.   md_5:
  3.  - admin
  4. disabled_commands:
  5. - disabledcommandhere
  6. player_limit: -1
  7. stats: 153c7d3c-a0e4-4c06-aa30-fd64a4805bb1
  8. permissions:
  9.   default:
  10.  - bungeecord.command.server
  11.   - bungeecord.command.list
  12.   admin:
  13.  - bungeecord.command.alert
  14.   - bungeecord.command.end
  15.   - bungeecord.command.ip
  16.   - bungeecord.command.reload
  17. listeners:
  18. - max_players: 100
  19.   fallback_server: lobby
  20.   host: 25.1.173.111:25577
  21.   bind_local_address: true
  22.   ping_passthrough: false
  23.   tab_list: GLOBAL_PING
  24.   default_server: lobby
  25.   forced_hosts:
  26.     pvp.md-5.net: pvp
  27.   tab_size: 60
  28.   force_default_server: true
  29.   motd: 'BungeeCord Proxy'
  30.   query_enabled: false
  31.   query_port: 25577
  32. timeout: 30000
  33. connection_throttle: 4000
  34. servers:
  35.   lobby:
  36.     address: localhost:25565
  37.     restricted: false
  38.     motd: '&cMCTheWalkingDead &r| &7Join the zombie fun!\n§8Release!'
  39.   twd:
  40.     address: localhost:25597
  41.     restricted: false
  42.     motd: ''
  43. ip_forward: true
  44. online_mode: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement