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
Made with
sell
and view souls
commands were initially implemented in the plugin where you can customize the description and name of the command all in the configuration.
• The plugin's api won't be a difficult problem for you as it's designed to be simple and intuitive, but remember to put the souls
plugin dependency in plugin.yml
set dependency:
depend: Souls
add plugin classes:
use Henry8K\Souls\API\SoulsAPI;
add plugin var:
private $soulsAPI;
add plugin callback:
$this->soulsAPI = new SoulsAPI($this);
add souls to player
$this->soulsAPI->addSouls($player, $amount);
remove souls from player
$this->soulsAPI->removeSouls($player, $amount);
set player souls
$this->soulsAPI->setSouls($player, $amount);
get player souls
$this->soulsAPI->getSouls($player);
• view more informations on our github and get all the API. if you have doubts, create an issue.
🖼️ • Icon: flaticon
⭐ • Author: Henry8K
💀 • Idea: PetterLight
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time