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<MapTag.parse_value_tag[<parseable-value>]>
ReturnsMapTag
DescriptionReturns a copy of the map with all its values updated through the given tag.
This requires a fully formed tag as input, making use of the 'parse_key' and 'parse_value' definition.
Example
# Narrates a map of '[alpha=ONE;bravo=TWO]'
- narrate <map[alpha=one;bravo=two].parse_value_tag[<[parse_value].to_uppercase>]>
Sourcehttps://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/MapTag.java#L509