
🗿 Head Database
A server-side modification (also functional in singleplayer) that provides players access to an extensive collection of textured heads for building decoration.
🌟 What's New in the Game?
In modded environments, you gain access to approximately 85,000 diverse player heads!
Available Commands
/hdb
- Opens the main head database menu
- Initially displays a list of available categories
- Upon category selection, a paginated view of categorized heads appears
- Clicking any head immediately adds it to the player's inventory
/hdb search <...>
- Opens a menu with search results
- Search covers head names and corresponding tags
- Multiple search terms can be used for complex queries by separating them with spaces
/hdb reload
- Reloads configuration files
⚙️ Configuration
Configuration file locations:
For Forge
Client | Server |
---|---|
.minecraft/saves/<world_name>/serverconfig/head_database-server.toml |
<server_folder>/world/serverconfig/head_database-server.toml |
For Fabric
.minecraft/config/head-database-server.json
Configuration Parameters
mode
- Defines permission mode for command usage
- Available options:
OP_ONLY
: Server operators onlyWHITELIST
: Operators and additional players from whitelistEVERYONE
: Commands available to all players
required_op_level
- Specifies required operator level (0-4) in
OP_ONLY
andWHITELIST
modes
whitelist
- List of player names or UUIDs with command access in
WHITELIST
mode
Quick tip: The /hdb reload
command is exclusively available to operators, regardless of configuration settings.
📚 Data Source
The database loads from a public repository. When starting a server (local or dedicated), a JSON file of approximately 15 MB is automatically downloaded and processed.