mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-15 23:26:33 +01:00
Add Potion effects to alchemist challenge
This commit is contained in:
parent
8191b02d86
commit
5ab53d0e9d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user