PermissionsEx

PermissionsEx

14M Downloads

How to remove Prefix from everybody?

CodingLukas opened this issue ยท 3 comments

commented

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.

commented

The prefix was set from a group maybe? You have to change groups too.

commented

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

commented

[16:18:04 INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[16:18:34 WARN]: [PermissionsEx] All backend tasks not completed after 30 seconds, waiting 2 minutes.