Advertisement
Guest User

xAuth Customizable Messages

a guest
May 7th, 2012
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. join:
  2. register: '{RED}You are not registered.{NEWLINE}{RED}Please register using /register .'
  3. login: '{RED}Please log in using /login .'
  4. resume: '{BRIGHTGREEN}Welcome back, your login session has been resumed.'
  5. error:
  6. lockout: 'You are temporarily locked out for exceeding the incorrect password threshold.'
  7. name: 'Your name contains one or more illegal characters.'
  8. online: 'You are already online!'
  9.  
  10. register:
  11. usage: '{RED}Correct Usage: /register [email]'
  12. success: '{BRIGHTGREEN}You have successfully registered!{NEWLINE}{BRIGHTGREEN}You may now log in using /login '
  13. error:
  14. disabled: '{RED}Registrations are currently disabled!'
  15. registered: '{RED}You are already registered!'
  16. limit: '{RED}You may not register any more accounts!'
  17. password: '{RED}Your password must be at least {PWMINLENGTH} characters long!'
  18. email: '{RED}Please use a valid email address when registering!'
  19. general: '{RED}Something went wrong while creating your account!'
  20.  
  21. login:
  22. usage: '{RED}Correct Usage: /login '
  23. success: '{BRIGHTGREEN}You are now logged in!'
  24. error:
  25. registered: '{RED}You are not registered!'
  26. authenticated: '{RED}You are already logged in!'
  27. password: '{RED}Incorrect password!'
  28. active: '{RED}Your account is not activated!'
  29. general: '{RED}Something went wrong while logging you in!'
  30.  
  31. logout:
  32. success: '{BRIGHTGREEN}You have been logged out!'
  33. error:
  34. logged: '{RED}You are not logged in!'
  35. general: '{RED}Something went wrong while logging you out!'
  36.  
  37. changepw:
  38. usage: '{RED}Correct Usage: /changepw '
  39. success: '{BRIGHTGREEN}Password changed!'
  40. error:
  41. disabled: '{RED}Password changes are currently disabled.'
  42. logged: '{RED}You are not logged in!'
  43. incorrect: '{RED}Incorrect old password!'
  44. invalid: '{RED}Your new password does not meet complexity requirements!'
  45. general: '{RED}Something went wrong while changing your password!'
  46.  
  47. authurl:
  48. registration: '{RED}AuthURL registration is disabled.'
  49. changepw: '{RED}AuthURL does not support password changes.'
  50.  
  51. misc:
  52. illegal: '{GRAY}You must be logged in to do that!'
  53. timeout: 'You have taken too long to log in!'
  54. strikeout: 'You have entered too many invalid passwords!'
  55. reloaded: '{RED}Server reloaded, you must log in.'
  56.  
  57. admin:
  58. permission: 'You do not have permission to use this command!'
  59. register:
  60. usage: '{RED}Correct Usage: /xauth register [email]'
  61. success: '{BRIGHTGREEN}Account successfully created for: {WHITE}{TARGET}'
  62. error:
  63. registered: '{RED}This player is already registered!'
  64. general: '{RED}Something went wrong while creating an account for {TARGET}'
  65. changepw:
  66. usage: '{RED}Correct Usage: /xauth changepw '
  67. success: '{TARGET}''s {BRIGHTGREEN}password has been changed!'
  68. error:
  69. registered: '{RED}This player is not registered!'
  70. general: '{RED}Something went wrong while changing {TARGET}''s password!'
  71. logout:
  72. usage: '{RED}Correct Usage: /xauth logout '
  73. error:
  74. logged: '{TARGET} {RED}is not logged in!'
  75. general: '{RED}Something went wrong while logging this player out!'
  76. success:
  77. player: '{TARGET} {BRIGHTGREEN}has been logged out!'
  78. target: '{BRIGHTGREEN}You have been logged out by an Administrator!'
  79. unregister:
  80. usage: '{RED}Correct Usage: /xauth unregister '
  81. error:
  82. registered: '{RED}This player is not registered!'
  83. general: '{RED}Something went wrong while unregistering this player!'
  84. success:
  85. player: '{TARGET} {BRIGHTGREEN}has been unregistered!'
  86. target: '{RED}You have been unregistered and logged out!'
  87. location:
  88. usage: '{RED}Correct Usage: /xauth location set|remove [global]'
  89. set:
  90. error:
  91. global: '{RED}Global teleport location is set to this world.{NEWLINE}{RED}Please remove it first.'
  92. general: '{RED}Something went wrong while setting this location!'
  93. success:
  94. regular: '{BRIGHTGREEN}Teleport location for this world set to your location!'
  95. global: '{BRIGHTGREEN}Global teleport location set to your location!'
  96. remove:
  97. error:
  98. noglobal: '{RED}A global teleport location is not set!'
  99. notset: '{RED}This world does not have a teleport location!'
  100. global: '{RED}Global teleport location is set to this world.{NEWLINE}{RED}Please use /xauth location remove global'
  101. general: '{RED}Something went wrong while removing this location!'
  102. success:
  103. regular: '{BRIGHTGREEN}Teleport location for this world has been removed!'
  104. global: '{BRIGHTGREEN}Global teleport location has been removed!'
  105. reload: '{BRIGHTGREEN}xAuth reloaded.'
  106. activate:
  107. usage: '{RED}Correct Usage: /xauth activate '
  108. error:
  109. registered: '{RED}This player is not registered!'
  110. active: '{RED}This player is already active!'
  111. general: '{RED}Something went wrong while activating this player!'
  112. success: '{BRIGHTGREEN}{TARGET} has been activated!'
  113. config:
  114. usage: '{RED}Correct Usage: /xauth config '
  115. error:
  116. exist: '{RED}This configuration node does not exist!'
  117. int: '{RED}This configuration node requires an integer value!'
  118. invalid: '{RED}This setting cannot be altered using this command!'
  119. success: '{BRIGHTGREEN}Configuration updated!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement