Skip to content

Releases: CC007/HeadsPluginAPI

Release 2.0.2

26 Jun 21:04
Compare
Choose a tag to compare

Version that adds support for minecraft 1.16.x servers.

Release 2.0.1

20 Jun 00:25
Compare
Choose a tag to compare

Small file size improvement

Release 2.0.0

15 Jun 00:49
Compare
Choose a tag to compare

Info for server owners:

HeadsPluginAPI-2.0.0.jar is the plugin that should be added in the /plugins folder of your server. You don't need the other files.

NOTE: this version of HeadsPluginAPI is NOT backwards compatible with older versions of the plugin and only works with Bukkit/Spigot version 1.13 and newer!

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)

Info for plugin developers:

Instead of using the jitpack repo, you can use headsplugin-api-2.0.0.jar to manually add the maven dependency to your own plugin to use the API. It provides all the functionalities that are described in the wiki.

<dependency>
    <groupId>com.github.cc007</groupId>
    <artifactId>headsplugin-api</artifactId>
    <version>2.0.0</version>
    <scope>system</scope> 
    <systemPath>path/to/headsplugin-api-2.0.0.jar</systemPath>
</dependency>