EXPRESSIONS

Get the main server world

Returns the main world of the server, which is required for the server to operate.

main[ ]world

Get a chunk by its coordinates

In this expression, not the coordinates of the blocks are used, but the coordinates of the chunk.
To get the coordinates of the chunk, the X and Z coordinates are divided by 16.

chunk [at] %number%[ ],[ ]%number% (in|at) %world%

Get all entities inside a chunk

entit(y|ies) (of|in) %chunk%
%chunk%'s entit(y|ies)

Get all of the loaded chunks in a world

[all [[of] the]] loaded chunks (in|at|of) %world%
%world%'s [all [[of] the]] loaded chunks

Constant loading of the chunk

Not supported on versions lower than 1.13.1

force load[ed] of %chunk%
%chunk%'s force load[ed]

World’s border center

[world] border center of %world%
%world%'s [world] border center

World’s border size

When changing the size, it is possible to add a %timespan% for how long the worldborder should take in order to change its size.

[world[ ]]border size of %world% [for %-timespan%]
%world%'s [world[ ]]border size [for %-timespan%]
[the] size of %world%'s [world[ ]]border [for %-timespan%]