types:
repetitive (it repeats every certain time established by the cooldown [will produce SPAM]),
on_join (it occurs when the player joins, it can have a cooldown)
on_first_join (executes when a player joins for the first time)
on_leave (executed when a player leaves the server)
actions:
message (sena a message to the player)
message_for_all (send a message to all players in the server)
message_for_permission_$permission$ (send a message to all players with a specific permission)
command (execute a command by the player)
console_command (execute a command by the console)