[nolist] add more aliases for permissionlist debug command
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ public class PermissionList extends SubCommand {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ImmutableList<String> getAliases() {
|
public ImmutableList<String> getAliases() {
|
||||||
return ImmutableList.of();
|
return ImmutableList.of("permissionslist", "listpermissions", "listpermission");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user