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
version 1.0.0
Approved
Direct Download How to install?
1 Downloads / 1 Total
Plugin Description §

BarrelClassicDetect

Detects when a ClassiCube player joins your server!

Compatible with Nukkit and Pocketmine (MySoft, Submarine, Pocketmine 5 MV)!

Installation (Pocketmine)

Simply place the plugin in the plugins folder!

API usage

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[] array
Supported API versions
5.0.0
->
5.36.0
Producers §
  • Collaborators:
    • @Trollhunters501
License §
Categories:
Developer Tools
General
Informational
API plugins

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...