Problem
danieliustt opened this issue · 2 comments
Type of bug
Error in console
/ess dump all
output
Newest
Error log (if applicable)
https://paste.gg/p/anonymous/fe853f7982e2472da9a024f04ce7ad6b
Bug description
Please fix that problem with not enough money formatting
if you use for example <dark_red> then you see tags
All good with /pay but then you get error when you use [Repair] sign if you use code below
notEnoughMoney=§4⚠ §cNeturi pakankamai pinigų! §4⚠\n
Steps to reproduce
Please fix that problem with not enough money formatting
if you use for example <dark_red> then you see tags
All good with /pay but then you get error when you use [Repair] sign if you use code below
notEnoughMoney=§4⚠ §cNeturi pakankamai pinigų! §4⚠\n
Expected behaviour
Please fix that problem with not enough money formatting
if you use for example <dark_red> then you see tags
All good with /pay but then you get error when you use [Repair] sign if you use code below
notEnoughMoney=§4⚠ §cNeturi pakankamai pinigų! §4⚠\n
Actual behaviour
Please fix that problem with not enough money formatting
if you use for example <dark_red> then you see tags
All good with /pay but then you get error when you use [Repair] sign if you use code below
notEnoughMoney=§4⚠ §cNeturi pakankamai pinigų! §4⚠\n
Additional Information
No response
The value you're using for the notEnoughMoney
key in your messages properties file is unsupported, as already stated in the stack trace found in the logs you provided via pastebin, per Essentials v2.21 dev builds.
Instead, opt to use Adventure's MiniMessages format newly introduced to the latest Essentials dev builds.
(As far as this issue is concerned, we'd appreciate you properly fill in the requested fields and refrain from pasting the same piece of text on multiple sections.)