How to remove Prefix from everybody?
CodingLukas opened this issue ยท 3 comments
Hello,
for(PermissionUser pu : PermissionsEx.getPermissionManager().getUsers()){
pu.setPrefix(null, null);
}
Doesn't work, why?
[PermissionsEx] version [1.23.4]
Spigot 1.8.9 with protocolhack.
It works now, but server crashes if I run it twice. What's the problem? Btw how to remove all users from different groups? But leave their suffix and own permissions. @zml2008