FreshCoal is no longer displaying a 502 error, so I now reenabled the default config parameter to search using FreshCoal.
This only affects the default config, so if you already are running HeadsPluginAPI, you don't need to update.
I do however highly advice you to reenable Freshcoal searching in your own config file again. This allows you to be able to use all categories and therefore also greatly benefits the use of HeadsInventory. You can do this in the config.yml file:
Code (YAML):
# ...
headsplugin
:
# define which heads database should be enabled.
provider:
freshcoal
: true
# <-- change this value back to true
mineskin
: true
minecraftHeads
: true
#...