4.2.2-alpha
Pre-releaseNOTE: This build introduces breaking changes to permissions. Be sure to read carefully!
Changes:
-
When
pkonly
is disabled for player-skull drops,canbehead
permission is now enforced for player-kills, whereas it was not in 3.12 and is not my current 3.x branch.- Old behavior:
canbehead
permission is not checked whenpkonly
is disabled. (original plugin behavior) - New behavior:
canbehead
permission is now required for player-kills nomatter ifpkonly
is disabled or enabled.
- Old behavior:
-
When
mobpkonly
is disabled for mob-skull drops,canbeheadmob
permission is now enforced for mob-kills, whereas it was not in 3.12 and is not on my current 3.x branch.- Old behavior:
canbeheadmob
permission is not checked whenmobpkonly
is disabled. (original plugin behavior) - New behavior:
canbeheadmob
permission is now required for player-on-mob-kills nomatter ifmobpkonly
is disabled or enabled.
- Old behavior:
You are still able to reproduce the old behavior by ensuring the default permissions group for players has the playerheads.canbehead
and playerheads.canbeheadmob
permission when you disable pkonly
/mobpkonly
.
Not Changed: pkonly
still prevents the player from beheading themselves, mobpkonly
skill prevents mobs from beheading themselves.
In addition to making sure the permission is functional, this also permits some more specific configurations like mob-only player-skull drops, or mob-only mob-skull drops.
See #6 (comment) for detailed information on this change
(changelog is since 4.2.1 release)