File Details
Paradigm 2.2.3 (forge 1.19.2)
- R
- Apr 9, 2026
- 519.56 KB
- 7
- 1.19.2
- Forge
File Name
Paradigm-forge-1.19.2-2.2.3.jar
Supported Versions
- 1.19.2
Curse Maven Snippet
Changelog
2.2.3
Changed
- Reworked permission fallback logic in
PermissionsHandlerto check multiple vanilla paths (hasPermissionLevel/hasPermissions, command source methods, and direct operator-list lookup). - Added OP bypass handling when internal PermissionAPI denies a node but vanilla operator level is present.
- Group changes now refresh the affected player's command tree immediately via
IPlatformAdapter#refreshPlayerCommandTree(no relog needed for command visibility updates). PlatformAdapterImpl(Fabric 1.21.11) now routeshasPermission(player, node, level)throughPermissionsHandlerfor consistent behavior.
Fixed
/gamemodeand aliases (/gmc,/gms,/gma,/gmsp) now allow OP-level access (level 2) in command gates./paradigm reload,/paradigm command, and/paradigm grouppermission checks now explicitly allow OP-level access (level 2).- Improved
/tpareliability by adding a consoletp <from> <to>fallback when direct destination-location teleport fails. - Updated Fabric 1.21.11 command-source permission checks to use robust reflection fallbacks before API fallback.
Known Issues
- Fabric
1.21.11: OP permissions may still be inconsistent in some environments, and elevated-command checks can still fail for specific command paths. - Temporary workaround: assign explicit Paradigm permissions/groups (or LuckPerms nodes) for administrative commands instead of relying only on vanilla OP status.