mirror of
https://e.coding.net/circlecloud/Residence.git
synced 2025-11-26 22:06:07 +00:00
@@ -28,9 +28,11 @@ public class CommandCheckSelf extends BaseCommand {
|
||||
case 0:
|
||||
player.sendMessage("§e权限列表: ");
|
||||
perm.printFlags(player);
|
||||
return;
|
||||
case 1:
|
||||
final String flag = args[0];
|
||||
player.sendMessage("§e权限检查: §a" + flag + " " + (perm.checkValidFlag(flag, false) ? "§atrue" : "§cfalse"));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user