PlaceHolders
Location-Related Placeholders
%operation_x1%
: Replaced with the X-coordinate ofLoc1
from theOperation
%operation_y1%
: Replaced with the Y-coordinate ofLoc1
from theOperation
%operation_z1%
: Replaced with the Z-coordinate ofLoc1
from theOperation
%operation_x2%
: Replaced with the X-coordinate ofLoc2
from theOperation
%operation_y2%
: Replaced with the Y-coordinate ofLoc2
from theOperation
%operation_z2%
: Replaced with the Z-coordinate ofLoc2
from theOperation
Operation Metadata Placeholders
%operation_id%
: Replaced with the operation ID.%operation_status%
: Replaced with the operation status.%operation_world%
: Replaced with the world name associated with theOperation
.%operation_total_blocks%
: Replaced with the total number of blocks in the operation.%operation_blocks%
: Replaced with the number of blocks currently in storage for the operation.%operation_time%
: Replaced with the formatted time calculated based on the total blocks and a constantblocksPerSecond
that you can edit in theconfig.yml
.
Block-Related Placeholder
%operation_block%
: Replaced with the block type from theMOperation
object. If the block type isnull
, it defaults to"NB"
.
Wand-Related Placeholder.
%time_left%
placeholder that will display the time/uses left of that wand
Last updated