Chunk - Unload (Effect) — SkBee

Addon: SkBee · Category: Effect · Since: 3.20.0

Syntax

unload chunk at %number%,[ ]%number% (in|of) [world] %world% [without saving]

Description

Unload a chunk. This will remove any chunk tickets that were holding the chunk open. **Options**: - `%number%,[ ]%number%` = Represents the X/Z coords of a chunk. Not to be confused with a location. Chunk coords are essentially a location divided by 16, example: Chunk 1/1 = Location 16/16 - `without saving` = Will prevent the chunk from saving when unloading.

Examples

unload chunk at 1,1 in world "world"
unload chunk at 1,1 in world "world" without saving
unload chunk at {_loc}

View source