#(evermore2k23) Create potion with item script container?

8 messages · Page 1 of 1 (latest)

thin gazelle
#

Is it possible to create a fire resistance potion with the item script container? Or is there another way to do this?

ancient novaBOT
#

(evermore2k23) Create potion with item script container?

ancient novaBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>

hidden cloak
#

!m potion_effects

fierce lightBOT
hidden cloak
#

!m item.potion_effects

fierce lightBOT
# hidden cloak !m item.potion_effects

Sets the item's potion effect(s).
This applies to Potion items, Tipped Arrow items, and Suspicious Stews.

For potions or tipped arrows (not suspicious stew), the first item in the list must be a MapTag with keys:
"type" - from https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionType.html
"upgraded" - boolean, true means level 2 and false means level 1 (optional, default false)
"extended" - true means longer, false means shorter (optional, default false)
"color" - ColorT...

Object

ItemTag

Input

ListTag

Tags

<ItemTag.effects_data> Returns a list of all potion effects on this item, in the same format as th...
<server.potion_types> Returns a list of all potion types known to the server. This is only their B...
<server.potion_effect_types> Returns a list of all potion effects known to the server. Can be used...