Skip to main content

BLOCK_PLACE

BLOCK_PLACE adds progress when a player places a matching block.

Format

quest:
objectives:
type: "BLOCK_PLACE"
goal: 50000
required:
- OAK_PLANKS
- STONE_BRICKS:2

Required values

Use Bukkit block material names.

ExampleMeaning
OAK_PLANKSPlacing oak planks gives 1 point.
STONE_BRICKS:2Placing stone bricks gives 2 points.
*Any placed block gives 1 point.

Notes

Placed blocks are tracked by location so BLOCK_BREAK can optionally ignore break progress from blocks players placed themselves.