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

home/container/virions/Commando-bc68c93d91f0099e1d8ae724e133b42f3dac36cb/src/CortexPE/Commando/BaseSubCommand Line: 60 Type: TypeError This come when we run/start srvrs

https://github.com/pmmp/BedrockProtocol/commit/f7a2e7cb57404cd36c9cee4a6d548a15dac3ddaf pmmp now supports them

Here is a file that you can add in the argument folder, it is a file that allows to obtain the player selector more easily. ```php

a basic implementation of selectors, more advancements such as selector arguments are still needed to be implemented

Self explanatory... Allows these types of commands: /command players add test /command players remove test While only registering `players add` and `players remove` as subcommands... Would probably be a useful...

enhancement

Any chance of adding support for nested commands? I once again have stumbled across a situation where arguments are not satisfying my situation, and i would need subcommands that have...

enhancement

Currently commando would set a random enum name. How about it only sets it if the `enumName` is not set or is equal to `""` or if two enums with...

enhancement

# How should this work... literally. The only thing that I can think of that would be "good enough" is a separate `SelectableEntityArgument` class which would be parsed and the...

enhancement
help wanted
question

Parse errors shouldn't be directly sent from the parser, throw only one at a time. Throwing several errors at once might cause confusion because not only will it be inconsistent...