Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlaundal/specifictools
Minecraft Bukkit Plugin. Customize what tools are required to break each type of block.
https://github.com/tlaundal/specifictools
Last synced: about 2 months ago
JSON representation
Minecraft Bukkit Plugin. Customize what tools are required to break each type of block.
- Host: GitHub
- URL: https://github.com/tlaundal/specifictools
- Owner: tlaundal
- License: wtfpl
- Created: 2012-08-20T19:24:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-17T13:40:32.000Z (about 12 years ago)
- Last Synced: 2023-03-27T14:52:57.956Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.creole
- License: LICENSE
Awesome Lists containing this project
README
== SpecificTools==
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.=== Features ===
* Works with any place able block
* All tools are working
* Hand can be used as a tool
* Easy to customize
* Aprox. 37600 possible customizations!!=== How the config works ===
The format for the configuration is like this:
<>
>
Replacements:
[block]:
- [tool]
- [tool]
<
The list of blocks and tools is [[http://dev.bukkit.org/server-mods/specifictools/pages/list-of-valid-tools-and-blocks/|here]].Here is an example configuration:
<>
>
Replacements:
DIRT:
- HAND
- IRON_SWORD
GOLD_BLOCK:
- GOLD_HOE
<
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 blocksAdditionally 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.
=== Permissions ===
|specifictools.default|Lets the player override the tools in the config|
|specifictools.*|All the nodes|=== How to install ===
# Download specifictools.jar (Top right of this page)
# Stop your server
# Put specifictools.jar in the plugins folder of your server
# Start and stop your server
# Edit plugins/SpecificTools/config.yml after your needs
# Enjoy!=== To do ===
* Remove bugs
* Add per world support
* Add commands to add replacements
* --Add all items as valid tools--
* Add faster breaking!