In the game when i type /easyshop Neither auto complete nor command working Any help Here is code PHP: public function onCommand(CommandSender $player, Command $command, string $label, array $args) : bool{ switch(strtolower($command)){ case "easyshop": $this->sendMainShop($player); return true; } }