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 2437 tags...
Name<MaterialTag.produced_instrument>
ReturnsElementTag
DescriptionReturns the name of the instrument that would be used by a note block placed above or below (depending on the material type) a block of this material.
See list at 🔗https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Instrument.html.
For the current instrument of a note block material refer to Tag:MaterialTag.instrument.
Generated Example
- narrate <material[stone].produced_instrument>
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/MaterialTag.java#L622