Interface GeyserRegisterPermissionCheckersEvent
- All Superinterfaces:
org.geysermc.event.Event
public interface GeyserRegisterPermissionCheckersEvent
extends org.geysermc.event.Event
Fired by any permission manager implementations that wish to add support for custom permission checking.
This event is not guaranteed to be fired - it is currently only fired on Geyser-Standalone and ViaProxy.
Subscribing to this event with an earlier PostOrder and registering a PermissionChecker
will result in that checker having a higher priority than others.
-
Method Summary
-
Method Details
-
register
-