(thanks to HanSolo20 for the headers)
HeadLibrary is a GUI-based plugin with over 750 heads which are sorted into categories. The heads are stored online, so more heads can be added without the need of a new jar.
Over the past year, I have recoded this plugin multiple times, improving it every time. I have finally decided it is ready for release, and here it is!
/heads . That's it. It will open the GUI where all the heads are.
Permission: headlibrary.use
/heads reload : Reloads the database
Permission: headlibrary.reload
Spoiler: Screenshots
Spoiler: API
/**
* Uses Head to either decode base64 or convert the link to just the texture link
*
* @param base64 or textures.minecraft.net link
* @return Head as an itemstack
*/
public final static ItemStack createHead ( String base64 ) ;
/**
* Uses Head to either decode base64 or convert the link to just the texture link
*
* @param base64 or textures.minecraft.net link
* @param name the name of the itemstack
* @return Head as an itemstack
*/
public final static ItemStack createHead ( String base64, String name ) ;
/**
* Uses Head to either decode base64 or convert the link to just the texture link
*
* @param base64 or textures.minecraft.net link
* @param name the name of the itemstack
* @param lore the lore of the itemstack
* @return Head as an itemstack
*/
public final static ItemStack createHead ( String base64, String name, List < String > lore ) ;
public final static ItemStack createHead ( Head head ) ;
Code (Java):
HeadLibraryAPI.
createHead
( parameters
)
Code (Java):
/**
* Uses Head to either decode base64 or convert the link to just the texture link
*
* @param base64 or textures.minecraft.net link
* @return Head as an itemstack
*/
public final static ItemStack createHead ( String base64 ) ;
/**
* Uses Head to either decode base64 or convert the link to just the texture link
*
* @param base64 or textures.minecraft.net link
* @param name the name of the itemstack
* @return Head as an itemstack
*/
public final static ItemStack createHead ( String base64, String name ) ;
/**
* Uses Head to either decode base64 or convert the link to just the texture link
*
* @param base64 or textures.minecraft.net link
* @param name the name of the itemstack
* @param lore the lore of the itemstack
* @return Head as an itemstack
*/
public final static ItemStack createHead ( String base64, String name, List < String > lore ) ;
public final static ItemStack createHead ( Head head ) ;
Discord Coming Soon!
If you have any ideas, please add them to:
https://app.feedbacky.net/b/HeadLibrary
If you have any issues, please create an issue at:
https://github.com/Tigahz/HeadLibrary/issues
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.14, 1.15
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
HeadLibrary is a free Minecraft Java mod. Compatible with Minecraft 1.14, 1.15. Downloaded 685 times (via Spigot). Download it and open it directly in the game.