SpecificTools is an easy to use and customize plugin that allows you to decide what tools are needed to break different blocks. When configured, wood sword could be the only tool that can break diamond blocks. Or diamond hoe the only one to destroy leaves.
It's preferred to add/edit/remove replacements from ingame via the commands, not via the config.
| Command | Permission | Description |
| /SpecificTools list | SpecificTools.replacements.list | Shows all current replacements |
| /SpecificTools edit | SpecificTools.replacements.edit | Edits a replacements |
| /SpecificTools create | SpecificTools.replacements.create | Creates a replacement |
| /SpecificTools remove | SpecificTools.replacements.delete | Removes a replacement |
| /SpecificToolsAdd | SpecificTools.replacements.create or edit | Adds a tool to a replacement |
| /SpecificToolsRemove | SpecificTools.replacements.edit | removes a tool from a replacement |
Here is an example of how you could create some replacements:
That would make Shears and diamond spades the only tools that could break diamond ore in world. If you then find out diamond spades should be the only tools and not shears you would do:
that would remove shears from the replacement for diamond ore in world. If you later don't want that replacement at all you could do:
A list of every block/tool is here.
If you want to create/remove/edit replacements from the config remember to shut down your server first and read below:
The format for the configuration is like this:
Replacements: [world]: [block]: - [tool] - [tool]
The list of blocks and tools is here. But remember to have uppercase and use _ and not spaces in the tools/blocks!
Here is an example configuration:
Replacements: world: DIRT: - HAND - IRON_SWORD GOLD_BLOCK: - GOLD_HOE world_nether: DIRT: - HAND - IRON_SWORD GOLD_BLOCK: - GOLD_HOE NETHERRACK: - HAND
With this config an empty hand or an iron sword are the only tools that can break dirt, and golden hoe is the only tool to break gold blocks in world. And in nether it is the same except netherrack can be destroyed by hand(and only hand!).
Additionally there is one more thing you may want to change:
NoDrop: true
If it is set to true the blocks that are being tried to destroy using wrong tools would get destroyed, but not drop anything. Else if it is set to false; the blocks just won't break.
| Node | children | description |
| SpecificTools.default | Lets the player override the tools in the config | |
| SpecificTools.* | everything except SpecificTools.default | All the nodes |
| SpecificTools.replacements.* | replacements.create, delete, edit and list | All the node that is needed to create replacements ingame |
| SpecificTools.replacements.create | Makes the player able to create replacements | |
| SpecificTools.replacements.delete | Makes the player able to delete replacements | |
| SpecificTools.replacements.list | Makes the player able to list all the replacements | |
| SpecificTools.replacements.edit | Makes the player able to edit replacements |