From 15792f01e934eb0b0de73d631127afa38ada34df Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Sun, 14 Feb 2016 17:38:13 +0100 Subject: [PATCH] Fix docs --- README.md | 2 +- src/main/resources/plugin.yml | 5 +---- src/tools/docs/commands.md | 4 ++-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c862068f1..ff0b7f4dd 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ typing commands or using the inventory. It can also kick players with uncommonly
  • Website Integration
  • Click here for an example of the Config file
  • How to convert from Rakamak -
  • Convert from FlatFile (auths.db but not the sqlite one) to MySQL: /converter +
  • Convert from FlatFile (auths.db but not the sqlite one) to MySQL: /authme converter

  • diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index be7b792fa..bf63b3641 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -16,7 +16,7 @@ softdepend: commands: authme: 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: description: Register an account usage: /register @@ -40,9 +40,6 @@ commands: captcha: description: Captcha command usage: /captcha - converter: - description: Converter from different other auth plugins - usage: /converter permissions: authme.admin.*: description: Give access to all admin commands. diff --git a/src/tools/docs/commands.md b/src/tools/docs/commands.md index 39efe9779..34a743d3e 100644 --- a/src/tools/docs/commands.md +++ b/src/tools/docs/commands.md @@ -70,7 +70,7 @@ brackets; optional arguments are enclosed in square brackets (`[ ]`). - **/captcha** <captcha>: Captcha command for AuthMeReloaded.
    Requires `authme.player.captcha` - **/captcha help** [query]: View detailed help pages about AuthMeReloaded captcha commands. -- **/converter** <job>: Converter command for AuthMeReloaded. +- **/authme converter** <job>: Converter command for AuthMeReloaded.
    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.