From 5ab53d0e9d23ad3e6268f60c11d0a2fbf7eb6f9b Mon Sep 17 00:00:00 2001 From: BONNe Date: Wed, 24 Apr 2019 21:53:45 +0300 Subject: [PATCH] Add Potion effects to alchemist challenge --- src/main/resources/default.yml | 40 +++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/src/main/resources/default.yml b/src/main/resources/default.yml index f1bc837..d8ac8b8 100644 --- a/src/main/resources/default.yml +++ b/src/main/resources/default.yml @@ -2298,42 +2298,66 @@ challenges: v: 1631 type: POTION amount: 1 -# FIRE_RESISTANCE + meta: + ==: ItemMeta + meta-type: POTION + potion-type: minecraft:FIRE_RESISTANCE - ==: org.bukkit.inventory.ItemStack v: 1631 type: POTION amount: 1 -# SLOWNESS + meta: + ==: ItemMeta + meta-type: POTION + potion-type: minecraft:SLOWNESS - ==: org.bukkit.inventory.ItemStack v: 1631 type: POTION amount: 1 -# SPEED + meta: + ==: ItemMeta + meta-type: POTION + potion-type: minecraft:speed - ==: org.bukkit.inventory.ItemStack v: 1631 type: POTION amount: 1 -# INSTANT_HEAL + meta: + ==: ItemMeta + meta-type: POTION + potion-type: minecraft:INSTANT_HEAL - ==: org.bukkit.inventory.ItemStack v: 1631 type: POTION amount: 1 -# INSTANT_DAMAGE + meta: + ==: ItemMeta + meta-type: POTION + potion-type: minecraft:INSTANT_DAMAGE - ==: org.bukkit.inventory.ItemStack v: 1631 type: POTION amount: 1 -# INVISIBILITY + meta: + ==: ItemMeta + meta-type: POTION + potion-type: minecraft:INVISIBILITY - ==: org.bukkit.inventory.ItemStack v: 1631 type: POTION amount: 1 -# STRENGTH + meta: + ==: ItemMeta + meta-type: POTION + potion-type: minecraft:STRENGTH - ==: org.bukkit.inventory.ItemStack v: 1631 type: POTION amount: 1 -# REGEN + meta: + ==: ItemMeta + meta-type: POTION + potion-type: minecraft:REGEN takeItems: true requiredExperience: 0 takeExperience: false