Интерфейс ICommandManager управляет командами. So you can use it to get and execute commands.
You can get this from an IServer object.

Импорт пакета

Link to импорт-пакета

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;

ZenGetterТип
ZenGetter
commands
Тип
Map<String, ICommand>

Дополнительная информация

Link to дополнительная-информация

Чтобы добавить свою команду, обратите внимание на CommandEvent.