Home > Commands

Tower model

In the Blockerzz game:

  1. Face the SE direction in the world,
  2. Open the command panel by pressing the / key (forward slash key) on your keyboard,
  3. Copy and paste the sequence below into the command panel,
  4. Click the "Go" button.

A tower will appear immediately to the South East of where you are standing.

// Tower model

begin setup

set walls wall_stone_grey_light
set walls_sill wall_stone_grey_light_sill
set walls_lintel wall_stone_grey_light_lintel
set walls_block wall_stone_grey_light_block
set walls_brick_1 wall_stone_grey_light_brick_1
set walls_brick_2 wall_stone_grey_light_brick_2

set ground_floor mat
set floor planks_diagonal
set foundations wall_stone_grey_light_brick_1
set table table_wood

end setup

// Remove any terrain blocks from inside
remove ~0 ~0 ~0 ~6 ~8 ~6

// Build walls
fill ~1 ~1 ~1 ~5 ~8 ~5 walls walls
fill ~1 ~0 ~1 ~5 ~0 ~5 walls_brick_2 walls

fill ~1 ~0 ~1 ~1 ~3 ~1 walls_block walls
fill ~1 ~0 ~5 ~1 ~3 ~5 walls_block walls
fill ~5 ~0 ~5 ~5 ~3 ~5 walls_block walls
fill ~5 ~0 ~1 ~5 ~3 ~1 walls_block walls

fill ~1 ~4 ~1 walls_brick_2
fill ~1 ~4 ~5 walls_brick_2
fill ~5 ~4 ~5 walls_brick_2
fill ~5 ~4 ~1 walls_brick_2

// Build foundations and floor
fill ~0 ~-4 ~0 ~6 ~-1 ~6 foundations // Fill foundation
fill ~2 ~-1 ~2 ~4 ~-1 ~4 ground_floor // Ground floor
fill ~3 ~-1 ~1 ~3 ~-1 ~4 walls_block // Path to stairs
fill ~2 ~3 ~2 ~4 ~3 ~4 floor // First floor
fill ~2 ~7 ~2 ~4 ~7 ~4 floor // Second floor

// Build crenalations

fill ~0 ~7 ~1 walls_block
fill ~0 ~7 ~5 walls_block
fill ~6 ~7 ~1 walls_block
fill ~6 ~7 ~5 walls_block
fill ~1 ~7 ~0 walls_block
fill ~5 ~7 ~0 walls_block
fill ~1 ~7 ~6 walls_block
fill ~5 ~7 ~6 walls_block

fill ~0 ~8 ~1 walls_lintel
fill ~0 ~8 ~5 walls_lintel
fill ~6 ~8 ~1 walls_lintel
fill ~6 ~8 ~5 walls_lintel
fill ~1 ~8 ~0 walls_lintel
fill ~5 ~8 ~0 walls_lintel
fill ~1 ~8 ~6 walls_lintel
fill ~5 ~8 ~6 walls_lintel

fill ~0 ~9 ~0 ~6 ~9 ~0 walls_brick_1
fill ~0 ~9 ~0 ~0 ~9 ~6 walls_brick_1
fill ~6 ~9 ~0 ~6 ~9 ~6 walls_brick_1
fill ~0 ~9 ~6 ~6 ~9 ~6 walls_brick_1

fill ~0 ~10 ~0 walls_brick_2
fill ~0 ~10 ~3 walls_brick_2
fill ~0 ~10 ~6 walls_brick_2
fill ~6 ~10 ~0 walls_brick_2
fill ~6 ~10 ~3 walls_brick_2
fill ~6 ~10 ~6 walls_brick_2
fill ~3 ~10 ~0 walls_brick_2
fill ~3 ~10 ~6 walls_brick_2

// Doorway
remove ~2 ~0 ~0 ~4 ~2 ~0 // Blocks in front of the door
fill ~2 ~-2 ~0 ~4 ~-1 ~0 foundations // Door step

// Build door
remove ~3 ~0 ~1

// Build windows
remove ~1 ~1 ~3
remove ~5 ~1 ~3
remove ~3 ~1 ~1
remove ~3 ~1 ~5

remove ~1 ~5 ~3
remove ~5 ~5 ~3
remove ~3 ~5 ~1
remove ~3 ~5 ~5

fill ~1 ~2 ~3 walls_lintel
fill ~5 ~2 ~3 walls_lintel
fill ~3 ~2 ~1 walls_lintel
fill ~3 ~2 ~5 walls_lintel

fill ~1 ~4 ~3 walls_sill
fill ~5 ~4 ~3 walls_sill
fill ~3 ~4 ~1 walls_sill
fill ~3 ~4 ~5 walls_sill

fill ~1 ~6 ~3 walls_lintel
fill ~5 ~6 ~3 walls_lintel
fill ~3 ~6 ~1 walls_lintel
fill ~3 ~6 ~5 walls_lintel

// Stairs
fill ~3 ~0 ~4 floor
fill ~2 ~1 ~4 floor
fill ~2 ~2 ~3 floor
remove ~3 ~3 ~4
remove ~2 ~3 ~4
remove ~2 ~3 ~3

fill ~3 ~4 ~4 floor
fill ~2 ~5 ~4 floor
fill ~2 ~6 ~3 floor
remove ~3 ~7 ~4
remove ~2 ~7 ~4
remove ~2 ~7 ~3

// Tables
fill ~4 ~0 ~2 table_marble_compass
fill ~4 ~4 ~2 table