⛏️ Blocks Hardnesses
With Score you can edit the hardness of a block, related to global hardness or by specific vanilla items, or by specific EI(S) and only work on specific EB(s).
Commands:
- /score hardnesses
- It opens the GUI of hardnesses
- /score hardnesses-create <id>
- You can create a new hardnesses file
- /score hardnesses-delete <id>
- You can delete a file
Examples:
- With STICK a player will take 3 seconds to break the OBSIDIAN.
- With DIAMOND_PICKAXE a player will take 10 seconds to break the SAND.
- With "thisismytorch" (a custom EI) a player will take 10 seconds to break the SAND, A CUSTOM EB, or DIRT.
In the detailed blocks feature where you specify the block you can choose :
- A vanilla material like DIRT
- An ExecutableBlock with EXECUTABLEBLOCKS:MyEBID
- A Block form ItemsAdder with ITEMSADDER:MyBlock
In the detailed items features where you specify the item to break the block you can choose :
- A vanilla material like STICK
- An ExecutableItem with EXECUTABLEITEMS:MyEIID
- An item from ItemsAdder with ITEMSADDER:MyItem
Try it now
Copy this into ExecutableItems and reload
From the SCore custom commands reference. Paste it into a config, run the plugin's reload command, and you have a working starting point to edit.
activators:
activator0: # Activator ID, you can create as many activator on the activators list
option: # Here goes an activator that is at least instance of player
playerCommands:
- ABSORPTION amount:5 time:200 # Gives the player absorption
activator1: # Activator ID, you can create as many activator on the activators list
option: # Here goes an activator that is at least instance of target
targetCommands:
- ABSORPTION amount:5 time:200 # Gives the target absorptionPlugin used on this page
ExecutableItemsCustom items with abilities, activators and commands — no code.
- 5.0/5 from 10 reviews
- 3.0K servers running it right now (bStats)
- 52 downloads on SPlugins
€19.99
one-time, lifetime updates
Created Oct 26, 2025Last updated Aug 29, 2026 by Ssomar
Edit this page on GitHub