This commit is contained in:
Gabriele C 2016-02-14 17:38:13 +01:00
parent d727def4ba
commit 15792f01e9
3 changed files with 4 additions and 7 deletions

View File

@ -122,7 +122,7 @@ typing commands or using the inventory. It can also kick players with uncommonly
</li><li><a href="http://dev.bukkit.org/server-mods/authme-reloaded/pages/web-site-integration/">Website Integration</a> </li><li><a href="http://dev.bukkit.org/server-mods/authme-reloaded/pages/web-site-integration/">Website Integration</a>
</li><li><a href="https://raw.githubusercontent.com/Xephi/AuthMeReloaded/master/src/main/resources/config.yml">Click here for an example of the Config file</a> </li><li><a href="https://raw.githubusercontent.com/Xephi/AuthMeReloaded/master/src/main/resources/config.yml">Click here for an example of the Config file</a>
</li><li><a href="http://dev.bukkit.org/server-mods/authme-reloaded/pages/how-to-import-database-from-rakamak/">How to convert from Rakamak</a> </li><li><a href="http://dev.bukkit.org/server-mods/authme-reloaded/pages/how-to-import-database-from-rakamak/">How to convert from Rakamak</a>
</li><li>Convert from FlatFile (auths.db but not the sqlite one) to MySQL: /converter </li><li>Convert from FlatFile (auths.db but not the sqlite one) to MySQL: /authme converter
</li></ul> </li></ul>
<hr> <hr>

View File

@ -16,7 +16,7 @@ softdepend:
commands: commands:
authme: authme:
description: AuthMe op commands description: AuthMe op commands
usage: '/authme reload|register playername password|changepassword playername password|unregister playername|version' usage: '/authme reload|register playername password|changepassword playername password|unregister playername|version|converter'
register: register:
description: Register an account description: Register an account
usage: /register <password> <confirmpassword> usage: /register <password> <confirmpassword>
@ -40,9 +40,6 @@ commands:
captcha: captcha:
description: Captcha command description: Captcha command
usage: /captcha <code> usage: /captcha <code>
converter:
description: Converter from different other auth plugins
usage: /converter <datatype>
permissions: permissions:
authme.admin.*: authme.admin.*:
description: Give access to all admin commands. description: Give access to all admin commands.

View File

@ -70,7 +70,7 @@ brackets; optional arguments are enclosed in square brackets (`[ ]`).
- **/captcha** &lt;captcha>: Captcha command for AuthMeReloaded. - **/captcha** &lt;captcha>: Captcha command for AuthMeReloaded.
<br />Requires `authme.player.captcha` <br />Requires `authme.player.captcha`
- **/captcha help** [query]: View detailed help pages about AuthMeReloaded captcha commands. - **/captcha help** [query]: View detailed help pages about AuthMeReloaded captcha commands.
- **/converter** &lt;job>: Converter command for AuthMeReloaded. - **/authme converter** &lt;job>: Converter command for AuthMeReloaded.
<br />Requires `authme.admin.converter` <br />Requires `authme.admin.converter`
- **/converter help** [query]: View detailed help pages about AuthMeReloaded converter commands. - **/authme converter help** [query]: View detailed help pages about AuthMeReloaded converter commands.