Skip to content
TitusArmillius edited this page Dec 4, 2016 · 5 revisions

Command Index:

/gamerule doFireTick false

Disables fire spread in the world.

/weather clear 86400

Disables the weather for 24hrs (real-time).

/#replace reccomplex:generic_space 0 air

Replaces all air spaces within the selected area with negative space blocks.

/#replace minecraft:air 0 reccomplex:generic_space & #0

Replaces all negative space blocks with air.

/#fill minecraft:air 0

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.

/#replace reccomplex:generic_space 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.

/#pastgen

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.).