SupremeJoin
Description
SupremeJoin handles your join messages when a player joins your server for the first time or when he rejoins. A welcome message message is something every server should do to welcome it's players!

General options
First join commands
When a player joins your server for the first time your can execute unlimited actions based on commands.
# Join, first join and leave messages.
first-join-commands:
- 'RawMsg all false &6&lSMC &7» &fWelcome &6%player_name% &fto &e&lSurvival &7#%server_unique_joins%'
- 'kits starter %player_name%' # Gives your new player a starter kit
# - 'say Add as many commands as you want!'
Default join commands
These commands will always be executed when a player rejoins your server.
# Join message + motd
join-commands:
- 'RawMsg all false &8[&a+&8] %vault_prefix%%player_name%'
# - 'RawMsg all false This is a join motd!'
Default leave commands
These commands will always be executed when a player leaves your server.
# Leave message
leave-commands:
- 'RawMsg all false &8[&c-&8] %vault_prefix%%player_name%'
Useful links
Placeholders
Last updated