Origins: Powerful Powers
» Entity actions » Action on join

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.

FieldTypeDefaultDescription
entity_actionEntity actionoptionalRuns on the holder.

Example: greets the player on every login.

json
{
  "type": "origins-powerful-powers:action_on_join",
  "entity_action": {
    "type": "origins:execute_command",
    "command": "title @s actionbar {\"text\":\"Welcome back\"}"
  }
}