Hello! I'm new in Aternos and in the minecraft server configuration. I'm preparing a small server for me and 2 maybe 3 people. I have my purchased Minecraft account but they have not and that's why I can't make it 'white-listed' a I liked to at the begining. So I decide to try to protect server (just in case) by adding a plugin, assuring this way that only us can join our server.
First tried LoginPlugin and for some reason it allow me to enter wherever the password I especify in /login command. So I changed it to CrazyLogin.
CrazyLogin is working very good as I tested but have problem with the language. In the LOGs of the server it say:
[17:41:04] [Server thread/INFO]: [CrazyCore] Enabling CrazyCore v10.7.9
[17:41:04] [Server thread/INFO]: [mCrazyCore] Loading languages...
[17:41:04] [Server thread/INFO]: [CrazyLogin] en_en language files not available!
[17:41:04] [Server thread/INFO]: [CrazyCore] Version 10.7.9 enabled
[17:41:00] [Server thread/INFO]: [CrazyLogin] Loading CrazyLogin v7.24.0
[17:41:04] [Server thread/INFO]: Using locale en_US
[17:41:04] [Server thread/INFO]: [CrazyLogin] Enabling CrazyLogin v7.24.0
[17:41:04] [Server thread/INFO]: [CrazyLogin] Loaded 1 entries from database
[17:41:04] [Server thread/INFO]: [CrazyLogin] Version 7.24.0 enabled
So when it try to show some messages it report the locale to be missing:
[17:41:40] [Server thread/WARN]: [CrazyLocale] _HEAD_.CRAZYLOGIN.LOGIN.REQUEST is missing!
[17:42:16] [Server thread/INFO]: Testing issued server command: /register pass
[17:42:16] [Server thread/WARN]: [CrazyLocale] _HEAD_.CRAZYLOGIN.LOGIN.REQUEST is missing!
[17:42:20] [Server thread/WARN]: [CrazyLocale] _HEAD_.CRAZYLOGIN.LOGIN.REQUEST is missing!
[17:42:24] [Server thread/INFO]: Testing issued server command: /login pass
[17:42:24] [Server thread/WARN]: [CrazyLocale] _HEAD_.CRAZYLOGIN.LOGIN.SUCCESS is missing!
[17:43:24] [Server thread/INFO]: Testing lost connection: Timed out
[17:43:24] [Server thread/WARN]: [CrazyLocale] _HEAD_.CRAZYLOGIN.BROADCAST.QUIT is missing!
The folder /Plugins/CrazyLogin/Lang is empty. And I was reading in the forum that it is not possible to copy, move or create files in the server. I searching in plugins if there is a way to install the languages and didn't found anything useful.
I searched at the forum for someone who has problems with this plugin and in google but no luck.
So, sorry if I have to bother with this but maybe someone can help me solve this.
Thanks in advance!
[UPDATE] I been thinking that it will not help me to stop someone who want to enter the server and create his/her own user and interact in the world
It is even possible without white-list? How can I achieve this?