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<schematic[<name>].block[<location>]>
ReturnsMaterialTag
DescriptionReturns the material for the block at the location in the schematic.
An input location of 0,0,0 corresponds to the minimum corner of the schematic.
Generated Example
- foreach <player.location.find_blocks[<schematic.block[<npc.location>]>].within[5]> as:loc:
    - modifyblock <[loc]> air
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/SchematicCommand.java#L682