#293 Improve handling of disabled sections

This commit is contained in:
ljacqu
2016-10-09 00:50:03 +02:00
parent f453a5b4f5
commit edfd833198
5 changed files with 74 additions and 53 deletions
@@ -5,19 +5,19 @@ package fr.xephi.authme.command.help;
*/
public enum HelpSection {
COMMAND("command"),
SHORT_DESCRIPTION("description.short"),
DETAILED_DESCRIPTION("description.detailed"),
USAGE("usage"),
ARGUMENTS("arguments"),
ALTERNATIVES("alternatives"),
PERMISSIONS("permissions"),
COMMANDS("commands");
CHILDREN("children");
private final String key;