Origins: Powerful Powers
» Entity actions » Chunk loader

Chunk loader

origins-powerful-powers:chunk_loaderpower type

Keeps the chunks around the holder loaded while the power is active. See Chunk loading for what's loaded and when it ends.

FieldTypeDefaultDescription
radiusInteger1How many chunks out from the holder's chunk to load.
conditionEntity conditionnoneLoads only while this is true.
json
{
  "type": "origins-powerful-powers:chunk_loader",
  "radius": 2,
  "condition": {
    "type": "origins:sneaking",
    "inverted": true
  }
}

Keeps a 5×5 area of chunks around the holder loaded, and pauses while they sneak.