PlayerHeads API v5.2.13 (not a plugin)

Details

  • Filename
    PlayerHeads-api-5.2.13-SNAPSHOT.jar
  • Uploaded by
  • Uploaded
    Nov 1, 2020
  • Size
    13.65 KB
  • Downloads
    133
  • MD5
    de0b03f561e9d16a438b6fc6aff0bad6

Supported Bukkit Versions

  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8

Changelog

PlayerHeads 5.2.13 API

  • changed: getCompatibilityProvider has been deprecated in favor of using Compatibility.getProvider() from compatibility-api, but it still exists in this version.
  • future change note: compatibility classes are planned to be dropped from PlayerHeads-api but they will still exist, but you will need to add PlayerHeads-compatibility-api or PlayerHeads-compatibility-lib as a project dependency to maintain access to these classes.
  • security note: JUnit security issue GHSA-269g-pwp5-87pp was resolved in this release by updating junit - this issue would only be relevant to developers running internal PH project tests, if at all.

 

This change is backwards compatible with the previous major change, 5.2.12 API.

 

PlayerHeads API is not a plugin and is intended as a reference/dependency for developers adding PH support or integration to their plugins so they can work together.

 

5.2+ API Documentation: https://crashdemons.github.io/PlayerHeads/

Instructions on using as a maven dependency and other examples can be found here.