This plugin is preparing to be rewritten and will resolve some known bugs This plugin is stable, 99.6% of the error feedback comes from your configuration file error, please double check whether the indentation is correct and the placeholder is correct!
Head over to our page to download the latest build: https://www.yistars.net/bungeehub/ This plug-in only needs to be installed in BungeeCord/Waterfall. There is currently no development plan. I currently update the plug-in according to my own needs. Generally, I will update the plug-in once every 1-2 months to ensure that the plug-in is stable. If you have suggestions, please let me know.
(2021.8.6)I created a Wiki page, and the detailed content can be viewed here.
If you want to report bugs, provide suggestions, or have any questions, you can contact me through Discord.
Introduction: In the form of grouping, let different sub-servers use the server delivered by /hub and /lobby
Command: /hub - Hub command (Can be set to enable in the configuration file)
/lobby - Hub command (Can be set to enable in the configuration file)
/bungeehub help - View Help
/bungeehub check - Check Update
/bungeehub reload- Reload Config
Permission: bungeehub.use - Use /hub (Only when NeedPermission is enabled)
bungeehub.admin - Use /bungeehub reload
Config:
Code (YAML):
# 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
# Set to "" not to send messages # Player UseHub: "&aConnecting %group%&a..." NoPermission: "&cYou have no permission to do this."
# Admin Reload: "&aReload config successfully." Console: "This command must be executed in the game."
# Update Check Checking: "&7Checking for update..." NoUpdate: "&aThe currently used version is already the latest version." Update: "&a[BungeeHub] &eNew version &bv%new_version% &edetected, current version: &bv%old_version%" UpdatePage: "&aPlugin Page: &e%url%" UpdateDownload: "&aDwonload Link: &e%url%"