Tested compatibility: 1.17 - 1.21.3 (Tested with Spigot, Paper and Purpur)
HeadsPluginAPI v2.0.11 and older supports 1.13 - 1.17.1 HeadsPluginAPI v1.9.0 and older supports 1.8-beta - 1.13 and partially supports version 1.7.10
HeadsPlugin is an API which makes it possible to easily create plugins that use custom skinned heads/skulls. Examples of plugins that use this API are HeadsInventory and HeadSweeper.
Heads Inventory is a plugin to spawn in decorational heads, to improve your builds and add an extra level of detail. The plugin does not only provide access to player heads, but also provides custom skinned heads from a heads database website like heads.freshcoal.com, minecraft-heads.com and mineskin.org.
Supported databases
Features
Categorized high quality heads
Manual head search in entire database (60000+ heads)
Creating custom categories
Categorized heads caching in event of database downtime
Commands NOTE: these commands only work with version 2.x! Right now version 3.x can only be used as a library, like for HeadsInventory or HeadSweeper. The plugin provides the following /headspluginapi commands (/hpa for short):
/headspluginapi (listcategories | listcat | lstcat | list | lst | showcategories | showcat | shwcat | show | shw) Show a list of all categories
/headspluginapi (update | up | updateheads | uh | uphds) [CATEGORY_NAME] Update all or a specific category (requires the headspluginapi.update permission)
Permissions
headspluginapi.update: allow a player to use the /headspluginapi update command
Wiki
To use the API in your plugin, you can find how to do this on the
HeadsPluginAPI wiki