I have edited a whole file of messages_en.properties, I read the http://wiki.ess3.net/wiki/Locale#Custom_Messages and I put it in the essentials folder and the messages are still default, I have no idea. I also edited the Locale part of the config.yml
Here it is as default:
And this is what I did to it:
I even tried 'messages_en' I did /ess reload and /reload. Nothing happened to the command outcomes when I executed them.
Here it is as default:
Code:
# Set the locale for all messages.
# If you don't set this, the default locale of the server will be used.
# For example, to set language to English, set locale to en, to use the file "messages_en.properties".
# Don't forget to remove the # in front of the line.
# For more information, visit http://wiki.ess3.net/wiki/Locale
#locale: en
And this is what I did to it:
Code:
# Set the locale for all messages.
# If you don't set this, the default locale of the server will be used.
# For example, to set language to English, set locale to en, to use the file "messages_en.properties".
# Don't forget to remove the # in front of the line.
# For more information, visit http://wiki.ess3.net/wiki/Locale
locale: messages_en.properties
I even tried 'messages_en' I did /ess reload and /reload. Nothing happened to the command outcomes when I executed them.
