Skip to content

A Minecraft plugin to deal with block health in a way that doesn't completely suck

License

Notifications You must be signed in to change notification settings

LoJoSho/BlockHealth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlockHealth

A Minecraft plugin to deal with block health in a way that doesn't completely suck.

What does this plugin do?

BlockHealth allows blocks to have health, meaning, they take more than one breaking to destroy. This plugin handled block dealt by directly adding the data to blocks, meaning, there is no big database to worry about. Decide this plugin isn't for you? Just remove it, no errors, no problems.

Messages are not taking legacy color (&8, &f, etc.)

This plugin uses MiniMessage, which is much more powerful, including support for RGB, hover, and cool features that allow you to bring the full potential out.

How do I add more blocks?

You can add more Minecraft blocks by heading to config.yml.

Blocks:
  OAK_PLANKS:
    HEALTH: 250

To add more blocks, simply paste below it,

Blocks:
  OAK_PLANKS:
    HEALTH: 250
  COBBLESTONE:
    HEALTH: 500

How do I add more tools?

Works the same way as blocks, but instead of health, you do it with damage.

Tools:
  AIR:
    DAMAGE: 1
  WOODEN_PICKAXE:
    DAMAGE: 10
  STONE_PICKAXE:
    DAMAGE: 20

Have any questions? Head over to the Discord server!

About

A Minecraft plugin to deal with block health in a way that doesn't completely suck

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages