FEATURES
• Configurable messages & servers
• BungeeCord support
• Fallback' system
SUPPORT
This plugin supports minecraft versions from 1.7x to 1.19x
INSTALLATION
1. Download the plugin
2. Put it in your plugins folder for your server
3. Start your server
4. Done.
CONFIG (BUNGEECORD)
Code (YAML):
settings:
lobby-check
: 10
# Pings all lobbies servers every 10 seconds
lobbies
:
- lobby-1
- lobby-2
- lobby-3
admin-permission
:
"hubsender.reload"
messages:
not-a-player
:
"&cOnly players can execute this command."
already-in-lobby
:
"&cYou are already in a lobby!"
no-lobby-found
:
"&cThere are no lobbies available at the moment!"
sent-to-lobby
:
"&aYou have been sent to {lobby}!"
reload-plugin
:
"&aConfig reloaded!"
CONFIG (SPIGOT)
Code (YAML):
settings:
join-fireworks
: true
join-message
: true
join-sound:
enabled
: true
sound
: ENTITY_FIREWORK_ROCKET_LAUNCH
# reference @ https://www.spigotmc.org/wiki/cc-sounds-list/ - Don't use 1.9x sounds if your server is in 1.8
join-command:
enabled
: true
command
:
"broadcast &fWelcome &c{player} &fto our server!"
messages:
join-message
:
"&a{player} joined the game!"