-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew feature or requestNew feature or request
Description
Entities tied to the previous UUIDs (like dogs, cats, villager trades) will not change. I had to op individual players and use commands to set pets' owner UUIDs for each players:
/execute as @e[type=wolf,distance=..10] run data modify entity @s Owner set from entity @p UUID
/execute as @e[type=cat,distance=..10] run data modify entity @s Owner set from entity @p UUID
/execute as @e[type=parrot,distance=..10] run data modify entity @s Owner set from entity @p UUID
Do you have any idea how to implement it?
Edit: Also thanks a lot for your help concerning the previous issue! I really appreciate your determination to help!! :)
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request