Skip to content

4.2.2-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@crashdemons crashdemons released this 13 Sep 08:12
· 662 commits to master since this release

NOTE: 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 when pkonly is disabled. (original plugin behavior)
    • New behavior: canbehead permission is now required for player-kills nomatter if pkonly is disabled or enabled.
  • 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 when mobpkonly is disabled. (original plugin behavior)
    • New behavior: canbeheadmob permission is now required for player-on-mob-kills nomatter if mobpkonly is disabled or enabled.

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)