Remove permission from all players?Solved
May be I can use plugins; but I don not know how to write. 

like this:
Perm.RevokeUserPermission(player.userId.ToString(), "example");
You'd have to loop over the players and remove the permission per player.
5e13a8d5b2bc5.jpg Wulf
You'd have to loop over the players and remove the permission per player.
I have solved it , thank you!
Locked automatically