From 533a8bc6154bc80c76233bf89ce54ec6b98c899b Mon Sep 17 00:00:00 2001 From: HappyPikachu Date: Sun, 30 Jul 2017 15:59:54 -0400 Subject: [PATCH] Update quests.yml --- src/main/resources/quests.yml | 58 +++++------------------------------ 1 file changed, 8 insertions(+), 50 deletions(-) diff --git a/src/main/resources/quests.yml b/src/main/resources/quests.yml index e3dd39009..8813ff5d9 100644 --- a/src/main/resources/quests.yml +++ b/src/main/resources/quests.yml @@ -14,7 +14,7 @@ quests: ordered: 1: break-block-names: - - stone + - STONE break-block-amounts: - 10 break-block-durability: @@ -54,7 +54,7 @@ quests: - 1 rewards: items: - - name-diamond_sword:amount-1 + - name-DIAMOND_SWORD:amount-1 exp: 100 quest-points: 1 CatchFish: @@ -77,26 +77,10 @@ quests: 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!' + ask-message: 'Dig up 10 blocks of Dirt before time runs out!' + finish-message: 'You did it in time! Have an Iron Shovel and some experience.' stages: ordered: '1': @@ -108,33 +92,7 @@ quests: - 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 \ No newline at end of file + rewards: + items: + - name-IRON_SPADE:amount-1 + exp: 150 \ No newline at end of file