Skip to content

messages.yml

Player-facing text at plugins/dDeathPenalty/messages.yml, in MiniMessage.

prefix: "<gray>[<red>dDeathPenalty</red>]</gray> "
  • <prefix> is replaced by the prefix string.
  • 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>"

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.