mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-16 07:35:44 +01:00
Add Potion effects to alchemist challenge
This commit is contained in:
parent
8191b02d86
commit
5ab53d0e9d
@ -2298,42 +2298,66 @@ challenges:
|
|||||||
v: 1631
|
v: 1631
|
||||||
type: POTION
|
type: POTION
|
||||||
amount: 1
|
amount: 1
|
||||||
# FIRE_RESISTANCE
|
meta:
|
||||||
|
==: ItemMeta
|
||||||
|
meta-type: POTION
|
||||||
|
potion-type: minecraft:FIRE_RESISTANCE
|
||||||
- ==: org.bukkit.inventory.ItemStack
|
- ==: org.bukkit.inventory.ItemStack
|
||||||
v: 1631
|
v: 1631
|
||||||
type: POTION
|
type: POTION
|
||||||
amount: 1
|
amount: 1
|
||||||
# SLOWNESS
|
meta:
|
||||||
|
==: ItemMeta
|
||||||
|
meta-type: POTION
|
||||||
|
potion-type: minecraft:SLOWNESS
|
||||||
- ==: org.bukkit.inventory.ItemStack
|
- ==: org.bukkit.inventory.ItemStack
|
||||||
v: 1631
|
v: 1631
|
||||||
type: POTION
|
type: POTION
|
||||||
amount: 1
|
amount: 1
|
||||||
# SPEED
|
meta:
|
||||||
|
==: ItemMeta
|
||||||
|
meta-type: POTION
|
||||||
|
potion-type: minecraft:speed
|
||||||
- ==: org.bukkit.inventory.ItemStack
|
- ==: org.bukkit.inventory.ItemStack
|
||||||
v: 1631
|
v: 1631
|
||||||
type: POTION
|
type: POTION
|
||||||
amount: 1
|
amount: 1
|
||||||
# INSTANT_HEAL
|
meta:
|
||||||
|
==: ItemMeta
|
||||||
|
meta-type: POTION
|
||||||
|
potion-type: minecraft:INSTANT_HEAL
|
||||||
- ==: org.bukkit.inventory.ItemStack
|
- ==: org.bukkit.inventory.ItemStack
|
||||||
v: 1631
|
v: 1631
|
||||||
type: POTION
|
type: POTION
|
||||||
amount: 1
|
amount: 1
|
||||||
# INSTANT_DAMAGE
|
meta:
|
||||||
|
==: ItemMeta
|
||||||
|
meta-type: POTION
|
||||||
|
potion-type: minecraft:INSTANT_DAMAGE
|
||||||
- ==: org.bukkit.inventory.ItemStack
|
- ==: org.bukkit.inventory.ItemStack
|
||||||
v: 1631
|
v: 1631
|
||||||
type: POTION
|
type: POTION
|
||||||
amount: 1
|
amount: 1
|
||||||
# INVISIBILITY
|
meta:
|
||||||
|
==: ItemMeta
|
||||||
|
meta-type: POTION
|
||||||
|
potion-type: minecraft:INVISIBILITY
|
||||||
- ==: org.bukkit.inventory.ItemStack
|
- ==: org.bukkit.inventory.ItemStack
|
||||||
v: 1631
|
v: 1631
|
||||||
type: POTION
|
type: POTION
|
||||||
amount: 1
|
amount: 1
|
||||||
# STRENGTH
|
meta:
|
||||||
|
==: ItemMeta
|
||||||
|
meta-type: POTION
|
||||||
|
potion-type: minecraft:STRENGTH
|
||||||
- ==: org.bukkit.inventory.ItemStack
|
- ==: org.bukkit.inventory.ItemStack
|
||||||
v: 1631
|
v: 1631
|
||||||
type: POTION
|
type: POTION
|
||||||
amount: 1
|
amount: 1
|
||||||
# REGEN
|
meta:
|
||||||
|
==: ItemMeta
|
||||||
|
meta-type: POTION
|
||||||
|
potion-type: minecraft:REGEN
|
||||||
takeItems: true
|
takeItems: true
|
||||||
requiredExperience: 0
|
requiredExperience: 0
|
||||||
takeExperience: false
|
takeExperience: false
|
||||||
|
Loading…
Reference in New Issue
Block a user