Minecraft Tools

BungeeCord Config Gen

Create a basic config.yml for your BungeeCord proxy server, including listeners and backend servers.

Advertisement:

BungeeCord Configuration
Listener
Global Settings

-1 to disable.

Backend Servers
Generated config.yml
# BungeeCord configuration generated by Minecraft Tools
player_limit: -1
permissions:
  default:
  - bungeecord.command.server
  - bungeecord.command.list
  admin:
  - bungeecord.command.alert
  - bungeecord.command.end
  - bungeecord.command.ip
  - bungeecord.command.reload
listeners:
- query_port: 25577
  motd: '&1A BungeeCord Server'
  tab_list: GLOBAL_PING
  query_enabled: true
  proxy_protocol: false
  forced_hosts:
    pvp.md-5.net: pvp
  ping_passthrough: false
  priorities:
  - lobby
  bind_local_address: true
  host: '0.0.0.0:25577'
  max_players: 1
  tab_size: 60
  force_default_server: true
remote_admin_listeners:
- host: 0.0.0.0:25578
  password: changeme
network_compression_threshold: 256
stats: 2781b29a-2453-48b0-8f99-9b6574ec8c28 # Unique ID, can be anything
groups:
  md_5:
  - admin
servers:

  lobby:
    motd: '&1Just another BungeeCord - Forced Host'
    address: localhost:25566
    restricted: false
ip_forward: true
online_mode: true

Advertisement: