Advertisement
hpenney2

BungeeCord Config

Jun 20th, 2018
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.17 KB | None | 0 0
  1. ip_forward: true
  2. forge_support: false
  3. network_compression_threshold: 256
  4. stats: 5c7af24f-485b-446e-9c1f-d513f4e69f6c
  5. groups:
  6.   PenneyGamingTV:
  7.  - admin
  8.   MemeBoi236:
  9.  - admin
  10. servers:
  11.   lobby:
  12.     motd: '&1Just another BungeeCord - Forced Host'
  13.     address: localhost:25588
  14.     restricted: false
  15.   BFB:
  16.     motd: '&1Just another BungeeCord - Forced Host'
  17.     address: localhost:25565
  18.     restricted: false
  19. timeout: 30000
  20. player_limit: -1
  21. listeners:
  22. - query_port: 25577
  23.   motd: '&1Another Bungee server'
  24.   tab_list: GLOBAL_PING
  25.   query_enabled: false
  26.   proxy_protocol: false
  27.   forced_hosts:
  28.     localhost:25588: lobby
  29.     localhost:25565: lobby
  30.   ping_passthrough: false
  31.   priorities:
  32.  - lobby
  33.   bind_local_address: true
  34.   host: 0.0.0.0:25577
  35.   max_players: 100
  36.   tab_size: 60
  37.   force_default_server: true
  38. prevent_proxy_connections: false
  39. permissions:
  40.   default:
  41.  - bungeecord.command.server
  42.   - bungeecord.command.list
  43.   admin:
  44.  - bungeecord.command.alert
  45.   - bungeecord.command.end
  46.   - bungeecord.command.ip
  47.   - bungeecord.command.reload
  48. online_mode: true
  49. log_commands: false
  50. disabled_commands:
  51. - disabledcommandhere
  52. connection_throttle: 4000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement