The database-free glue for multi-BungeeCord networks.
For each BungeeCord server:
- Move the
MultiBungeeGlue.jarinto theplugins/folder. - Restart BungeeCord.
- Edit the
plugins/MultiBungeeGlue/config.yml. - Restart BungeeCord again.
| Permission | Description |
|---|---|
multibungeeglue.command.lobby |
Allows the player to execute /lobby. |
multibungeeglue.command.tell |
Allows the player to execute /mtell and /mreply. |
multibungeeglue.command.list |
Allows the player to execute /mlist. |
multibungeeglue.command.alert |
Allows the player to execute /malert. |
multibungeeglue.command.send |
Allows the player to execute /msend. |
multibungeeglue.command.ban |
Allows the player to execute /mban. |
multibungeeglue.command.unban |
Allows the player to execute /munban. |
multibungeeglue.unbannable |
Allows the player to not be banned. |
multibungeeglue.command.end |
Allows the player to execute /mend. |
multibungeeglue.sysadmin |
Notifies the player when something is wrong with the network. |
Alias: /hub
Connects the player to the lobby server as defined by commands.lobbyServer in the config.yml.
Alias: /mwhisper, /mmsg, /mw
Sends a private message to a player on the network.
You can also use /tell, /whisper, /msg, and /w if commands.aliasTell is set to true in the config.yml.
Alias: /mr
Sends a private message to the last player a private message was sent to.
You can also use /reply and /r if commands.aliasTell is set to true in the config.yml.
Lists every player.
You can also use /list if commands.aliasList is set to true in the config.yml
Sends an alert to every player.
You can also use /alert if the cmd_alert module is removed.
Sends every player, or everyone on server, or the player player to target server.
You can also use /send if the cmd_send module is removed.
Bans the given player with an optional reason.
You can also use /ban if commands.aliasBan is set to true in the config.yml.
Alias: /mpardon
Unbans the player with the given UUID.
You can also use /unban and /pardon if commands.aliasBan is set to true in the config.yml.
Stops all BungeeCord servers (or restarts them if they're running inside a loop).