
Head Index
Head Index is a convenient server-side mod for Fabric Loader that provides access to a huge collection of over 36,000 heads. All head models are sourced from the popular resource minecraft-heads.com. Unlike plugins, this mod can be used not only on servers but also in single-player games without the need for server setup.
The collection is constantly updated with new heads that are automatically added every time the server restarts - you don't need to update the mod. For survival servers, there is an option to set head costs using items or in-game currency through the Common Economy API.
Main Features
Simple graphical interface - intuitive menu for convenient head selection
7 different categories - heads are organized into thematic sections for quick searching
Search function - quick search for needed heads by name
Custom player heads - ability to create heads with any textures
Customizable cost - flexible pricing system for survival servers
Commands
/head - Opens the head selection menu
/head menu - Also opens the head selection menu
/head search <search> - Opens the search menu with the specified query
Configuration
{
"permissionLevel": 2, // Default permission level for commands. Set to 0 to allow all players access
"economyType": "FREE", // Type of economy to use. Set to FREE to disable economy, ITEM to use items, or ECONOMY to use game currency
"costType": "minecraft:diamond", // Identifier for the item or currency to set the cost
"costAmount": 1 // Amount of items or currency to set the cost
}
Permissions - Compatibility with LuckPerms, PlayerRoles and other Fabric permission managers
You can configure the default permission level in the configuration file to allow all players access without using a permission manager.
headindex.menu - Provides access to /head and /head menu - Default level 2 OP
headindex.search - Provides access to /head search and button in GUI - Default level 2 OP
headindex.playername - Provides access to custom heads in GUI - Default level 2 OP