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

Full feature configuration

Contains all the Group types of this plugin

This configuration file contains the content that requires ServerQueue. Please make sure that you really use this plug-in before using this configuration file.

# 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: COMMAND
    command:
    - "bungeecommand %player% queue Lobby"
  bw_lobby:
    name: "&eBedWars Lobby"
    type: QUEUE
    server:
    - bw_1
    - bw_2
    - bw_3
    - bw_4
    queue: Bw_Lobby
  mm_lobby:
    name: "%name% Lobby"
    type: SERVER
    server:
    - mm_1
    - mm_2
    - mm_3
    - mm_4
    - mm_5
    - mm_6
PreviousSimplest configurationNextCommand

Last updated 3 years ago

Was this helpful?