messages.yml
Player-facing text at plugins/dDeathPenalty/messages.yml, in MiniMessage.
Prefix & placeholders
Section titled βPrefix & placeholdersβprefix: "<gray>[<red>dDeathPenalty</red>]</gray> "<prefix>is replaced by theprefixstring.- Named placeholders use
%name%.
| Key | Placeholders | Shown when |
|---|---|---|
penalty-money |
%money_lost%, %world%, %killer% |
A player dies and loses money. |
penalty-exempt |
%world% |
An exempt player dies. |
check-header |
β | First line of /dp check. |
check-line |
%player%, %deaths%, %money_lost% |
The /dp check stat line. |
check-usage |
%label% |
/dp check from console with no player. |
penalty-money: "<prefix><red>You died and lost <yellow>%money_lost%</yellow>."penalty-exempt: "<prefix><green>You kept everything β you're exempt in <yellow>%world%</yellow>."check-line: "<gray>%player%<dark_gray>: <white>%deaths%</white> deaths, lost <yellow>%money_lost%</yellow>"Framework keys
Section titled βFramework keysβThe top of the file holds DzusillCore command keys β no-permission, players-only, player-not-found (%name%), invalid-usage (%usage%), invalid-number (%input%), command-error, reload-success, reload-failed. Reword freely; keep the placeholder tokens.