| Name | <MapTag.with[<key>].as[<value>]> |
| Returns | MapTag |
| Description | Returns a copy of the map, with the specified key set to the specified value.
Matching keys will be overridden. |
| Example | |
| Example | |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/MapTag.java#L729 |