Minor fixes for malformed config files and Fun with Heads!
- Fixed an issue where a blacklisted entry with an item that did not match a known "minecraft:item" would act like a wildcard, potentially preventing all items from being listed.
- Fixed an issue where if the plugin can't find the locale file it would not fallback to the en_us locale file. It now does and throws an error message in the log.
- Added support for "auctionhouse:player_head" specifically in the player_listings button so it would show the player's head for this button.
- Added support for "hdb:id" in all buttons. If you are using HeadDatabase, you can specify the id of the head like "hdb:923" to use that as a button.
- Added suport for "texture:..." in all buttons. If you specify the base64 texture for a custom head, it will display using a random UUID. For example setting the info button to
'texture:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTI5NDg4MWYzMzQwOGU4OTY0ZDI1NWZkOGViMjFhZTY5ODhiMmNjYTg5OTRkMTU3OTk5NmE2ZjEzMmJjNDI5YyJ9fX0=\'
would show a rubiks cube. The single quotes is not necessary, however if you use double quotes, any backslashes will need to be escaped.