Skip to content

Commit

Permalink
Add Potion effects to alchemist challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Apr 24, 2019
1 parent 8191b02 commit 5ab53d0
Showing 1 changed file with 32 additions and 8 deletions.
40 changes: 32 additions & 8 deletions src/main/resources/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ab53d0

Please sign in to comment.