When attempting to teleport a mob to a player I get 'The entity UUID provided is in an invalid format'

I'm trying to make a machine where it teleports a mob with a custom name to a player in a team.
When I activate it it says:
The entity UUID provided is in an invalid format
The command is: /tp @e[name=Steve] @a[team=Disgiused]
(By the way I know that disguise is spelled wrong!)
Best Answer
With this command, you are trying to teleport all entities called Steve to all members of the team Disgiused.
This is impossible. You need to define an unique target, not a group. Use @r
(Random) or @p
(nearest) instead.
Pictures about "When attempting to teleport a mob to a player I get 'The entity UUID provided is in an invalid format'"



Teleport a mob to a player and visa versa in minecraft 1.8
More answers regarding when attempting to teleport a mob to a player I get 'The entity UUID provided is in an invalid format'
Answer 2
With @a[team=disciused]
, you are trying to teleport the entity to all the players in the team, which is, in short, impossible. To teleport this person to a random player that is in the team, you can use this command:
/tp @e[name=steve] @r[team=disciused]
Or to teleport them to a specific player (or entity) in the team:
/tp @e[name=steve] @p[team=disciused, name=playername]
Answer 3
- You have a named entity
- You have a player you want it teleport-ed to
/teleport @e[type=(Animal),name=(Name) (player)
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Meruyert Gonullu, Tima Miroshnichenko, Ron Lach, Ron Lach