This paper plugin uses various methods to notify players when their tool is low on durability. It uses subtle methods like using a sound or showing an action bar message notifying the player.
This plugin is a bukkit version of the client-side mod by the same name.
The plugin has the following configuration options:
- percentage - A percentage between 1 and 100 that the mod uses to dictate if a tool is close to being broken
- checkArmor - If the players armor slots should be periodically checked for damage (every 4 seconds)
- sendMessage - If the plugin should display an action bar message to the player
- messageColor - The color of the message
- playSound - When set to true the plugin plays a sound at the player who's tool is almost broken
- soundLocation - The id of the sound used if playSound is enabled
- volume - The volume of the sound played to the player if playSound is enabled

