You can change the messages that the player get in the config.yaml file.
If the config file is empty paste this inside:
Code (YAML):
# By changing these messages it will change what the player will see # For text colors you can use & + any number or letter that is assigned a color
# This message will show the player how to use the /login command use_login_message: "&eUse /login [Password]" already_logged: "&cYou're already logged in!" success_login: "&aYou've successfully logged in" not_logged: "&cYou're not logged in!"
# By changing this number, you will change the minimal character requirement for the user to create a password minimal_password_length: 6
short_password_message: "&cYour password length must be greater than 6 characters!" success_register: "&aYou've successfully registered" not_registered: "&cYou're not registered" incorrect_password: "&cIncorrect password, Try Again!"
# This message will show the player how to use the /register command use_register_message: "&eUse /register [Password]" already_registered: "&cYou're already registered!"
# This message will show the player how to use the /changepassword command use_changepassword_message: "&eUse /changepassword [Current Password] [New Password]"
# This message will tell the player that their Current Password is incorrect when they try to change their password current_password_incorrect: "&cYour current password is incorrect" new_same_as_old: "&cYour new password can't be same as your current password!" success_change: "&aYour password was successfully changed"