May be I can use plugins; but I don not know how to write.
like this:
Perm.RevokeUserPermission(player.userId.ToString(), "example");
like this:
Perm.RevokeUserPermission(player.userId.ToString(), "example");
I have solved it , thank you!Wulf
You'd have to loop over the players and remove the permission per player.