Hi there! We (The @LegendsOfMCPE Team) are writing some plugins and we wanna know if, for submission to the forums, is need to code the commands in a extending the PluginCommand class? Or can we use the Command class? Thanks! EDIT: Right now we're using the pocketmine\command\Command class to make the commands, here it is if you wanna check xD
If you are creating the commands using classes (instead of having them register directly with the plugin) You have to use the PluginIdentifiableCommand https://github.com/PocketMine/DevTools/blob/master/src/DevTools/commands/DevToolsCommand.php