Fix kyori, add permissionlist command, fix luckperms getting wrong context
This commit is contained in:
@@ -31,6 +31,11 @@ public class BaseCommand implements IBaseCommand {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean showInTabComplete() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Messages getMessages() {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user