sunkid / WorldModes

A bukkit plugin to enforce world-specific game modes
2 stars 0 forks source link

If autoset permission is given to a user, autoset that mode #7

Closed contre closed 12 years ago

contre commented 12 years ago

A small feature request, not sure if it is possible since there are many different permission plugins but it would be helpful that if I give a player an autoset permission that they get set to that mode.

It would save me the hassle of typing out the gm command.

sunkid commented 12 years ago

Does the worldmodes.autoset.{creative,survival} permission not work for you? Any player with either permission should be automatically set to that mode.

contre commented 12 years ago

It does not change them when I give them the permission and they're stilled logged in.

sunkid commented 12 years ago

Yes, that is the intended functionality. The permission is only enforced when the player changes worlds or logs in. Enforcing it when the permission is assigned is not feasible as there are no hooks for a permission change event.

On Nov 5, 2011, at 3:30 PM, contre wrote:

It does not change them when I give them the permission and they're stilled logged in.


Reply to this email directly or view it on GitHub: https://github.com/sunkid/WorldModes/issues/7#issuecomment-2642822

contre commented 12 years ago

That is what I thought. Just wanted to confirm.