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
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.upcan use/upeven if they do not havecustomperm.command.tp.
- Example: a player with
- Alias steps now run with the expected elevated command source.
- Alias steps now accept an optional leading slash.
- Both
say pingand/say pingare valid alias steps.
- Both
- Failed alias steps are now reported and logged more clearly.
- If one alias step fails, following steps continue to run.

