The server crashes every time it loads the plugin it says that the onCommand method must match onCommand in CommandExecutor my code is PHP: public function onCommand(CommandSender $sender, Command $cmd, string $label, array $args){ //Etc} i dont see how it dosent match am i doing something wrong with plugin.yml or whatever?
PHP: public function onCommand(CommandSender $sender, Command $cmd, string $label, array $args): bool{// etcreturn true; // change this to whatever , it doesn't have to be (true)!}