Denizen Script Tags


Tags are always written with a <between these marks>, and are critical to scripts, as the primary way to read data.
Learn about how tags work in The Beginner's Guide.


Showing 1 out of 2425 tags...
Name<ItemTag.firework_power>
ReturnsElementTag(Number)
MechanismItemTag.firework_power
DescriptionReturns the firework's power.
Power primarily affects how high the firework flies, with each level of power corresponding to approximately half a second of additional flight them.
Generated Example
- narrate "the number value is <player.item_in_hand.firework_power>"
Groupproperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemFirework.java#L145