config-version: "1.1" # DON'T TOUCH THIS!!
texture-version: "1.2" # DON'T TOUCH THIS!!
# ██████╗ ███████╗████████╗████████╗███████╗██████╗ ██╗ ██╗██╗ ██╗██████╗
# ██╔══██╗██╔════╝╚══██╔══╝╚══██╔══╝██╔════╝██╔══██╗██║ ██║██║ ██║██╔══██╗
# ██████╔╝█████╗ ██║ ██║ █████╗ ██████╔╝███████║██║ ██║██║ ██║
# ██╔══██╗██╔══╝ ██║ ██║ ██╔══╝ ██╔══██╗██╔══██║██║ ██║██║ ██║
# ██████╔╝███████╗ ██║ ██║ ███████╗██║ ██║██║ ██║╚██████╔╝██████╔╝
# ╚═════╝ ╚══════╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝
# SpigotMC: https://www.spigotmc.org/resources/betterhud-custom-minecraft-hud-itemsadder-addon.84180/
# Discord: https://discord.gg/MUFrGfTTWY
# Wiki: https://apigames.gitbook.io/betterhud/
# Support is given only through the discord ticket system!
#How often should we refresh all placeholders in hud?
#This feature requires self-host enabled
# You can create unlimited number of huds, but don't overdo it ;)
# Valid display values: ACTIONBAR, BOSSBAR, PLACEHOLDER, GUI
#Example of placeholder display type
# This example is made for the last line of scoreboard
# Display it using placeholder: %betterhud_placeholder-example%
permission: "betterhud.hud.placeholderExample"
#Example of GUI display type
# This configuration shows custom text inside GUI
# Display it using placeholder in title: %betterhud_gui-example%
permission: "betterhud.hud.guiExample"
position: "before" #Should we put the hud after/before title?
#Example of permission based HUD
# Only players with permission "betterhud.hud.admin" can see this hud
permission: "betterhud.hud.admin"
toggle-command: "/adminhud" #This command will work after server restart
# Shows on join only when player doesn't meet conditions for previous huds
# Can be toggled using /hud
toggle-command: "/hud" #This command will work after server restart
on-gamemode-change-to: "SURVIVAL" #Valid values: SURVIVAL, ADVENTURE, CREATIVE, SPECTATOR
# You must assign at least one hud part to the each hud
# Every hud part must have specified type
# TEXT - Can display every char from alphabet, special chars, numbers and custom characters
# INTEGER - Can display only numbers (I suggest to use this, when the output of the placeholder is always only number)
# ICON - Can display only icons, which are located in "ItemsAdder/data/items_packs/betterhud/textures/font/icons/"
# TEXT and INTEGER must have max-length set!
# For more examples, placeholders and other useful stuff, visit BetterHud's wiki!
# https://apigames.gitbook.io/betterhud/
#DEBUG HUD - JUST FOR TESTING TEXTURE INTEGRITY
input: abcdefghijklmnopqrstuvwxyz
input: ABCDEFGHIJKLMNOPQRSTUVWXYZ
input: ',.-_!?()[]@#+%:;=<>*/\'
input: '{#ff0000}YOU ARE ADMIN'
input: '{health-formatted}'
#Should we enable debug log?