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)- Create and edit tools inside game
- Custom Tools craft
- Fix mining speed
- Fix glint
Icon by flaticon