Plugin using: https://pastebin.com/rvUiTCWY Thx frago ^~^ I want when player tap on item in virtual chest, that run command such ass: -1vs1( other plugins) -gamemode s -status -About
Run as player: PHP: /* * @var Player $player */$this->getServer()->dispatchCommand($player, "<command>"); // no slash "/" in <command> needed Run as console: PHP: /* * @var Player $player */$this->getServer()->dispatchCommand(new ConsoleCommandSender(), "<command>"); // no slash "/" in <command> needed