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.
| Field | Type | Default | Description |
|---|---|---|---|
radius | Integer | 1 | How many chunks out from the entity's chunk to load. |
duration | Integer | 0 | Ticks 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.
{
"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.