Name | DefineMap |
Related Guide Page | https://guide.denizenscript.com/guides/basics/definitions.html |
Syntax | definemap [<name>] [<key>:<value> ...] |
Short Description | Creates a MapTag definition with key/value pairs constructed from the input arguments. |
Full Description | Creates a MapTag definition with key/value pairs constructed from the input arguments. |
Related Tags | <[<id>]> to get the value assigned to an ID
|
Usage Example |
|
Usage Example |
|
Group | queue |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/scripts/commands/queue/DefineMapCommand.java#L26 |