Skip to main content

CONSUME

CONSUME adds progress when a player consumes a matching item.

Format

quest:
objectives:
type: "CONSUME"
goal: 10000
required:
- GOLDEN_APPLE
- COOKED_BEEF

Required values

Use Bukkit material names for consumable items.

ExampleMeaning
GOLDEN_APPLEConsuming a golden apple gives 1 point.
COOKED_BEEF:2Consuming cooked beef gives 2 points.
*Consuming any item that fires the consume event gives 1 point.