Ultimate Fist
What is Ultimate Fist?
Ultimate Fist gives you the possibility to create an Superpickaxe with a restricted number of hits for the players. The number of hits can be raised with diamonds.
This Plugin requires Vault.
Ultimate Fist is OpenSource.
Commands/Permissions
/ultimatefist|uf <command from the list below>
Player Commands
| Command | Permission | Description |
|---|---|---|
| - | ultimatefist.use.use | For enable/disable the UltimateFist |
| c / create | ultimatefist.use.use | Create the UltimateFist, if the player has 5 diamonds (default) in his hand. |
| a / add [x] | ultimatefist.use.add | Add [x] diamonds to the UltimateFist, a diamond has 2000 Hits (default) |
| e / extract [x] | ultimatefist.use.extract | Extracts [x] diamonds from the UltimateFist, a diamonds has 2000 Hits (default) |
| s / status / stats | ultimatefist.use.use | Show the Player how many hits he/she has left |
Admin Commands
| Command | Permission | Description |
|---|---|---|
| g / give [player] [x] <d / dia / dias / diamonds> | ultimatefist.admin.give | Add x hits/diamonds to the UltimateFist of [player] |
| r / remove [player] [x] <d / dia / dias / diamonds> | ultimatefist.admin.remove | Remove x hits/diamonds from the UltimateFist of [player] |
Configuration
config.yml
diamonds: extractebile: true # Diamonds can be extracted creation: 5 # Diamonds that are required for the creation max: 20 # Maximum hits which may have UltimateFist durability: 2000 # Hits per diamond use: true # Enable or disable the Diamond Features expandable: true # UltimateFist can expanded, true or false economy: price: 5 # Default Price for all Blocks use: false # Enable or disable the Economy Features list: true # Use Pricelist fist: tools: use: true # Enable or disable the Toollist list: 257,278,285 # Ids from Tools excluded: blacklist: true # Switch between blacklist (true) and whitelist (false) blocks: 7,54,61,62 # Blocks they are on the list
economy.yml
'<itemId>': <price> '1': 2 '2': 1 '3': 1 '4': 2 '5': 3

