Events
paper/event_cancel
Event Cancel
Cancels a Bukkit event, preventing its default action.
Note: Only works on cancellable events (those that implement Cancellable). Has no effect on non-cancellable events.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
exec |
exec | Incoming execution. | |
event |
event | The event to cancel. |
Outputs
| Name | Type | Description |
|---|---|---|
exec |
exec | Continues after cancelling. |