Guest User

Untitled

a guest
Mar 4th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. unknown_user: '&fThe requested user is not in the database'
  2. unsafe_spawn: '&fYour quit location was unsafe, teleporting you to world spawn'
  3. not_logged_in: '&cYou''re not logged in!'
  4. reg_voluntarily: '&fYou can register your nickname with the command "/register password
  5. ConfirmPassword"'
  6. usage_log: '&cUsage: /login password'
  7. wrong_pwd: '&cWrong password'
  8. unregistered: '&cSuccessfully unregistered!'
  9. reg_disabled: '&cRegistration is disabled'
  10. valid_session: '&cSession login'
  11. login: '&cSuccessful login!'
  12. vb_nonActiv: '&fYour account isn''t activated yet, check your emails!'
  13. user_regged: '&cYou have already registered this username'
  14. usage_reg: '&cUsage: /register password ConfirmPassword'
  15. max_reg: '&fYou have exceeded the max number of registrations for your account'
  16. no_perm: '&cYou don''t have the permission to execute this command'
  17. error: '&fAn error occurred; Please contact the admin'
  18. login_msg: '&cPlease login with "/login password"'
  19. reg_msg: '&cPlease register with "/register password ConfirmPassword"'
  20. reg_email_msg: '&cPlease register with "/register <email> <confirmEmail>"'
  21. usage_unreg: '&cUsage: /unregister password'
  22. pwd_changed: '&cPassword changed!'
  23. user_unknown: '&cUsername not registered'
  24. password_error: '&fPassword doesn''t match'
  25. password_error_nick: '&fYou can''t use your name as password, please choose another
  26. one'
  27. password_error_unsafe: '&fThe chosen password is not safe, please choose another one'
  28. invalid_session: '&fSession datas doesn''t match. Please wait until the end of the
  29. current session'
  30. reg_only: '&fRegistered players only! Please visit http://example.com to register'
  31. logged_in: '&cYou''re already logged in!'
  32. logout: '&cSuccessfully logged out'
  33. same_nick: '&fThe same nick is already playing on the server'
  34. registered: '&cSuccessfully registered!'
  35. pass_len: '&fYour password didn''t reach the minimum length or exceeded the max length'
  36. reload: '&fConfiguration and database has been reloaded'
  37. timeout: '&fLogin timeout, please try again'
  38. usage_changepassword: '&fUsage: /changepassword oldPassword newPassword'
  39. name_len: '&cYour nickname is either too short or too long'
  40. regex: '&cYour nickname contains illegal characters. Allowed chars: REG_EX'
  41. add_email: '&cPlease add your email with: /email add yourEmail confirmEmail'
  42. bad_database_email: '[AuthMe] This /email command is only available with MySQL and
  43. SQLite, contact an admin'
  44. recovery_email: '&cForgot your password? Please use /email recovery <yourEmail>'
  45. usage_captcha: '&cWe need you to type a captcha, please type: /captcha <theCaptcha>'
  46. wrong_captcha: '&cWrong Captcha, please type: /captcha THE_CAPTCHA'
  47. valid_captcha: '&cYour captcha is valid!'
  48. kick_forvip: '&cA VIP Player has joined the server when full!'
  49. kick_fullserver: '&cThe server is full, try again later'
  50. usage_email_add: '&fUsage: /email add <email> <confirmEmail>'
  51. usage_email_change: '&fUsage: /email change <oldEmail> <newEmail>'
  52. usage_email_recovery: '&fUsage: /email recovery <Email>'
  53. new_email_invalid: '[AuthMe] New email invalid!'
  54. old_email_invalid: '[AuthMe] Old email invalid!'
  55. email_invalid: '[AuthMe] Invalid email'
  56. email_added: '[AuthMe] Email Added!'
  57. email_confirm: '[AuthMe] Confirm your email!'
  58. email_changed: '[AuthMe] Email changed!'
  59. email_send: '[AuthMe] Recovery email sent!'
  60. email_exists: '[AuthMe] An email already exists on your account. You can change it
  61. using the command below'
  62. country_banned: Your country is banned from this server
  63. antibot_auto_enabled: '[AuthMe] AntiBotMod automatically enabled due to the number
  64. of connections!'
  65. antibot_auto_disabled: '[AuthMe] AntiBotMod automatically disabled after %m minutes'
Add Comment
Please, Sign In to add comment