Simplest configuration

The simplest configuration.

This configuration realizes that all uses of /hub are transmitted to the lobby server.

# Debug mode
DebugMode: false

# Update Check
CheckUpdate: true

# Default server group
DefaultGroup: lobby

# Need bungeehub.use permission to use /hub
NeedPermission: false

# Command used to go to the lobby
Commands:
  hub: true
  lobby: false

# Server group
# type: SERVER COMMAND QUEUE
Group:
  lobby:
    name: "%name%"
    type: SERVER

Last updated

Was this helpful?