player/console definition and on-the-fly commands
This commit is contained in:
@@ -6,11 +6,13 @@ public class HelpPageCommand {
|
||||
public String usage;
|
||||
public String description;
|
||||
public String method;
|
||||
public Type type;
|
||||
|
||||
public HelpPageCommand(String perm, String usage, String description, String method) {
|
||||
public HelpPageCommand(String perm, String usage, String description, String method, Type type) {
|
||||
this.permission = perm;
|
||||
this.usage = usage;
|
||||
this.description = description;
|
||||
this.method = method;
|
||||
this.type = type;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user