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
Tools customizer for PocketMine-MP V5
Command | Permission | Usage | Description | Default |
---|---|---|---|---|
/ctools give | customtools.command.give | /ctools give | Give custom tools to player | OP |
/ctools list | customtools.command.list | /ctools list | List of custom tools | OP |
// Import
use PedhotDev\CustomTools\Main;
$customTools = [
"type" => "hoe",
"tier" => "netherite",
"glint" => true,
"durability" => 0,
"mining-efficiency" => 10,
"attack-points" => 1000,
"name" => "ExampleHoe",
"lore" => [
"ExampleHoe"
]
];
Main::getInstance()->getCustomToolsManager()->registerTools("Tools_Name", $customTools)
Icon by flaticon
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time