A server-side mod (also usable in singleplayer) that enables players to retrieve all different kinds of textured player heads, which are great for decoration.
Access to about 85k different player heads in modded environments!
- Opens the Head Database menu
- First, a list of categories is shown
- Once a category is clicked, a paginated view of categorized player heads is shown
- Clicking any head will give it to the player
- Opens a menu with search results
- Includes search term matches in name and tags of the individual heads
- You can use multiple search terms by separating them with spaces
- Reloads the config
The configuration file is located at:
| Client | Server |
|---|---|
.minecraft/saves/<world_name>/serverconfig/head_database-server.toml |
<server_folder>/world/serverconfig/head_database-server.toml |
.minecraft/config/head-database-server.json
- Specifies which permission mode to use (who is allowed to use the command?)
- Can be either of:
OP_ONLY: Operators onlyWHITELIST: Operators and additional whitelisted playersEVERYONE: Everyone can run the commands
- Specifies the required operator level (0-4) when using either
OP_ONLYorWHITELISTmode
- List of non-operator player names or UUIDs allowed to use the command when using
WHITELISTmode
ℹ️
/hdb reloadcan only be used by operators, regardless of config values
The database is fetched from the public domain repository at https://github.com/TheSilentPro/heads. When the server starts (internal or dedicated), this ~15 MB JSON file is downloaded and parsed.


