Messages & Sounds
The text and sounds live in the Messages and Sounds sections of config.yml.
Placeholders
Section titled βPlaceholdersβMessage text uses & colour codes, &#RRGGBB hex, and four positional placeholders:
| Token | Value |
|---|---|
{0} |
Item name |
{1} |
Remaining durability |
{2} |
Max durability |
{3} |
Remaining percentage |
Warn messages
Section titled βWarn messagesβMessages: ChatMessage: - 'a271dToolNotifier &8&lΒ» &cBe careful!' - ' &7Your d7a25{0} &7is about to break (d7a25{1}&7/{2})!' ActionBarMessage: '{0} &7is about to break (d7a25{1}&7/{2})!' Title: MainMessage: '4C1CDCareful {3}% to break!' SubMessage: 'a271d{0} is about to break ({1}/{2})!' BossBarMessage: '&eβ {0} is about to break! ({1}/{2})'ChatMessage is a list β one entry per line.
Critical messages
Section titled βCritical messagesβMessages: Critical: ChatMessage: - 'a271dToolNotifier &8&lΒ» &4&lCRITICAL!' - ' &7Your &#ff0000{0} &7is about to BREAK (&#ff0000{1}&7/{2})!' ActionBarMessage: '&4&l{0} CRITICAL! ({1}/{2})' Title: MainMessage: '&4&l{0} BREAKING!' SubMessage: '&#ff0000{1}/{2} durability left!' BossBarMessage: '&4&lβ {0} about to break! ({1}/{2})'The Critical set mirrors the Warn set and is used once an item passes its critical threshold.
Sounds: Warn: ENTITY_CHICKEN_EGG/0.5/1.0 Critical: ENTITY_ITEM_BREAK/1.0/1.0Format SOUND/volume/pitch, any valid Bukkit Sound name. (The old single NotifySound key is still read as a fallback for backward compatibility.) A malformed spec logs a console warning rather than erroring.