Skip to content

3.13 stable

Compare
Choose a tag to compare
@crashdemons crashdemons released this 23 Sep 16:41

Updates the PlayerHeads plugin from version 1.12 support to 1.13+ with a focus on making minimal behavior changes to the existing plugin.

Changes since 3.12:

  • Changed: Adds code-shims that replace 1.12 behavior with 1.13-supported behavior
  • Fixed: Fixes several cases where a NullPointerException can occur for unknown heads (since patch1)
  • Changed: Corrected configuration and language settings for the Wither boss and Wither Skeleton to match their updated Entity name [Backwards-Incompatible Change]
    • lang entries WITHER changed toWITHER_SKELETON to match entity name
    • lang entries WITHER_BOSS changed to WITHER to match entity name
    • config entry witherdroprate changed to witherskeletondroprate to match entity name
    • config entry witherbossdroprate changed to witherdroprate to match entity name
  • Fixed: Possible NullPointerException when user without clickinfo permission interacts with a head.
  • Changed: Updated several head skins, leaving support for existing ones
  • Fixed: Fixed mobhead name resolution when the owner name changes after owner is resolved. (name case changes)
  • Fixed: Changes drop conditions to apply to skeletons properly for updated entity types (since patch2)
  • Fixed: Fixed wither skeleton incorrectly reading drop rates from wither boss' configuration (since patch3)

Contains all changes from: