#293 Improve handling of disabled sections
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user