Standard types
You can click on each type of quest for explanations on how to create them and examples.
BREAK
β The player must break blocks.PLACE
β The player must place blocks.CRAFT
β The player must craft itemsEXP_POINTS
β The player must get a given amount of experience points.EXP_LEVELS
β The player must get a given amount of experience levels.PICKUP
β The player must pickup items.LAUNCH
β The player must launch items.Affected items :
ENDER_PEARL
,EGG
,ARROW
,SNOWBALL
CONSUME
β The player must consume items.Affected items :
POTIONS
,FOOD
,MILK_BUCKET
GET
β The player must have a specified number of an item.The quest must be validated in the player interface.
COOK
β The player must cook items in a furnace.The progress is updated when the player extracts the objects from the furnace.
This works with any item that can be cooked in a furnace.
ENCHANT
β The player must enchant tools on an enchantment table.This works with any item that can be enchanted on an enchantment table !
KILL
β The player must be kill entities.This works with mobs, animals and players.
For players, use
PLAYER
in "required_entity".
FISH
β The player must fish.The progress is updated when the player retrieves what he has fished from his inventory.
The item required can be anything other than a fish, anything that can be caught.
BREED
β The player must breed animals.TAME
β The player must tame wild animals.SHEAR
β The player must shear an entity.Affected entities : SHEEP, MUSHROOM_COW, SNOWMAN
MILKING
βThe player must fill a bucket with milk.This type does not need to specify a required item or entity.
VILLAGER_TRADE
β The player must trade with villager.For this type, you can specify a required occupation or level for the exchange to be validated. You can specify both, only one of them, or neither: the choice is yours.
LOCATION
β The player must travel to specific coordinates in a world.It is possible to specify a radius.
The quest must be validated in the player interface.
CARVE
β The player must turn a pumpkin into a carved pumpkin.PLAYER_DEATH
β The player must... Die.
Useful links
To see all types of entities, please refer to this page. To see all types of items, please refer to this page.
Need more types or affected items ? Please make a suggestion on our Discord.
Last updated