1: How to setup SlashHub
SlashHub is simple and quick to setup. Follow these steps to setup SlashHub
- Download the plugin and add it to your BungeeCord server's plugins folder
- Restart the server
- SlashHub will generate its config. Go to plugins/SlashHub/config.yml
- Setup your TargetServers according to your BungeeCord config
- Make any additional changes and save your config
- Run /slashhub reload in your console
- [IGNORE UNLESS USING PERMISSIONS] Configure SlashHub's permissions in your compatible permissions plugin of choice
2: How to add more lobbies
First you want to go to your config and locate the TargetServers list.
Should look something like this!
Code (YAML):
TargetServers
:
-
"lobby1"
-
"lobby2"
Second you want to add this to the end of the list
Code (YAML):
-
"lobbyname"
Third replace "lobbyname" with the name of your lobby as seen in your bungeecord config.
3: How to regenerate my config
To regenerate your config, navigate to your Bungeecord's plugin folder. Go to plugins/SlashHub and locate config.yml. Copy any elements you wish to save on a separate note, and delete config.yml. Restart your BungeeCord instance. SlashHub will automatically regenerate its config. Open the new config.yml and replace any parameters you copied from your old config