playerAddGroup replaces current group
basdevet opened this issue ยท 1 comments
When using the following method, the player defined in "player" will get the "testgroup" group but it will replace the group that the player was already in. Instead I want it to add the group as the method says.
perms.playerAddGroup(null, player, "testgroup");
I am using PermissionsEX as my permissions plugin. Please let me know how to solve this issue.