promotional bannermobile promotional banner

CustomPerm

Granular permission system for NeoForge — grant vanilla commands to non-op players

File Details

customperm-1.0.2.jar

  • R
  • May 21, 2026
  • 49.74 KB
  • 8
  • 1.21.1
  • NeoForge

File Name

customperm-1.0.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:customperm-1539594:8123655"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

CustomPerm 1.0.2

Patch release focused on alias execution reliability.

Fixed

  • Fixed aliases failing when their internal steps targeted commands wrapped by CustomPerm.
  • Alias steps now use the original command node when the target command has been wrapped by CustomPerm.
  • Players no longer need both the alias permission and the internal command permission.
    • Example: a player with customperm.alias.up can use /up even if they do not have customperm.command.tp.
  • Alias steps now run with the expected elevated command source.
  • Alias steps now accept an optional leading slash.
    • Both say ping and /say ping are valid alias steps.
  • Failed alias steps are now reported and logged more clearly.
  • If one alias step fails, following steps continue to run.