promotional bannermobile promotional banner

Hide Armor Command

A Hytale plugin that allows players to toggle the visibility of their armor pieces while maintaining full protection benefits.

File Details

HideArmor-0.5.0-alpha.jar

  • R
  • Jan 15, 2026
  • 42.95 KB
  • 267
  • Early Access

File Name

HideArmor-0.5.0-alpha.jar

Supported Versions

  • Early Access

[0.5.0-alpha] - 2026-01-15

Added

  • Hytale Settings-Style UI - Complete visual overhaul matching native Hytale settings panels
  • Two-Column Layout - "Hide My Armor" and "Hide Others" on left, "Allow Others" on right
  • ColorConfig Utility - Centralized cozy pastel color palette for all chat messages
  • Reusable UI Component Framework - Modular @SettingsRow and @SectionHeader macros

Changed

  • Chat Message Formatting - All commands now use consistent Message.join() with hex colors:
    • Prefix: #EAC568 (Muted Gold)
    • Primary Text: #E0E0E0 (Soft White)
    • Success: #88CC88 (Sage Green)
    • Error: #CC6666 (Muted Red)
  • GUI Container - Wider layout (720x520) without scrollbar
  • Row Styling - Dark background (#1a2533) with right-aligned checkboxes
  • Section Headers - Uppercase labels with #96a9be text color
  • Removed "Hide All" toggle options from UI (individual controls only)

Fixed

  • Broken texture references when using custom container approach
  • GUI overflow issues with proper container height management

Technical

  • ColorConfig.java - New utility class with centralized color constants
  • Updated HideArmorCommand, HideHelmetCommand, HideArmorTestCommand, HideHelmetDebugCommand to use ColorConfig
  • Simplified HideArmorGuiPage.java - Removed "All" toggle bindings and handlers
  • UI uses $C.@Container macro for proper texture path resolution