Code (YAML):
# GUI Customization
# Customize the appearance of the Battle Pass GUI
# You can use any valid Minecraft material name
# Examples: DIAMOND_BLOCK, GOLD_BLOCK, EMERALD_BLOCK, GLOWSTONE, SEA_LANTERN, etc.
gui
:
# Blocks displayed for locked rewards (when player doesn't have the required level)
reward-locked
:
# Free rewards locked block
free
: GRAY_STAINED_GLASS
# Premium rewards locked block (when player has premium but not the level)
premium
: GRAY_STAINED_GLASS
# Block displayed for premium rewards when player doesn't have premium pass
premium-no-pass
: IRON_BARS
# Block displayed for available rewards (when player can claim)
reward-available
: CHEST
# Separator blocks between premium and free rows (middle row)
separator
: GRAY_STAINED_GLASS_PANE