From 67d534ae3adc5878f1829a0b62c24e4d09573313 Mon Sep 17 00:00:00 2001 From: fatpigsarefat Date: Fri, 27 Jul 2018 01:25:36 +0100 Subject: Brewing task type completed. - Added BrewingTaskType "brewing" - Added example brewing config to the config - Changed version to 2.0.13 - Started work on BrewingCertainTaskType "brewingcertain" --- src/main/resources/config.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index a2931b90..a293351d 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -690,6 +690,33 @@ quests: enabled: true time: 1440 + brewing: + tasks: + brewing: + type: "brewing" + amount: 10 + display: + name: "&cBrewer" + lore-normal: + - "&7This quest requires you to:" + - "&7 - Brew 10 potions." + - "" + - "&7Rewards:" + - "&7 - $500 added to your in-game balance." + lore-started: + - "" + - "&7Your current progression:" + - "&7 - {brewing:progress}/10 potions brewed." + type: "BREWING_STAND_ITEM" + rewards: + - "eco give {player} 500" + options: + category: "medium" + repeatable: true + cooldown: + enabled: true + time: 1440 + askyblock: tasks: islandlevel: -- cgit v1.2.3-70-g09d2