open static fun getCommandsWithTag(tag: String): MutableList<String>
Returns all commands with a specific tag.
tag - The tag to search for.
tag
Return A List containing the names of all loaded commands that use the tag tag.
Since 2.0