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 2476 tags...
Name<EntityTag.potion>
ReturnsItemTag
MechanismEntityTag.potion
Description(Property) Deprecated in favor of Property:EntityTag.potion_type for arrows, and Property:EntityTag.item for splash potions.
Generated Example
- give <player.potion>
GroupProperties
Deprecateduse 'EntityTag.potion_type' for arrows, and 'EntityTag.item' for splash potions.
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityPotion.java#L19