Block Hardness
Hypixel Skyblock inspired block breaking system
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Block Hardness
Bring the Hypixel SkyBlock's mining system to your own server with BlockHardness – a fully customizable block breaking plugin!
Features
- Region Support: WorldGuard region support. - Custom Drops: Custom item drops support. Items fully customizable in game. Different drops for each region. - Experience: Set the blocks experience drop.
Dependencies
- ProtocolLib - WorldGuard (requires WorldEdit)
Configuration:
``` default_hardness: 100 #default hardness for all blocks that are not assigned instant_xp: false #determines if xp should immediately get added to the player instead of an orb default: #no region blocks DIRT: hardness: 20 STONE: hardness: 100 xp: 1 #drop: custom_id or delete this line if you want the default block drop region1: #region id (created using worldguard) DIRT: hardness: 30
#to create custom items use /blockbreaking serialize <custom_id> #for example /blockbreaking serialize my_item #default:
DIRT:
hardness: 20
drop: my_item
```
Compatibility
The plugin should work with any block regenerating plugin. Just make sure to set the drop in the block regen config instead of block hardness config.
Commands
- /bb reload - Reload the plugin config. blockbreaking.reload - /bb setminingspeed <number> - Sets the bonus mining speed of the held item. blockbreaking.setminingspeed - /bb serialize <custom_id> - Save the held item in the items.yml file. blockbreaking.serialize
- permission for all commands: blockbreaking.*