Commando
Commando copied to clipboard
A Command Framework virion for PocketMine-MP
My command: ``` /** * This is where all the arguments, permissions, sub-commands, etc would be registered * @throws \CortexPE\Commando\exception\ArgumentOrderException */ protected function prepare(): void { $this->registerArgument(0, new BlockPositionArgument("position", false));...
Hi there, I’d like to report an issue it, seems that CommandEnum has been removed or possibly replaced with CommandSoftEnum. The affected files include PacketHooker.php, StringEnumArgument.php, and other references to...