Appearance
Place Block
The Place Block node places a block at a specified target coordinate or player location in the game world, with full support for optional orientations (such as stairs facing and shapes, halves, trapdoors, or directional blocks).
Configuration
- Location:
At Player: Places the block at the triggering player's feet.At Coordinates: Places the block at specific coordinates.
- Coordinate: (Required when Location is Coordinates) A unified location field. It supports editing
X,Y, andZcoordinates and theWorldname in Manual mode (with World in its own dedicated row). Alternatively, toggle to Compact mode to paste or type a single-line location string in the(x,y,z),worldformat (e.g.(100,64,-250),worldor a variable like%player.location%). Both modes support placeholder insertions using the Braces button. - Block Material: (Required) The Bukkit/Minecraft material name (e.g.
STONE,OAK_STAIRS,REDSTONE_LAMP). Supports placeholders. - Orientation/Facing (Optional): Specifies facing direction (
NORTH,EAST,SOUTH,WEST,UP,DOWN) for directional blocks (like stairs, furnaces, chests). - Bisected Half (Optional): Specifies block half (
TOP,BOTTOM) for bisected blocks (like stairs, trapdoors, slabs). - Stairs Shape (Optional): Specifies shape (
STRAIGHT,INNER_LEFT,INNER_RIGHT,OUTER_LEFT,OUTER_RIGHT) specifically for stairs.
Examples
1. Simple Block Placement
Places a block of DIAMOND_BLOCK at coordinates (100,64,100),world.
- Location:
At Coordinates - Coordinate:
X=100,Y=64,Z=100(World =world) or single-line(100,64,100),world - Block Material:
DIAMOND_BLOCK
2. Placing Oriented Stairs
Places oak stairs facing North and oriented on the Top half at (100,65,100),world.
- Location:
At Coordinates - Coordinate:
X=100,Y=65,Z=100(World =world) or single-line(100,65,100),world - Block Material:
OAK_STAIRS - Orientation/Facing:
NORTH - Bisected Half:
TOP
