Problem with changing "/tpacancel" message
ACrispyCookie opened this issue ยท 2 comments
I'm having a small problem on changing the message of the "/tpacancel" command. It
doesn't appear at the messages file. What can I do? Thanks!
EssentialsX version (/essentials
): 2.0.1
Server software (/version
): Spigot 1.8.8
Server (logs/latest.log): https://pastebin.com/HmV0iY8A
EssentialsX config (if applicable): https://pastebin.com/icTvsr6m
You may need to copy the new keys over from a newer language file:
If you haven't made any major changes to your messages file, you can just copy a newer
messages_xx.properties
from the repo over your old one.If you have made major changes however, you can use a three-way merge tool if you know which version of EssentialsX you originally copied your file from. Another way, if you have Python installed, is to download the most recent
messages.properties
and this comparison script, put them in an empty directory, copy your messages file to that directory then run the script to see which lines you need to add.