Added a configuration option to only load the language files that you require. If you know your players only use a particular language, then just load that one language file. This will be more efficient when the server loads.
I would recommend also loading the default English language in case the translation is not present in the local language file.
So, for example, if you only wanted Spanish then your config option would look like this:
Code (YAML):
LoadLanguage
:
- es_es
- en_us