Event for creation/deletion/update of warps
DarkEyeDragon opened this issue ยท 0 comments
Feature request
Add event for creation/deletion/updating of warps.
Feature description:
When a user alters a warp an event should be thrown. This allows plugins to cancel the event or alter the warp.
How the feature is useful:
I've recently had a case myself where having this event would have been a lot easier than having to listen to the PlayerCommandPreprocessEvent
.