Name | ChunkLoad |
Syntax | chunkload ({add}/remove/removeall) [<chunk>|...] (duration:<value>) |
Short Description | Keeps a chunk actively loaded and allowing activity. |
Full Description | Forces a chunk to load and stay loaded in the world for the duration specified or until removed.
This will not persist over server restarts. If no duration is specified it defaults to 0 (forever). While a chunk is loaded all normal activity such as crop growth and npc activity continues, other than activity that requires a nearby player. |
Related Tags | <WorldTag.loaded_chunks> Returns a list of all the currently loaded chunks.
<ChunkTag.is_loaded> Returns true if the chunk is currently loaded into memory.
<ChunkTag.force_loaded> Returns whether the chunk is forced to stay loaded at all times.
|
Usage Example |
|
Usage Example |
|
Usage Example |
|
Usage Example |
|
Group | world |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/ChunkLoadCommand.java#L41 |