Skip to content

Commands

HeadDB commands use either root alias:

text
/hdb
/headdb

The in-game help output is permission-aware:

text
/hdb help

Syntax

SyntaxMeaning
(alias)Optional command alias.
<value>Required argument.
[value]Optional argument.

General and GUI

CommandAliasPermissionDescription
/hdb/headdbheaddb.open, headdb.gui.mainOpens the main GUI when gui.open-main-command is enabled.
/hdb help/hdb hheaddb.command.helpShows available commands.
/hdb version/hdb vheaddb.command.versionShows version, build, and update information.
/hdb open [category] [player]/hdb oheaddb.command.openOpens the main GUI or a category for yourself or another player.

Opening a GUI for another player also requires headdb.command.open.others.

Heads and player heads

CommandAliasPermissionDescription
/hdb info [id]/hdb iheaddb.command.infoShows information for a head ID or compatible held head.
/hdb give <id> [player] [amount]/hdb gheaddb.command.giveGives a remote or typed HeadDB head.
/hdb player <name-or-uuid> [target] [amount]/hdb pheaddb.command.playerGives a player head.
/hdb random [amount] [category] [player]/hdb rndheaddb.command.giveGives one or more random heads.

Giving heads to another player requires the corresponding .others permission.

Examples:

text
/hdb info 123
/hdb give 123
/hdb give 123 Steve 4
/hdb player Notch
/hdb random 3 blocks

Search and browse

CommandAliasPermissionDescription
/hdb search <query>/hdb sheaddb.command.searchSearches by text and opens search results for players.
/hdb search text <query>headdb.command.searchExplicit text search.
/hdb search tag <tag>headdb.command.searchFilters by tag.
/hdb search category <category>headdb.command.searchFilters by category.
/hdb search collection <collection>headdb.command.searchFilters by collection.
/hdb search head <id>headdb.command.searchSearches for one typed head ID.
/hdb categories [page]/hdb catheaddb.searchLists available categories.
/hdb tags [query] [page]/hdb theaddb.searchLists or searches tags.
/hdb collections [query] [page]/hdb colheaddb.searchLists or searches collections.

Search subcommands support applicable options for sort, direction, page, and result limit.

Custom Heads

The command group remains /hdb custom; the public feature name is Custom Heads.

CommandPermissionDescription
/hdb custom list [page]headdb.command.custom.listLists local Custom Heads.
/hdb custom info <id>headdb.command.custom.infoShows Custom Head information.
/hdb custom create <id> <texture> [name]headdb.command.custom.createCreates a Custom Head from a texture.
/hdb custom createheld <id> [name]headdb.command.custom.createCreates a Custom Head from the held head.
/hdb custom give <id> [player] [amount]headdb.command.custom.giveGives a Custom Head.
/hdb custom delete <id>headdb.command.custom.deleteDeletes a Custom Head.
/hdb custom rename <id> <name>headdb.command.custom.renameRenames a Custom Head.

Tags and collections administration

CommandPermissionDescription
/hdb tags create <id> <name>headdb.command.tags.createCreates a local custom tag.
/hdb tags delete <id>headdb.command.tags.deleteDeletes a local custom tag.
/hdb collections create <id> <name>headdb.command.collections.createCreates a local custom collection.
/hdb collections delete <id>headdb.command.collections.deleteDeletes a local custom collection.

Administration and database

CommandAliasPermissionDescription
/hdb edit [id]headdb.command.editOpens the metadata editor for a specified or held remote head.
/hdb status/hdb stheaddb.command.statusShows concise database state and counts.
/hdb debug/hdb dheaddb.command.debugShows concise runtime diagnostics.
/hdb report/hdb rptheaddb.command.reportGenerates a full copyable support report.
/hdb verifyheaddb.command.verifyVerifies remote artifacts without replacing the active database.
/hdb refresh/hdb refheaddb.command.refreshChecks and activates the latest remote database.
/hdb reloadheaddb.command.reloadReloads configuration and runtime services.
/hdb updateheaddb.admin.updateChecks for and downloads the newest allowed plugin release.
/hdb itemcache clear/hdb ic clearheaddb.command.itemcacheClears generated head-item cache entries.

For normal administration, prefer the GUI editor and Admin Mode over low-level command workflows.

Released by SilentDevelopment.