| Name | <PluginTag.commands> |
| Returns | MapTag(MapTag) |
| Description | Gets a map of commands registered this plugin registers by default.
Note that dynamically registered commands won't show up (for example, command scripts won't be listed under Denizen). Map key is command name, map value is a sub-mapping with keys: description (ElementTag), usage (ElementTag), permission (ElementTag), aliases (ListTag) Not all keys will be present. For example, <plugin[denizen].commands.get[ex]> will return a MapTag with: [description=Executes a Denizen script command.;usage=/ex (-q) <Denizen script command> (arguments);permission=denizen.ex] |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PluginTag.java#L213 |