Option to cancelDraggingIn for player entities only.
mibby opened this issue ยท 0 comments
Would it be possible to add an option so cancelDraggingIn
only affects player entities? That way you can still use a fishing rod to pull mobs closer to you but allow having the fishing rod knock players back when hit.
The reason for the request is because if you are inside a WorldGuard region that is flagged pvp: deny
, if players are on top of your rod hook, you are unable to pull the hook/line back when right clicking. You get spammed with "can't pvp here" messages. Setting cancelDraggingIn to true seems to fix this, but then you are unable to drag entities such as normal mobs closer to you.
Even with cancelDraggingIn
set to false in MC 1.13, player entities do not seem to get dragged to you. So it would be nice to cancel this event for players but keep it for mobs to bypass the worldguard pvp cancelling issue.