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.6.0-alpha.jar

  • R
  • Jan 15, 2026
  • 43.22 KB
  • 1.7K
  • Early Access

File Name

HideArmor-0.6.0-alpha.jar

Supported Versions

  • Early Access

[0.6.0-alpha] - 2026-01-15

Added

  • Permission-Based Command Access - Commands now support server permission configuration
  • AbstractPlayerCommand Integration - All commands extend AbstractPlayerCommand for proper permission handling
  • README Permission Documentation - Detailed instructions for granting command access to non-OP players

Changed

  • Command Base Class - Migrated from CommandBase to AbstractPlayerCommand:
    • HideArmorCommand
    • HideHelmetCommand
    • HideArmorUICommand
    • HideHelmetDebugCommand
  • Execute Method Signature - Updated to execute(CommandContext, Store<EntityStore>, Ref<EntityStore>, PlayerRef, World)

Technical

  • Permission format: dev.nxtime.hidearmor.command.<commandname>
  • Permissions can be granted to player groups (e.g., Adventure) via server configuration
  • Commands remain usable by OPs with * permission