Advertisement
mmuziek

bungee config

Oct 31st, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. timeout: 120000
  2. online_mode: true
  3. log_commands: false
  4. network_compression_threshold: 256
  5. listeners:
  6. - query_port: 25565
  7. motd: '&1BC - Server is Loading...'
  8. tab_list: GLOBAL_PING
  9. query_enabled: true
  10. proxy_protocol: false
  11. forced_hosts:
  12. survival.bitcubes.eu: survival
  13. play.bitcubes.eu: survival
  14. playerdome.bitcubes.eu: PlayerDome
  15. ping_passthrough: false
  16. priorities:
  17. - survival
  18. - PlayerDome
  19. - creative
  20. bind_local_address: true
  21. host: 0.0.0.0:25565
  22. max_players: 200
  23. tab_size: 60
  24. force_default_server: false
  25. connection_throttle: 4000
  26. groups:
  27. md_5:
  28. - admin
  29. log_pings: true
  30. ip_forward: true
  31. prevent_proxy_connections: false
  32. forge_support: false
  33. disabled_commands:
  34. - disabledcommandhere
  35. stats: 4c60f7f5-91d4-4f94-a1d5-314c9dcbc766
  36. permissions:
  37. default:
  38. - bungeecord.command.server
  39. - bungeecord.command.list
  40. admin:
  41. - bungeecord.command.alert
  42. - bungeecord.command.end
  43. - bungeecord.command.ip
  44. - bungeecord.command.reload
  45. servers:
  46. survival:
  47. motd: '&1BC - Server is Loading...'
  48. address: localhost:25566
  49. restricted: false
  50. creative:
  51. motd: '&1BC - &2Creative &1- Server is Loading...'
  52. address: localhost:25568
  53. restricted: false
  54. PlayerDome:
  55. motd: '&1BC - &2PlayerDome&1 - Server is Loading...'
  56. address: localhost:25567
  57. restricted: false
  58. player_limit: -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement