Since this is Plugin Development section, why don't you just post the problem with Code: [PHP]# Code here[/PHP] ?
This is his php PHP: <?phpnamespace TheKnightGamer\ModBattle;use pocketmine\command\CommandSender;use pocketmine\command\Command;use pocketmine\event\Listener;use pocketmine\plugin\PluginBase;class Main extends PluginBase{ public function onEnable(){ $this->saveDefaultConfig(); // $this->getServer()->getPluginManager()->registerEvents($this, $this); } public function onCommand(CommandSender $issuer, Command $cmd, $label, array $params){ switch($cmd->getName()){ } return false; }}
Wow... Your folder is called "scr" should be 'src" you plugin.yml is not in right format. In Main.php you are doing nothing...
Instead of giving is your plugin telling us to fix it. Why don't you postthe code, explain what's not working, post the error messages if any, and fix YOUR plugin yourself.
Just code by yourself. Then, if you had some problem, ask here. We don't know what do you want to do with your plugin
But the name of the plugin is ModBattle how can you not know what to do for this plugin turn into mod and fight.
A simple way to remember src: scr means scream, which means you will be screaming and throwing your computer out of the window when you found out that your error came from such a simple mistake. You scream when you found out that you wrote scr.