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
AbstractPlayerCommandfor proper permission handling - README Permission Documentation - Detailed instructions for granting command access to non-OP players
Changed
- Command Base Class - Migrated from
CommandBasetoAbstractPlayerCommand:HideArmorCommandHideHelmetCommandHideArmorUICommandHideHelmetDebugCommand
- 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

