Paradigm

Restart Scheduler, Custon Commands, Announcements and much more!

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

Forge

implementation fg.deobf("curse.maven:paradigm-1034237:7901174")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

2.2.3

Changed

  • Reworked permission fallback logic in PermissionsHandler to 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 routes hasPermission(player, node, level) through PermissionsHandler for consistent behavior.

Fixed

  • /gamemode and aliases (/gmc, /gms, /gma, /gmsp) now allow OP-level access (level 2) in command gates.
  • /paradigm reload, /paradigm command, and /paradigm group permission checks now explicitly allow OP-level access (level 2).
  • Improved /tpa reliability by adding a console tp <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.