DurabilityAlertis a plugin that notifies the player when their items are low on durability. Works for: All armour, Pickaxes, Axes, Shovels, Swords, Hoes, Fishing Rod, Shears.
The warning can be toggled (with the command /durabilityalert toggle) by each player so that it's not forced on everybody.
/durabilityalert (/da) - the base command /durabilityalert toggle - toggles the alert per player (set by user) /durabilityalert armour <number> - sets the percent at which the armour durability warning will start to show (set by user) /durabilityalert tools <number> - sets the percent at which the tools durability warning will show (set by user) /durabilityalert type [percent/durability] - sets the warning values to depend on either percent left, or durability left (set by user) /durabilityalert enchant - Toggle whether or not alerts hould only be shown for enchanted items /durabilityalert status - Shows the current settings for the user
durabilityalert.command: description: default durability alert command permission
default: op
durabilityalert.alert: description: allows the user to get durability alerts
default: op
Code (Text):
lowdurability: "Low durability on %item%"
durabilityleft: "%durability% Durability left"
warningsdisabled: "Durability Warnings Disabled!"
warningsenabled: "Durability Warnings Enabled!"
enchantedtrue: "Alerts will only show for enchanted items"
enchantedfalse: "Alerts will show for all items"
invalidarguments: "Invalid Arguments"
armourset: "Armour warning value set to %armour%"
toolset: "Tool warning value set to %tool%"
mustbenumber: "Percent must be a number! ex: 10"
settype: "Warning type has been set to %type%"
prefix: "&f&l[&9&lDurabilityAlert&f&l]"
# alert popup display time
displaytime: 10
#user setting defaults
defaultvalue: 10
# 'percent' or 'durability'
defaulttype: "percent"
defaultenchanted: false
enabled-by-default: false