mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-03 09:10:01 +01:00
Fix docs
This commit is contained in:
parent
d727def4ba
commit
15792f01e9
@ -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>
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
@ -70,7 +70,7 @@ brackets; optional arguments are enclosed in square brackets (`[ ]`).
|
|||||||
- **/captcha** <captcha>: Captcha command for AuthMeReloaded.
|
- **/captcha** <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** <job>: Converter command for AuthMeReloaded.
|
- **/authme converter** <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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user