Origins: Powerful Powers
» Entity actions » Load chunks

Load chunks

origins-powerful-powers:load_chunksentity action

Starts loading the chunks around the entity. See Chunk loading for what's loaded and when it ends.

FieldTypeDefaultDescription
radiusInteger1How many chunks out from the entity's chunk to load.
durationInteger0Ticks until it stops. 0 lasts until stop_loading_chunks, or until the entity dies.

An entity has one action tie. Running load_chunks again replaces it, with the new radius and a fresh duration. /opp chunkload start sets the same tie.

json
{
  "type": "origins:target_action_or_self",
  "action": {
    "type": "origins-powerful-powers:load_chunks",
    "radius": 1,
    "duration": 6000
  }
}

Loads a 3×3 area of chunks around the target, or around you with no target, for 5 minutes.