Skip to content

Release 2.0.6

Compare
Choose a tag to compare
@CC007 CC007 released this 21 Jul 19:18
· 18 commits to master since this release

Fixes #6 : during startup all categories were updated in bulk. This caused problems for the server to keep up. The category updating has now been staggered.

Implements #7 : it is now possible to disable internet requests to specific heads databases.
by default this is configurated like this:

# ...
headsplugin:
  # define which heads database should be enabled.
  provider:
    freshcoal: false
    mineskin: true
    minecraftHeads: true
  #...

For now FreshCoal is disabled by default, because of the current problems with accessing that website. Once/if FreshCoal is up and running again, you can set the above config property back to true, to make calls to FreshCoal again.
Categories from FreshCoal that have been updated and cached before the website was down will continue to work, however they obviously won't be updated.

I also included a data.zip in this release for new users of this plugin, so that they can at least access the categories from FreshCoal. To use this, unzip the file into the <server>/plugins/HeadsPluginAPI folder