ModsJava
HeadZ - The Free Head Database
33k+ head database. Free Minecraft Java mod for 1.8, 1.12, 1.13.
⬇ Download on Spigot
This plugin requires TabuuCore. TabuuCore can be downloaded via SpigotMC or GitHub.
Spoiler: Yaml Files
Plugin.yml
Config.yml
Lang.yml
Code (Text):
name: HeadZ
version: 1.0 BETA
main: nl.tabuu.headz.HeadZ
description: Simple head plugin.
author: Tabuu
authors: [Tabuu]
website: https://www.tabuu.nl
depend: [TabuuCore]
api-version: 1.14
commands:
headz:
usage: /<command>
description: Opens the head selector GUI.
permission: headz.menu
aliases: [head]
headz update:
usage: /<command> <category>
description: Updates the database
permission: headz.update
permissions:
headz.menu:
description: Allows users to open the head selector.
default: true
headz.update:
description: Allows users to update the database.
default: op
version: 1.0 BETA
main: nl.tabuu.headz.HeadZ
description: Simple head plugin.
author: Tabuu
authors: [Tabuu]
website: https://www.tabuu.nl
depend: [TabuuCore]
api-version: 1.14
commands:
headz:
usage: /<command>
description: Opens the head selector GUI.
permission: headz.menu
aliases: [head]
headz update:
usage: /<command> <category>
description: Updates the database
permission: headz.update
permissions:
headz.menu:
description: Allows users to open the head selector.
default: true
headz.update:
description: Allows users to update the database.
default: op
Code (Text):
Category:
# DESCRIPTION: Category display material.
# FORMAT: TabuuCore SafeMaterial (http://tabuucore.tabuu.nl/javadoc/nl/tabuu/tabuucore/material/SafeMaterial.html)
ALPHABET:
DisplayItem: 'WRITABLE_BOOK'
ANIMALS:
DisplayItem: 'CHICKEN_SPAWN_EGG'
BLOCKS:
DisplayItem: 'BRICKS'
DECORATION:
DisplayItem: 'PAINTING'
FOOD_AND_DRINKS:
DisplayItem: 'COOKED_BEEF'
HUMANS:
DisplayItem: 'PLAYER_HEAD'
HUMANOID:
DisplayItem: 'SKELETON_SKULL'
MISCELLANEOUS:
DisplayItem: 'LAVA_BUCKET'
MONSTERS:
DisplayItem: 'CREEPER_HEAD'
PLANTS:
DisplayItem: 'PEONY'
# DESCRIPTION: Category display material.
# FORMAT: TabuuCore SafeMaterial (http://tabuucore.tabuu.nl/javadoc/nl/tabuu/tabuucore/material/SafeMaterial.html)
ALPHABET:
DisplayItem: 'WRITABLE_BOOK'
ANIMALS:
DisplayItem: 'CHICKEN_SPAWN_EGG'
BLOCKS:
DisplayItem: 'BRICKS'
DECORATION:
DisplayItem: 'PAINTING'
FOOD_AND_DRINKS:
DisplayItem: 'COOKED_BEEF'
HUMANS:
DisplayItem: 'PLAYER_HEAD'
HUMANOID:
DisplayItem: 'SKELETON_SKULL'
MISCELLANEOUS:
DisplayItem: 'LAVA_BUCKET'
MONSTERS:
DisplayItem: 'CREEPER_HEAD'
PLANTS:
DisplayItem: 'PEONY'
Code (Text):
# DESCRIPTION: Warning messages
WARNING_EMPTY_DATABASE: "&cDatabase empty... Please use '[&c&n/headz update](show_text=Click to run command.,run_command=/headz update)&c' to update database."
# DESCRIPTION: Update command related text
UPDATE_STARTED: "&aUpdate started. This might take a while."
UPDATE_COMPLETE_CATEGORY: "&aCategory {CATEGORY} has been updated ({NEW_COUNT} new head(s) found)."
UPDATE_COMPLETE: "&aUpdate completed."
# DESCRIPTION: Category related text.
CATEGORY_ALPHABET: "Alphabet"
CATEGORY_ANIMALS: "Animals"
CATEGORY_BLOCKS: "Blocks"
CATEGORY_DECORATION: "Decoration"
CATEGORY_FOOD_AND_DRINKS: "Food & drinks"
CATEGORY_HUMANS: "Humans"
CATEGORY_HUMANOID: "Humanoid"
CATEGORY_MISCELLANEOUS: "Miscellaneous"
CATEGORY_MONSTERS: "Monsters"
CATEGORY_PLANTS: "Plants"
# DESCRIPTION: Category selector UI related text.
CATEGORY_SELECTOR_UI_TITLE: "&3&lCategories"
CATEGORY_TITLE: "&b{CATEGORY}"
CATEGORY_SELECTOR_UI_SEARCH: "&a&lSearch"
CATEGORY_SELECTOR_UI_SEARCH_LORE: "&7Click here to search for a head."
CATEGORY_SELECTOR_UI_SEARCH_PLACEHOLDER: "Search"
CATEGORY_SELECTOR_UI_EXIT_BUTTON: "&c&lExit"
CATEGORY_SELECTOR_UI_EXIT_BUTTON_LORE: "&7Click here to exit the UI."
# DESCRIPTION: Head selector UI related text
HEAD_SELECTOR_UI_TITLE: "&3&lHeads ({PAGE}/{PAGE_COUNT})"
HEAD_SELECTOR_UI_SEARCH: "&a&lSearch"
HEAD_SELECTOR_UI_SEARCH_LORE: "&7Click here to search for a head."
HEAD_SELECTOR_UI_SEARCH_PLACEHOLDER: "Search"
HEAD_SELECTOR_UI_NEXT_BUTTON: "&9&lNext"
HEAD_SELECTOR_UI_NEXT_BUTTON_LORE: "&7{PAGE}/{PAGE_COUNT}"
HEAD_SELECTOR_UI_PREVIOUS_BUTTON: "&9&lPrevious"
HEAD_SELECTOR_UI_PREVIOUS_BUTTON_LORE: "&7{PAGE}/{PAGE_COUNT}"
HEAD_SELECTOR_UI_EXIT_BUTTON: "&c&lExit"
HEAD_SELECTOR_UI_EXIT_BUTTON_LORE: "&7Click here to exit the UI."
HEAD_SELECTOR_UI_ITEM: "&b{HEAD_NAME}"
HEAD_SELECTOR_UI_ITEM_LORE: "&7Tags: {HEAD_TAGS}.\n
&7Left-click here to get the head."
WARNING_EMPTY_DATABASE: "&cDatabase empty... Please use '[&c&n/headz update](show_text=Click to run command.,run_command=/headz update)&c' to update database."
# DESCRIPTION: Update command related text
UPDATE_STARTED: "&aUpdate started. This might take a while."
UPDATE_COMPLETE_CATEGORY: "&aCategory {CATEGORY} has been updated ({NEW_COUNT} new head(s) found)."
UPDATE_COMPLETE: "&aUpdate completed."
# DESCRIPTION: Category related text.
CATEGORY_ALPHABET: "Alphabet"
CATEGORY_ANIMALS: "Animals"
CATEGORY_BLOCKS: "Blocks"
CATEGORY_DECORATION: "Decoration"
CATEGORY_FOOD_AND_DRINKS: "Food & drinks"
CATEGORY_HUMANS: "Humans"
CATEGORY_HUMANOID: "Humanoid"
CATEGORY_MISCELLANEOUS: "Miscellaneous"
CATEGORY_MONSTERS: "Monsters"
CATEGORY_PLANTS: "Plants"
# DESCRIPTION: Category selector UI related text.
CATEGORY_SELECTOR_UI_TITLE: "&3&lCategories"
CATEGORY_TITLE: "&b{CATEGORY}"
CATEGORY_SELECTOR_UI_SEARCH: "&a&lSearch"
CATEGORY_SELECTOR_UI_SEARCH_LORE: "&7Click here to search for a head."
CATEGORY_SELECTOR_UI_SEARCH_PLACEHOLDER: "Search"
CATEGORY_SELECTOR_UI_EXIT_BUTTON: "&c&lExit"
CATEGORY_SELECTOR_UI_EXIT_BUTTON_LORE: "&7Click here to exit the UI."
# DESCRIPTION: Head selector UI related text
HEAD_SELECTOR_UI_TITLE: "&3&lHeads ({PAGE}/{PAGE_COUNT})"
HEAD_SELECTOR_UI_SEARCH: "&a&lSearch"
HEAD_SELECTOR_UI_SEARCH_LORE: "&7Click here to search for a head."
HEAD_SELECTOR_UI_SEARCH_PLACEHOLDER: "Search"
HEAD_SELECTOR_UI_NEXT_BUTTON: "&9&lNext"
HEAD_SELECTOR_UI_NEXT_BUTTON_LORE: "&7{PAGE}/{PAGE_COUNT}"
HEAD_SELECTOR_UI_PREVIOUS_BUTTON: "&9&lPrevious"
HEAD_SELECTOR_UI_PREVIOUS_BUTTON_LORE: "&7{PAGE}/{PAGE_COUNT}"
HEAD_SELECTOR_UI_EXIT_BUTTON: "&c&lExit"
HEAD_SELECTOR_UI_EXIT_BUTTON_LORE: "&7Click here to exit the UI."
HEAD_SELECTOR_UI_ITEM: "&b{HEAD_NAME}"
HEAD_SELECTOR_UI_ITEM_LORE: "&7Tags: {HEAD_TAGS}.\n
&7Left-click here to get the head."
HeadZ - The Free Head Database is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.12, 1.13, 1.14 and newer. Downloaded 1,958 times (via Spigot). Download it and open it directly in the game.
![[IMG]](http://proxy.spigotmc.org/a825a2fb5ea7d57b709b33a4e434db8b6f0fccf2?url=https%3A%2F%2Fi.imgur.com%2FD27m6u2.png)
![[IMG]](http://proxy.spigotmc.org/100fd460998d83f44d835cbdac063bf391a7c572?url=https%3A%2F%2Fi.imgur.com%2FcdirvGi.png)
![[IMG]](http://proxy.spigotmc.org/65ff444245cd97879e51339619234bca3dc81a3f?url=https%3A%2F%2Fi.imgur.com%2FQdz4yY6.png)