-
Bug
-
Resolution: Invalid
-
None
-
23w03a
-
None
-
Community Consensus
-
Commands
What's Happening
The new `execute on owner` subcommand allows selection of the owner for some entities that have an `Owner` tag (i.e. tamable animals), but not for others (i.e. projectiles).
What Should Happen
The `execute on owner` subcommand should select the owner of any entity that has an `Owner` tag.
Steps to Reproduce
- Spawn in and tame a wolf.
- Run the command execute as @e[type=wolf,sort=nearest,limit=1] on owner run me is the owner
- The chat will display "[Playername] is the owner"
- Fire an arrow.
- Run the command execute as @e[type=arrow,sort=nearest,limit=1] on owner run me is the owner
- The chat will not display anything.