promotional bannermobile promotional banner

HyperPerms

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

File Details

HyperPerms-2.5.1.jar

  • R
  • Jan 31, 2026
  • 2.28 MB
  • 109
  • Early Access

File Name

HyperPerms-2.5.1.jar

Supported Versions

  • Early Access

HyperPerms v2.5.1 Released
This update aligns permission resolution with Hytale's native implementation and fixes several bugs.

Changes
Permission resolution now matches Hytale's native order

Global wildcard (*) is checked first

Prefix wildcards resolve shortest-first (a.* before a.b.*)

Fixed user loading during permission checks

Fixed runtime permission discovery not finding plugins directory

Important
If you used ["*", "-permission"] expecting the negation to win, this will no longer work. Global * now takes priority (matching Hytale's behavior).

Use specific wildcards instead:

YAML
permissions:
  - "admin.*"
  - "-admin.dangerous"