mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-01-29 10:41:23 +01:00
Fixed objectives in default quests
This commit is contained in:
parent
e0c22dfc1e
commit
02277d30ff
@ -24,7 +24,7 @@ delay: 0
|
|||||||
# the quest will end.
|
# the quest will end.
|
||||||
objectives:
|
objectives:
|
||||||
1:
|
1:
|
||||||
type: 'mine{type=OAK_LOG;amount=8}'
|
type: 'mineblock{type=OAK_LOG;amount=8}'
|
||||||
lore: 'Mangoes only grow in Oak trees. Go break 8 oak logs!'
|
lore: 'Mangoes only grow in Oak trees. Go break 8 oak logs!'
|
||||||
triggers:
|
triggers:
|
||||||
- message{format="&aThank you! Those mangoes are gonna drop from these leaves."}
|
- message{format="&aThank you! Those mangoes are gonna drop from these leaves."}
|
||||||
|
@ -39,7 +39,7 @@ objectives:
|
|||||||
- 'message{format="&aBlacksmith> &fCould you please get me 3 oak logs?"}'
|
- 'message{format="&aBlacksmith> &fCould you please get me 3 oak logs?"}'
|
||||||
- 'sound{sound=ENTITY_EXPERIENCE_ORB_PICKUP}'
|
- 'sound{sound=ENTITY_EXPERIENCE_ORB_PICKUP}'
|
||||||
2:
|
2:
|
||||||
type: 'mine{type="OAK_LOG";amount=3}'
|
type: 'mineblock{type="OAK_LOG";amount=3}'
|
||||||
lore: 'Get three oak logs!'
|
lore: 'Get three oak logs!'
|
||||||
triggers:
|
triggers:
|
||||||
- 'message{format="&aBlacksmith> &fGood job, now bring these logs back to me!"}'
|
- 'message{format="&aBlacksmith> &fGood job, now bring these logs back to me!"}'
|
||||||
|
Loading…
Reference in New Issue
Block a user