Villager quest
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.
Example : quest_type: VILLAGER_TRADE villager_profession: FARMER villager_level: 3 required_item: EMERALD required_amount: 6 Here you can see all the existing professions. And here, more information, especially on the levels.
Examples
1:
name: "Cookieeeeees"
menu_item: COOKIE
description:
- "&eGet 32 cookies from"
- "&ea &afarmer &evillager level &b3&e."
- "&aWin &b5 000$&a."
quest_type: VILLAGER_TRADE
required_item: COOKIE
required_amount: 32
reward:
reward_type: MONEY
amount: 5000
1:
name: "Cookieeeeees"
menu_item: COOKIE
description:
- "&eGet 32 cookies from"
- "&ea &afarmer &evillager level &b3&e."
- "&aWin &b5 000$&a."
quest_type: VILLAGER_TRADE
villager_profession: FARMER
villager_level: 3
required_item: COOKIE
required_amount: 32
reward:
reward_type: MONEY
amount: 5000
Last updated