- You can now define as many server commands as you want in `config.toml` using the format `<command>-server = "<server name>"`.
- Example:
```
hub-server = "hub"
minigames-server = "minigames"
dev-server = "dev"
```
- Each entry automatically creates a command (e.g. `/hub`, `/minigames`, `/dev`) that sends players to the specified server.
- You can also set custom messages for each command (success, error, already-in) using:
```
minigames-success-message = "&aConnecting to minigames!"
minigames-error-message = "&cMinigames server is down."
minigames-already-in-message = "&eYou are already in minigames!"
```
- Default messages and cooldown options are still supported.
Once Installed:
- No code changes needed—just edit your config and reload!