Guest User

RAP AUTH

a guest
Mar 24th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.45 KB | None | 0 0
  1. kick_antibot: 'AntiBot protection mode is enabled! You have to wait some minutes before joining the server.'
  2. unknown_user: '&cCan''t find the requested user in the database!'
  3. unsafe_spawn: '&cYour quit location was unsafe, you have been teleported to the world''s spawnpoint.'
  4. not_logged_in: '&cYou''re not logged in!'
  5. reg_voluntarily: 'You can register yourself to the server with the command "/register <password> <ConfirmPassword>"'
  6. usage_log: '&cUsage: /login <password>'
  7. wrong_pwd: '&cWrong password!'
  8. unregistered: '&cSuccessfully unregistered!'
  9. reg_disabled: '&cIn-game registration is disabled!'
  10. valid_session: '&2Logged-in due to Session Reconnection.'
  11. login: '&2Successful login!'
  12. vb_nonActiv: '&cYour account isn''t activated yet, please check your emails!'
  13. user_regged: '&cYou already have registered this username!'
  14. usage_reg: '&cUsage: /register <password> <ConfirmPassword>'
  15. max_reg: '&cYou have exceeded the maximum number of registrations (%reg_count/%max_acc %reg_names) for your connection!'
  16. no_perm: '&4You don''t have the permission to perform this action!'
  17. error: '&4An unexpected error occurred, please contact an administrator!'
  18. login_msg: '&cPlease, login with the command "/login <password>"'
  19. reg_msg: '&3Please, register to the server with the command "/register <password> <ConfirmPassword>"'
  20. reg_email_msg: '&3Please, register to the server with the command "/register <email> <confirmEmail>"'
  21. usage_unreg: '&cUsage: /unregister <password>'
  22. pwd_changed: '&2Password changed successfully!'
  23. user_unknown: '&cThis user isn''t registered!'
  24. password_error: '&cPasswords didn''t match, check them again!'
  25. password_error_nick: '&cYou can''t use your name as password, please choose another one...'
  26. password_error_unsafe: '&cThe chosen password isn''t safe, please choose another one...'
  27. invalid_session: '&cYour IP has been changed and your session data has expired!'
  28. reg_only: '&4Only registered users can join the server! Please visit http://example.com to register yourself!'
  29. logged_in: '&cYou''re already logged in!'
  30. logout: '&2Logged-out successfully!'
  31. same_nick: '&4The same username is already playing on the server!'
  32. registered: '&2Successfully registered!'
  33. pass_len: '&cYour password is too short or too long! Please try with another one!'
  34. reload: '&2Configuration and database have been reloaded correctly!'
  35. timeout: '&4Login timeout exceeded, you have been kicked from the server, please try again!'
  36. usage_changepassword: '&cUsage: /changepassword <oldPassword> <newPassword>'
  37. name_len: '&4Your username is either too short or too long!'
  38. regex: '&4Your username contains illegal characters. Allowed chars: REG_EX'
  39. add_email: '&3Please add your email to your account with the command "/email add <yourEmail> <confirmEmail>"'
  40. recovery_email: '&3Forgot your password? Please use the command "/email recovery <yourEmail>"'
  41. usage_captcha: '&3To login you have to solve a captcha code, please use the command "/captcha <theCaptcha>"'
  42. wrong_captcha: '&cWrong captcha, please type "/captcha THE_CAPTCHA" into the chat!'
  43. valid_captcha: '&2Captcha code solved correctly!'
  44. kick_forvip: '&3A VIP player has joined the server when it was full!'
  45. kick_fullserver: '&4The server is full, try again later!'
  46. usage_email_add: '&cUsage: /email add <email> <confirmEmail>'
  47. usage_email_change: '&cUsage: /email change <oldEmail> <newEmail>'
  48. usage_email_recovery: '&cUsage: /email recovery <Email>'
  49. new_email_invalid: '&cInvalid new email, try again!'
  50. old_email_invalid: '&cInvalid old email, try again!'
  51. email_invalid: '&cInvalid email address, try again!'
  52. email_added: '&2Email address successfully added to your account!'
  53. email_confirm: '&cPlease confirm your email address!'
  54. email_changed: '&2Email address changed correctly!'
  55. email_send: '&2Recovery email sent successfully! Please check your email inbox!'
  56. email_exists: '&cA recovery email was already sent! You can discard it and send a new one using the command below:'
  57. country_banned: '&4Your country is banned from this server!'
  58. antibot_auto_enabled: '&4[AntiBotService] AntiBot enabled due to the huge number of connections!'
  59. antibot_auto_disabled: '&2[AntiBotService] AntiBot disabled disabled after %m minutes!'
  60. email_already_used: '&4The email address is already being used'
  61. two_factor_create: '&2Your secret code is %code. You can scan it from here %url'
  62. not_owner_error: 'You are not the owner of this account. Please choose another name!'
  63. invalid_name_case: 'You should join using username %valid, not %invalid.'
Add Comment
Please, Sign In to add comment