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:
Code (Text):
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:
- BlockRegen: Make sure you set the custom drop in the BlockHardness config.yml and set natural-break to false in the BlockRegen blocklist.yml
Commands:
- /bb reload - Reload the plugin config.
- /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.
permission for all commands: blockbreaking.*
the plugin falls under
CC-BY-NC-ND-4.0 license.