basically when i use OnCropGather it all works fine and everything but when people harvest a plant that has been planted not spawned it just wont go away you can infinitely harvest it till you make clones of it, This happens with pumpkins, corn & cloth and i have no idea how to fix that
Plants are able to be harvested indefinitely with OnCropGatherNot An Issue
The OnCropGather hook does nothing without plugins, so you'd need to be a little more specific as to what you are doing with it.
In response to Wulf ():The OnCropGather hook does nothing without plugins, so you'd need to be a little more specific as to...
I am making a 2x plugin http://prntscr.com/musdua
By returning, you are canceling all further code in the hook location from running; so there's your issue.
Locked automatically