Advertisement
GGServers

BungeeCord Configuration Sample

Feb 12th, 2015
3,531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.18 KB | None | 0 0
  1. # GGServers Sample Configuration
  2. # Disclaimer: GGServers provides these samples "as-is" and "as-available". GGServers and its staff are not
  3. # responsible for any problems that may arise from your use of these samples and will not be held liable for any #
  4. # actions that derive from such use.
  5.  
  6.  
  7. groups:
  8.   md_5:
  9.  - admin
  10. disabled_commands:
  11. - disabledcommandhere
  12. player_limit: -1
  13. stats: bdd33aff-949a-479a-83e3-63a4bb26797f
  14. permissions:
  15.   default:
  16.  - bungeecord.command.server
  17.   - bungeecord.command.list
  18.   admin:
  19.  - bungeecord.command.alert
  20.   - bungeecord.command.end
  21.   - bungeecord.command.ip
  22.   - bungeecord.command.reload
  23. listeners:
  24. - query_port: 25577
  25.   motd: '&1Another Bungee server'
  26.   tab_list: GLOBAL_PING
  27.   query_enabled: false
  28.   forced_hosts:
  29.     pvp.md-5.net: pvp
  30.   ping_passthrough: false
  31.   default_server: lobby
  32.   bind_local_address: true
  33.   fallback_server: lobby
  34.   host: 0.0.0.0:25577
  35.   max_players: 1
  36.   tab_size: 60
  37.   force_default_server: false
  38. timeout: 30000
  39. connection_throttle: 4000
  40. servers:
  41.   lobby:
  42.     motd: '&1Just another BungeeCord - Forced Host'
  43.     address: localhost:25565
  44.     restricted: false
  45. ip_forward: false
  46. online_mode: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement