MyDog

MyDog

8k Downloads

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

commented

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.

commented

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.

commented

Please use MyDog's transfer/trade system instead of GriefPrevention's givepet, as it would otherwise require GriefPrevention to hook into MyDog's API and check if a dog is owned by MyDog first (which I don't think they will implement).