- All Implemented Interfaces:
- org.bukkit.event.Cancellable
public class PlayerPermissionCheckEventAsync
extends org.bukkit.event.Event
implements org.bukkit.event.Cancellable
This event is designed to intercept the permission. You might can create CustomTrigger that hook
io.github.wysohn.triggerreactor.bukkit.manager.event.PlayerPermissionCheckEvent, and by canceling this event,
you can enforce the permissible action not from permission plugins but your CustomTrigger. You can check
'requestedPermission' to see what permission it is checking, and use setAllowed() function to change the
permission check up behavior.