MassiveCraft/Vampire

Remove Separate permissions

Closed this issue · 1 comments

Can someone please explain how to remove a permission from anyone who turns into a vampire. I want to remove the permission "magicspells.*" if at all possible. Thanks

One could listen to this event: https://github.com/MassiveCraft/Vampire/blob/master/src/com/massivecraft/vampire/event/EventVampirePlayerVampireChange.java
and change permissions when someone turns into a vampire.