Compatibility
Minecraft: Java Edition
1.21.8
1.21.4
1.21.1–1.21.2
Platforms
Supported environments
Creators
Details
Licensed LGPL-3.0-or-later
Published 5 months ago
Updated 2 weeks ago
Changelog
-
New Event:
PermissionCheckEvent
Can now intercept permission checks and override the default permission system (e.g. LuckPerms) from within Lua.- In intercept callbacks, assign
evt.allowed = true
to grant orfalse
to deny. - Leaving
evt.allowed
asnil
defers to the default permission logic.
- In intercept callbacks, assign
-
Refined event handling in interceptors
Returningnil
from an interceptor callback is now permitted and treated astrue
, so the event will continue (i.e., not be canceled). -
Fix:
WolStartupCommand
andWolExtractApiCommand
permissions were not assigned correctly; now fixed.
Files
Metadata
Release channel
ReleaseVersion number
2.3.0-1.21.1Loaders
Game versions
1.21.1Downloads
19Publication date
June 15, 2025 at 6:09 PMPublisher

mickkay
Member