| Name | <MapTag.get[<key>|...]> |
| Returns | ObjectTag |
| Description | Returns the object value at the specified key.
If a list is given as input, returns a list of values. |
| Example | |
| Example | |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/MapTag.java#L583 |