messages { # Message displayed when a player tries to connect while being banned. S:banned=You've been banned. Please contact the admins. # Message displayed when an error with database occurs. Check your server logs. S:databaseError=Something was wrong. Please contact the admins. # Usage for /login S:loginUsage=/login - Allows you to authenticate on the server # Message displayed to a player when he/she attempts to sign in with an incorrect email. S:notValidEmail=Your email is not valid. # Message displayed when a player tries to sign up with an already-registered account. S:playerAlreadyExists=Someone has already registered with this username or email. # Message displayed when an already-logged player tries to sign in. S:playerAlreadyLogged=You are already logged in. # Message displayed when a player tries to connect without having registered. S:playerNotFound=You've not registered yet. Please visit www.example-website.com # Usage for /register S:registerUsage=/register - Be careful when choosing it, you'll be asked to login each time you play. # Message displayed to a player when he/she successfully signs in. S:success=You've successfully signed in. # Message displayed to a player when he/she joins the server. S:welcome=Use /register to sign up or /login to sign in. # Message displayed when a player do not use correctly /login or /register. Make sure it is clear enough to guide them. S:wrongNumberOfArgs=You need to type /[register|login] # Message displayed to a player when he/she typed a wrong password. S:wrongPassword=Wrong password. Please try again. # Message displayed to a player when he/she attempts to sign in with wrong username S:wrongUsername=Your username does not correspond to your credentials. }