Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

ICommandManager

The ICommandManager interface is managing commands. So you can use it to get and execute commands.
You can get this from an IServer object.

Importing the package

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import.
import crafttweaker.command.ICommandManager;

ZenGetters

ZenGetterType
ZenGetter
commands
Type
Map<String, ICommand>

ZenMethods

Additional Info

To add your own command, look at CommandEvent