codename-B / bPermissions

a SuperPermissions manager for Bukkit
ci.xdevelopers.tk:8080/job/bPermissions/ws/target/bPermissions-1337-SNAPSHOT.jar
27 stars 39 forks source link

Player must relog after "exec setgroup" for permissions to update #31

Closed oloflarsson closed 11 years ago

oloflarsson commented 12 years ago

If you run /exec u:playername a:setgroup v:groupname The player must relog to get the new permissions. It would be great if relogging was not a necessity.

These commands do however work: /promote playername /demote playername No relogging needed when using those.

I am using bPermissions 2.9.2.

codename-B commented 12 years ago

Thanks - I'll get that sorted!

Another way to get around this (in the meantime) is using /permissions reload after running the /exec command

oloflarsson commented 12 years ago

You are completely right. Running /permissions reload afterwards removes the need to relogg. :)