By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
Detects when a ClassiCube player joins your server!
Compatible with Nukkit and Pocketmine (MySoft, Submarine, Pocketmine 5 MV)!
Simply place the plugin in the plugins folder!
Implement in your plugin:
plugin.yml:
#...
softdepend: ["Barrel_Classic_Detect"]example of use:
<?php
declare(strict_types=1);
//...
//Use the class in your plugin.
use org\CreadoresProgram\BarrelClassicDetect\PocketmineMain;
//...
//is ClassiCube Player?
PocketmineMain::getInstance()->isCCPlayer(player);//player = pocketmine\player\Player or pocketmine\Player returns bool
//get all ClassiCube Players
PocketmineMain::getInstance()->getCCPlayers(); //returns pocketmine\player\Player[] or pocketmine\Player[] arrayYou can leave one review per plugin release, and delete or update your review at any time