Advertisement
Guest User

Untitled

a guest
May 6th, 2017
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1.  
  2. # Password errors on registration
  3. password_error: '&cPasswords didn''t match, check them again!'
  4. password_error_nick: '&cYou can''t use your name as password, please choose another one...'
  5. password_error_unsafe: '&cThe chosen password isn''t safe, please choose another one...'
  6. password_error_chars: '&4Your password contains illegal characters. Allowed chars: REG_EX'
  7. pass_len: '&cYour password is too short or too long! Please try with another one!'
  8.  
  9. # Login
  10. usage_log: '&cUsage: /login <password>'
  11. wrong_pwd: '&cWrong password!'
  12. login: '&2Successful login!'
  13. login_msg: '&cPlease, login with the command: /login <password>'
  14. timeout: '&4Login timeout exceeded, you have been kicked from the server, please try again!'
  15.  
  16. # Errors
  17. unknown_user: '&cThis user isn''t registered!'
  18. denied_command: '&cIn order to use this command you must be authenticated!'
  19. denied_chat: '&cIn order to chat you must be authenticated!'
  20. not_logged_in: '&cYou''re not logged in!'
  21. tempban_max_logins: '&cYou have been temporarily banned for failing to log in too many times.'
  22. max_reg: '&cYou have exceeded the maximum number of registrations (%reg_count/%max_acc %reg_names) for your connection!'
  23. no_perm: '&4You don''t have the permission to perform this action!'
  24. error: '&4An unexpected error occurred, please contact an administrator!'
  25. unsafe_spawn: '&cYour quit location was unsafe, you have been teleported to the world''s spawnpoint.'
  26. kick_forvip: '&3A VIP player has joined the server when it was full!'
  27.  
  28. # AntiBot
  29. kick_antibot: 'AntiBot protection mode is enabled! You have to wait some minutes before joining the server.'
  30. antibot_auto_enabled: '&4[AntiBotService] AntiBot enabled due to the huge number of connections!'
  31. antibot_auto_disabled: '&2[AntiBotService] AntiBot disabled after %m minutes!'
  32.  
  33. # Other messages
  34. unregistered: '&cSuccessfully unregistered!'
  35. accounts_owned_self: 'You own %count accounts:'
  36. accounts_owned_other: 'The player %name has %count accounts:'
  37. two_factor_create: '&2Your secret code is %code. You can scan it from here %url'
  38. recovery_code_sent: 'A recovery code to reset your password has been sent to your email.'
  39. recovery_code_incorrect: 'The recovery code is not correct! Use "/email recovery [email]" to generate a new one'
  40. vb_nonActiv: '&cYour account isn''t activated yet, please check your emails!'
  41. usage_unreg: '&cUsage: /unregister <password>'
  42. pwd_changed: '&2Password changed successfully!'
  43. logged_in: '&cYou''re already logged in!'
  44. logout: '&2Logged out successfully!'
  45. reload: '&2Configuration and database have been reloaded correctly!'
  46. usage_changepassword: '&cUsage: /changepassword <oldPassword> <newPassword>'
  47.  
  48. # Session messages
  49. invalid_session: '&cYour IP has been changed and your session data has expired!'
  50. valid_session: '&2Logged-in due to Session Reconnection.'
  51.  
  52. # Error messages when joining
  53. name_len: '&4Your username is either too short or too long!'
  54. regex: '&4Your username contains illegal characters. Allowed chars: REG_EX'
  55. country_banned: '&4Your country is banned from this server!'
  56. not_owner_error: 'You are not the owner of this account. Please choose another name!'
  57. kick_fullserver: '&4The server is full, try again later!'
  58. same_nick: '&4The same username is already playing on the server!'
  59. invalid_name_case: 'You should join using username %valid, not %invalid.'
  60. same_ip_online: 'A player with the same IP is already in game!'
  61.  
  62. # Email
  63. usage_email_add: '&cUsage: /email add <email> <confirmEmail>'
  64. usage_email_change: '&cUsage: /email change <oldEmail> <newEmail>'
  65. usage_email_recovery: '&cUsage: /email recovery <Email>'
  66. new_email_invalid: '&cInvalid new email, try again!'
  67. old_email_invalid: '&cInvalid old email, try again!'
  68. email_invalid: '&cInvalid email address, try again!'
  69. email_added: '&2Email address successfully added to your account!'
  70. email_confirm: '&cPlease confirm your email address!'
  71. email_changed: '&2Email address changed correctly!'
  72. email_send: '&2Recovery email sent successfully! Please check your email inbox!'
  73. email_exists: '&cA recovery email was already sent! You can discard it and send a new one using the command below:'
  74. email_show: '&2Your current email address is: &f%email'
  75. incomplete_email_settings: 'Error: not all required settings are set for sending emails. Please contact an admin.'
  76. email_already_used: '&4The email address is already being used'
  77. email_send_failure: 'The email could not be sent. Please contact an administrator.'
  78. show_no_email: '&2You currently don''t have email address associated with this account.'
  79. add_email: '&3Please add your email to your account with the command: /email add <yourEmail> <confirmEmail>'
  80. recovery_email: '&3Forgot your password? Please use the command: /email recovery <yourEmail>'
  81.  
  82. # Captcha
  83. usage_captcha: '&3To login you have to solve a captcha code, please use the command: /captcha <theCaptcha>'
  84. wrong_captcha: '&cWrong captcha, please type "/captcha THE_CAPTCHA" into the chat!'
  85. valid_captcha: '&2Captcha code solved correctly!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement