
If you transfer a dog via Greifprevention plugin (/givepet), the dog doesn't transfer owners in the MyDogs side
MCHalfAssed opened this issue ยท 2 comments
If you transfer a dog via Greifprevention plugin (/givepet), the dog doesn't transfer owners in the MyDogs side. When the player who owns the dog logs out, the dog teleports to the original MyDogs owner, but you can't interact with it.
Hi there,
This is not a bug in MyDog, so to speak, but more of a feature suggestion, since I can see that GriefPrevention just changes the owner of the pet (https://github.com/TechFortress/GriefPrevention/blob/master/src/main/java/me/ryanhamshire/GriefPrevention/PlayerEventHandler.java#L1202).
I will however see if it is feasible to put up a sort of event in order to monitor whether the owner of a Tameable changes, such that the dog can be reassigned to another player.