The teleport command doesn't teleport an entity to another entity
Comments 3
only 1 target allowed, so add limit=1
To be a little more specific, only 1 destination target allowed.
On the topic of error messages, it unhelpfully tells you "Unknown command" if you try to simply teleport to a multi-target selector by itself (e.g. /tp @e). Adding the limit=1 in such a case will get it to run properly as normal though. Hmm, looks like errors also won't appear properly if you try to teleport only one target to multiple targets (e.g. /tp @s @e, or /tp @e[limit=1] @a). I guess it'll only show up if all arguments will target more than one entity (e.g. /tp @p[limit=2] @a, or something like /tp @e[name=Testificate5] @e[name="Note the missing limit=1 here"] ). So right now it might actually be harder to get the proper help info than it would be to not, haha.
Please do not mark unreleased versions as affected.
You don't have access to them yet.