Origins: Powerful Powers
» Entity actions » Stop loading chunks

Stop loading chunks

origins-powerful-powers:stop_loading_chunksentity action

Ends the entity's load_chunks / /opp chunkload tie. A chunk_loader power keeps going.

No fields.

Example: your secondary key ends a load_chunks tie on you.

json
{
  "type": "origins:active_self",
  "key": {
    "key": "key.origins.secondary_active"
  },
  "entity_action": {
    "type": "origins-powerful-powers:stop_loading_chunks"
  }
}