ConsoleCommands / org.lazywizard.console / CommandStore / getCommandsWithTag

getCommandsWithTag

open static fun getCommandsWithTag(tag: String): MutableList<String>

Returns all commands with a specific tag.

Parameters

tag - The tag to search for.

Return
A List containing the names of all loaded commands that use the tag tag.

Since
2.0