promotional bannermobile promotional banner

HyperPerms

Permissions made visual: the first Hytale plugin with a dedicated browser-based editor.

File Details

HyperPerms-2.8.9.jar

  • R
  • Feb 28, 2026
  • 6.65 MB
  • 241
  • Early Access

File Name

HyperPerms-2.8.9.jar

Supported Versions

  • Early Access

HyperPerms v2.8.9 released!

First-Class MMOSkillTree Integration Full support for one of the biggest plugins on Hytale. 200+ permission nodes registered — all 23 skills, all 140 XP boost nodes, and complete ziggfreed.* alternate prefix resolution. Tab completion, web editor, and wildcard expansion all work out of the box. RPG and Survival templates updated with MMST permissions at each rank tier.

Architecture Rehaul The plugin initialization system has been completely rewritten. 11 modular lifecycle stages replace the old monolithic startup: Config, Storage, CoreManager, Resolver, Registry, Chat, Integration, Web, Scheduler, Analytics, and DefaultGroups. Each stage initializes in order and safely tears down in reverse if anything fails. HyperPerms.java went from ~400 lines of init code to ~25.

Annotation-Based Command Framework 42 individual command classes replaced by 5 annotated command groups using @Command, @Arg, @Permission, and @Confirm annotations. Automatic discovery, argument parsing, and permission checks. Net reduction of ~1,500 lines with much better maintainability.

Other Improvements

  • Gzip compressed web editor sessions: prevents 413 errors on large servers
  • Fixed config null during early stage initialization
  • Fixed default groups created before storage ready