#
Leave & Join Commands
It's possible to run custom commands when a player leaves or joins a certain job.
To do that, open the settings.yml config file of desired job(s) and search for the JoinCommands
or LeaveCommands
setting:
JoinCommands:
- 'say player %player_name% joined the %job_name% job!'
The following placeholders are available to use inside commands:
%player_name%
- For player name.%player_display_name%
- For custom player name.- Internal Job placeholders.
- PlaceholderAPI placeholders.
Use prefix player:
to run command by a player (wrap the entire command in sinqle quotes ' '
then).