Skip to content

Quick Start

Take a tool, damage it past the warn threshold (90% for tools by default), and you’ll get a Warn notification. Keep using it past 10% and it escalates to Critical.

/tn status

Lists every damageable item you’re carrying with its remaining durability and a colour for its level (green = fine, yellow = warn, red = critical).

/tn toggle

Turns your own notifications off (and on again). Your choice is remembered.

In config.yml, set when each category warns:

Settings:
Categories:
Tools: { Enabled: true, Percentage: 90, CriticalPercentage: 10 }
Armor: { Enabled: true, Percentage: 50, CriticalPercentage: 10 }
Elytra: { Enabled: true, Percentage: 20, CriticalPercentage: 5 }

Want a special rule for one item? Use an override:

Settings:
ItemOverrides:
DIAMOND_PICKAXE: { Enabled: true, Percentage: 50 }
ELYTRA: { Enabled: false }

Apply with /tn reload.

On the PRO edition:

/tn settings # players pick which channels they receive
/tn admin # staff inspect any online player's gear

Plus a periodic inventory scan that warns about low items even when they’re not in your hand.