2013-04-12 23:05:48 +02:00
|
|
|
quests:
|
|
|
|
Miner:
|
|
|
|
name: 'Stone Miner'
|
2016-07-28 23:09:44 +02:00
|
|
|
ask-message: '<yellow>Mine <purple>10<yellow> blocks of <purple>Stone<yellow> and gather the <purple>10 pieces of <purple>Cobblestone<yellow>.'
|
2013-04-12 23:05:48 +02:00
|
|
|
finish-message: '<yellow>Well done. Here is your reward.'
|
2015-03-18 18:16:05 +01:00
|
|
|
redo-delay: 1800
|
2013-04-12 23:05:48 +02:00
|
|
|
requirements:
|
2013-06-30 08:36:53 +02:00
|
|
|
items:
|
2015-01-31 04:11:11 +01:00
|
|
|
- name-wood_pickaxe:amount-1
|
2013-04-12 23:05:48 +02:00
|
|
|
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
|
2013-04-12 23:05:48 +02:00
|
|
|
break-block-amounts:
|
|
|
|
- 10
|
2016-07-28 23:09:44 +02:00
|
|
|
break-block-durability:
|
|
|
|
- 0
|
2013-04-12 23:05:48 +02:00
|
|
|
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
|
2013-04-12 23:05:48 +02:00
|
|
|
mobs-to-kill:
|
|
|
|
- Pig
|
|
|
|
mob-amounts:
|
|
|
|
- 3
|
2013-09-19 08:28:54 +02:00
|
|
|
finish-event: GoodJob
|
2013-04-12 23:05:48 +02:00
|
|
|
2:
|
2013-09-19 08:28:54 +02:00
|
|
|
death-event: DeathFail
|
2013-04-12 23:05:48 +02:00
|
|
|
mobs-to-kill:
|
|
|
|
- Zombie
|
|
|
|
mob-amounts:
|
|
|
|
- 2
|
2013-09-19 08:28:54 +02:00
|
|
|
finish-event: GoodJob
|
2013-04-12 23:05:48 +02:00
|
|
|
3:
|
2013-09-19 08:28:54 +02:00
|
|
|
death-event: DeathFail
|
2013-04-12 23:05:48 +02:00
|
|
|
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
|
2013-04-12 23:05:48 +02:00
|
|
|
exp: 100
|
2013-09-19 08:28:54 +02:00
|
|
|
quest-points: 1
|
|
|
|
CatchFish:
|
|
|
|
name: 'Catch Fish'
|
|
|
|
ask-message: '<yellow>Catch some fish!'
|
2016-07-28 23:09:44 +02:00
|
|
|
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:
|
2017-07-20 00:15:55 +02:00
|
|
|
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
|