-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/modlist gives an error: Missing message <staff-list-online>... #67
Comments
All of the latest builds are development builds where there have been On sø., juni 14, 2015 at 7:50 , Islid [email protected] wrote:
|
Alright, I'll test that now... |
Got it to work. There seems to be an unused line that was intended to perform the same function, maybe it's some kind of typo? staff-list-message: '%aqua%Staff online: %yellow%{0}' When I changed "message" to "online" it worked just fine. |
Just to be clear (reading back the prior post, it does look a bit ambiguous) I did manage to fix the bug with your suggestion. I'm not sure what you'd like to do otherwise, but I'm willing to test dev builds if you'd like me to! |
Versions:
ReportRTS: 2.0.0-b52
Spigot: git-Spigot-44c59bf-8f0f4ed (MC 1.8.7 Implementation) (API 1.8.7-R0.1-SNAPSHOT)
When using the /modlist command, the following error appears in chat:
Missing message {staff-list-online} in ReportRTS/messages.yml, no default found. (replaced the carats with brackets to help it show in this report.)
The messages.yml we're using is the automatically generated one (fresh), with the only edited entry being the first one.
messages.yml: http://pastebin.com/2mBVbYJK
This also happens when we remove the existing messages.yml and ask it to generate a fresh one.
The text was updated successfully, but these errors were encountered: