Quests/src/main/resources/quests.yml

140 lines
3.6 KiB
YAML
Raw Normal View History

quests:
Miner:
name: 'Stone Miner'
ask-message: '<yellow>Mine <purple>10<yellow> blocks of <purple>Stone<yellow> and gather the <purple>10 pieces of <purple>Cobblestone<yellow>.'
finish-message: '<yellow>Well done. Here is your reward.'
redo-delay: 1800
requirements:
2013-06-30 08:36:53 +02:00
items:
2015-01-31 04:11:11 +01:00
- name-wood_pickaxe:amount-1
remove-items:
- false
fail-requirement-message: '<red>You must have a <purple>Wooden Pickaxe<red> first.'
stages:
ordered:
1:
2015-01-06 06:43:16 +01:00
break-block-names:
2015-02-28 05:50:41 +01:00
- stone
break-block-amounts:
- 10
break-block-durability:
- 0
rewards:
money: 1000
quest-points: 1
Hunter:
name: 'Mob Hunter'
ask-message: '<yellow>Kill an assortment of Mobs.'
finish-message: '<yellow>Excellent. Here is a <purple>Diamond Sword<yellow>.'
requirements:
quests:
- Stone Miner
fail-requirement-message: '<red>Complete <purple>Stone Miner<red> first.'
stages:
ordered:
1:
2013-09-19 08:28:54 +02:00
death-event: DeathFail
mobs-to-kill:
- Pig
mob-amounts:
- 3
2013-09-19 08:28:54 +02:00
finish-event: GoodJob
2:
2013-09-19 08:28:54 +02:00
death-event: DeathFail
mobs-to-kill:
- Zombie
mob-amounts:
- 2
2013-09-19 08:28:54 +02:00
finish-event: GoodJob
3:
2013-09-19 08:28:54 +02:00
death-event: DeathFail
mobs-to-kill:
- Skeleton
mob-amounts:
- 1
rewards:
2013-06-30 08:36:53 +02:00
items:
2015-01-06 06:43:16 +01:00
- name-diamond_sword:amount-1
exp: 100
2013-09-19 08:28:54 +02:00
quest-points: 1
CatchFish:
name: 'Catch Fish'
ask-message: '<yellow>Catch some fish!'
finish-message: '<yellow>Good job. Here is some <green>experience<yellow>.'
2013-09-19 08:28:54 +02:00
requirements:
quests:
- Stone Miner
fail-requirement-message: '<red>Complete <purple>Stone Miner<red> first.'
stages:
ordered:
1:
start-event: FishingStart
death-event: DeathFail
chat-events:
- "RodEvent"
chat-event-triggers:
- "rod"
fish-to-catch: 5
rewards:
exp: 250
TimedQuest:
name: 'Timed Quest'
ask-message: 'This is timed quest, mine dirt before time runs out!'
finish-message: 'You did it in time!'
stages:
ordered:
'1':
break-block-names:
- DIRT
break-block-amounts:
- 10
break-block-durability:
- 0
start-event: TimerEvent
TimedQuest2:
name: 'Timed Quest 2'
ask-message: 'This is timed quest 2, mine dirt and then grass before time runs out!'
finish-message: 'You did it in time!'
stages:
ordered:
'1':
break-block-names:
- DIRT
break-block-amounts:
- 10
break-block-durability:
- 0
start-event: TimerEvent
finish-event: CancelTimer
'2':
break-block-names:
- GRASS
break-block-amounts:
- 10
break-block-durability:
- 0
start-event: TimerEvent
TimedQuest3:
name: 'Timed Quest 3'
ask-message: 'This is timed quest 3, mine dirt and then grass before time runs out!'
finish-message: 'You did it in time!'
stages:
ordered:
'1':
break-block-names:
- DIRT
break-block-amounts:
- 10
break-block-durability:
- 0
start-event: TimerEvent
'2':
break-block-names:
- GRASS
break-block-amounts:
- 10
break-block-durability:
- 0