Custom command usage messages default to English versions
AfkF24 opened this issue ยท 1 comments
Type of bug
Other unexpected behaviour
/ess dump all
output
https://essentialsx.net/dump.html?id=0f67e7d0773c4bce881387f3a94ef038
Error log (if applicable)
No response
Bug description
Title
Steps to reproduce
- In
config.yml
setverbose-command-usages: false
(didn't test if it still happens while this istrue
) - Change some command usage message in custom language file, e.g.
msgCommandDescription=
msgCommandUsage=<yellow>Test\: <gold>/<command> <to> <message></gold>.
msgCommandUsage1=<yellow>Test\: <gold>/<command> <to> <message></gold>.
msgCommandUsage1Description=
/ess reload
or restart the server
Expected behaviour
The usage messages should use the custom messages
Actual behaviour
The usage messages don't change and default to their respective English version
Additional Information
No response
Duplicate of #5841