- Fixed: /lands admin land <land> delete did not call LandDeleteEvent
 - Fixed: Can't reel in (fishing rod) in wilderness
 + API: Added more Reasons to LandDeleteEvent and ChunkDelete
 + API: Made ChunkDeleteEvent cancellable. Please note that events with the reason ADMIN, can not be cancelled.
 + Added logging options for the API:
 logging:
 
  # Should Lands log cancellations of events from the Lands API. This happens if 3rd party plugins cancel these events.
 
 # For example they can cancel claiming (/Lands claim), which results in no response from the command (unless they send one).
 
 # By having this option enabled, you can always check if a 3rd party plugin cancelled the action.
 
 api-events: true