-
Notifications
You must be signed in to change notification settings - Fork 118
Commands
/gamerule doFireTick false
Disables fire spread in the world.
/weather clear 86400
Disables the weather for 24hrs (real-time).
/#replace reccomplex:generic_space air
Replaces all air spaces within the selected area with negative space blocks.
/#fill minecraft:air reccomplex:generic_space & #0
Replaces all negative space blocks with air.
/#fill minecraft:air
Removes all blocks within the selected area.
/#export
Opens up the structure configuration gui, thereby allowing one to determine the spawning capabilities of the structure selected.
/#export GenericTree
Opens up the structure configuration gui for vanilla decoration, thereby allowing one to determine the spawning capabilities of the decoration structure selected.
_/#fill reccomplex:generic_space --metadata 1 minecraft:stone& #0
Replaces all stone within the selected area with reccomplex air space blocks.
/#copy
Copies all blocks within the selected area.
/#paste
Pastes the last previously copied area in relation to the coordinates which the player is standing in.
/#paste --generate
Pastes the last previously copied area in relation to the coordinates which the player is standing in, but also applies the properties of any relevant blocks (e.g. Natural floor blocks generate a floor according to default values; negative space blocks are ignored, etc.).