"<ALL+>" prefix for command in Event-Job will be executed by every online player INCLUDING the player who dispatched the event.
Otherwise, it will exclude the player who dispatched the event.
Example usage without <ALL+> prefix:
Code (YAML):
join-event:
welcome:
time: 1
commands: - tell
{player_name
} Hello!
# Console will send a message to the player. - <ALL>
[CHAT
] Hello
{player_name
}!
# Every online player will send a chat message.