Commando icon indicating copy to clipboard operation
Commando copied to clipboard

A Command Framework virion for PocketMine-MP

Results 12 Commando issues
Sort by recently updated
recently updated
newest added

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...