Advertisement
Guest User

Untitled

a guest
Jan 8th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.59 KB | None | 0 0
  1. name: AuthMe
  2. authors: [Xephi, sgdc3, DNx5, timvisee, games647, ljacqu, Gnat008]
  3. website: http://dev.bukkit.org/bukkit-plugins/authme-reloaded/
  4. description: The first authentication plugin for the Bukkit API!
  5. main: fr.xephi.authme.AuthMe
  6. version: 5.2-SNAPSHOT-b1384
  7. softdepend:
  8. - Vault
  9. - PermissionsBukkit
  10. - PermissionsEX
  11. - bPermissions
  12. - zPermissions
  13. - Multiverse-Core
  14. - Essentials
  15. - EssentialsSpawn
  16. - ProtocolLib
  17. commands:
  18. authme:
  19. description: AuthMe op commands
  20. usage: '/authme reload|register playername password|changepassword playername password|unregister playername|version|converter'
  21. register:
  22. description: Register an account
  23. usage: /register <password> <confirmpassword>
  24. aliases: [dangky,dangki]
  25. login:
  26. description: Login command
  27. usage: /login <password>
  28. aliases: [dangnhap,l]
  29. changepassword:
  30. description: Change password of an account
  31. usage: /changepassword <oldPassword> <newPassword>
  32. aliases: [doimatkhau,changepass]
  33. logout:
  34. description: Logout
  35. usage: /logout
  36. unregister:
  37. description: Unregister your account
  38. usage: /unregister <password>
  39. aliases: [xoamatkhau]
  40. email:
  41. description: Add Email or recover password
  42. usage: '/email add your@email.com your@email.com|change oldEmail newEmail|recovery your@email.com'
  43. captcha:
  44. description: Captcha command
  45. usage: /captcha <code>
  46. permissions:
  47. authme.admin.*:
  48. description: Give access to all admin commands.
  49. children:
  50. authme.admin.accounts: true
  51. authme.admin.changemail: true
  52. authme.admin.changepassword: true
  53. authme.admin.converter: true
  54. authme.admin.firstspawn: true
  55. authme.admin.forcelogin: true
  56. authme.admin.getemail: true
  57. authme.admin.getip: true
  58. authme.admin.lastlogin: true
  59. authme.admin.purge: true
  60. authme.admin.purgebannedplayers: true
  61. authme.admin.purgelastpos: true
  62. authme.admin.register: true
  63. authme.admin.reload: true
  64. authme.admin.setfirstspawn: true
  65. authme.admin.setspawn: true
  66. authme.admin.spawn: true
  67. authme.admin.switchantibot: true
  68. authme.admin.unregister: true
  69. authme.admin.register:
  70. description: Administrator command to register a new user.
  71. default: op
  72. authme.admin.unregister:
  73. description: Administrator command to unregister an existing user.
  74. default: op
  75. authme.admin.forcelogin:
  76. description: Administrator command to force-login an existing user.
  77. default: op
  78. authme.admin.changepassword:
  79. description: Administrator command to change the password of a user.
  80. default: op
  81. authme.admin.lastlogin:
  82. description: Administrator command to see the last login date and time of a user.
  83. default: op
  84. authme.admin.accounts:
  85. description: Administrator command to see all accounts associated with a user.
  86. default: op
  87. authme.admin.getemail:
  88. description: Administrator command to get the email address of a user, if set.
  89. default: op
  90. authme.admin.changemail:
  91. description: Administrator command to set or change the email address of a user.
  92. default: op
  93. authme.admin.getip:
  94. description: Administrator command to get the last known IP of a user.
  95. default: op
  96. authme.admin.spawn:
  97. description: Administrator command to teleport to the AuthMe spawn.
  98. default: op
  99. authme.admin.setspawn:
  100. description: Administrator command to set the AuthMe spawn.
  101. default: op
  102. authme.admin.firstspawn:
  103. description: Administrator command to teleport to the first AuthMe spawn.
  104. default: op
  105. authme.admin.setfirstspawn:
  106. description: Administrator command to set the first AuthMe spawn.
  107. default: op
  108. authme.admin.purge:
  109. description: Administrator command to purge old user data.
  110. default: op
  111. authme.admin.purgelastpos:
  112. description: Administrator command to purge the last position of a user.
  113. default: op
  114. authme.admin.purgebannedplayers:
  115. description: Administrator command to purge all data associated with banned players.
  116. default: op
  117. authme.admin.seeotheraccounts:
  118. description: Permission for user to see other accounts.
  119. default: op
  120. authme.admin.switchantibot:
  121. description: Administrator command to toggle the AntiBot protection status.
  122. default: op
  123. authme.admin.converter:
  124. description: Administrator command to convert old or other data to AuthMe data.
  125. default: op
  126. authme.admin.reload:
  127. description: Administrator command to reload the plugin configuration.
  128. default: op
  129. authme.player.*:
  130. description: Permission to use all player (non-admin) commands.
  131. children:
  132. authme.player.canbeforced: true
  133. authme.player.captcha: true
  134. authme.player.changepassword: true
  135. authme.player.email.add: true
  136. authme.player.email.change: true
  137. authme.player.email.recover: true
  138. authme.player.login: true
  139. authme.player.logout: true
  140. authme.player.register: true
  141. authme.player.unregister: true
  142. authme.player.seeownaccounts: true
  143. authme.player.email:
  144. description: Gives access to player email commands
  145. default: false
  146. children:
  147. authme.player.email.add: true
  148. authme.player.email.change: true
  149. authme.player.email.recover: true
  150. authme.player.login:
  151. description: Command permission to login.
  152. default: true
  153. authme.player.logout:
  154. description: Command permission to logout.
  155. default: true
  156. authme.player.register:
  157. description: Command permission to register.
  158. default: true
  159. authme.player.unregister:
  160. description: Command permission to unregister.
  161. default: true
  162. authme.player.changepassword:
  163. description: Command permission to change the password.
  164. default: true
  165. authme.player.email.add:
  166. description: Command permission to add an email address.
  167. default: true
  168. authme.player.email.change:
  169. description: Command permission to change the email address.
  170. default: true
  171. authme.player.email.recover:
  172. description: Command permission to recover an account using its email address.
  173. default: true
  174. authme.player.captcha:
  175. description: Command permission to use captcha.
  176. default: true
  177. authme.player.canbeforced:
  178. description: Permission for users a login can be forced to.
  179. default: true
  180. authme.player.seeownaccounts:
  181. description: Permission to use to see own other accounts.
  182. default: true
  183. authme.vip:
  184. description: Allow vip slot when the server is full
  185. default: op
  186. authme.bypassantibot:
  187. description: Bypass the AntiBot check
  188. default: op
  189. authme.allowmultipleaccounts:
  190. description: Allow more accounts for same ip
  191. default: op
  192. authme.bypassforcesurvival:
  193. description: Bypass all ForceSurvival features
  194. default: op
  195. authme.bypasspurge:
  196. description: Permission to bypass the purging process
  197. default: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement