Hypixel Skyblock inspired block breaking system
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
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.
/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.*