BungeeHub
BlogSpigotMCDiscord
  • Gettings Started
  • Features
    • Hub Group
    • Messages
  • Example
    • Simplest configuration
    • Full feature configuration
  • Basic
  • Command
  • Admin Command
  • Permission
  • Developer
    • Developer API
Powered by GitBook
On this page

Was this helpful?

  1. Example

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
PreviousMessagesNextFull feature configuration

Last updated 3 years ago

Was this helpful?