mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-03 22:08:28 +00:00
d7fc859d14
Closes #3662 This PR changes the default placeholder `{0}` to username. Display name can still be used with `{5}`. Before change: messages.properties `itemSoldConsole=\u00a7e{0} \u00a7asold\u00a7e {1}\u00a7a for \u00a7e{2} \u00a7a({3} items at {4} each).` console `[Essentials] ~test sold dirt for $64 (64 items at $1 each).` After change: messages.properties `itemSoldConsole=\u00a7e{0} \u00a7asold\u00a7e {1}\u00a7a for \u00a7e{2} \u00a7a({3} items at {4} each).` console `[Essentials] pop4959 sold dirt for $64 (64 items at $1 each).` messages.properties `itemSoldConsole=\u00a7e{5} \u00a7asold\u00a7e {1}\u00a7a for \u00a7e{2} \u00a7a({3} items at {4} each).` console `[Essentials] ~test sold dirt for $64 (64 items at $1 each).` |
||
---|---|---|
.. | ||
src | ||
test/com/earth2me/essentials | ||
pom.xml |