Date: 2023/07/19 09:30:51 UTC-07:00
Type: Denizen Script
ChunkLoad_Command:
type: command
name: chunkload
description: Does something
usage: /chunkload
permission: dscript.mycmd
script:
- if <context.source_type> == player:
- define chunk <player.location.chunk>
- chunkload <[chunk]>
- narrate "Loaded Chunk <[chunk]>"
- wait 5t
- narrate "Is Chunk Force Loaded: <[chunk].force_loaded>"