Release 1.6.1
- Made it so that you can do the /heads command without having HeadsInventory installed. It will tell you that you need to install HeadsInventory for that functionality (added because a lot of people kept saying they couldnt find any commands, because they dont know what an API is)
Release 1.6.0
- Added support for adding a player skin to the Mineskin.org database using the following code:
Code (Text):
HeadsUtils hu = HeadsUtils.getInstance();
hu.setDatabaseLoader(new MineSkinLoader());
newHead = hu.saveHead(player, headName);
hu.setDatabaseLoader(HeadsPlugin.getDefaultDatabaseLoader());