Action on join
origins-powerful-powers:action_on_joinpower type
Runs actions each time the holder logs in, once they're in the world with their powers loaded. Players only.
| Field | Type | Default | Description |
|---|---|---|---|
entity_action | Entity action | optional | Runs on the holder. |
Example: greets the player on every login.
{
"type": "origins-powerful-powers:action_on_join",
"entity_action": {
"type": "origins:execute_command",
"command": "title @s actionbar {\"text\":\"Welcome back\"}"
}
}