-
Bug
-
Resolution: Works As Intended
-
None
-
Minecraft 1.8.3, Minecraft 1.8.4, Minecraft 1.8.6, Minecraft 15w37a, Minecraft 15w43c
-
None
-
Java 8_60 JRE x64
-
Community Consensus
-
Creative
if you want to execute for example the command
/execute @r ~ ~ ~ scoreboard teams join Team 4
it will give you two error messages:
Player 'commands.generic.player.unspecified' cannot be found
and
`Failed to execute 'tp ~ ~1 ~' as <Player name>
where <Player name> is the @p player.
There are three bugs here, but if one gets fixed, the others become irrelevant:
- The command doesn't work like it would if it got executed from the player (which execute should simulate).
- The player name doesn't get put into the first error message. If the target selection for example meets an item, it gets displayed the same way as in the /kill feedback, but not for the player.
- There are two error messages for one error.
If the first one gets fixed, the other two get irrelevant.
- is duplicated by
-
MC-59247 /tp requires player when run with execute
- Resolved
-
MC-108965 Commands that don't need a target don't work in execute
- Resolved
-
MC-121720 Teleport can not be executed by entities
- Resolved
- relates to
-
MC-65290 /execute kill requires arguments
- Resolved
-
MC-78779 commands with optional player argument have missing error translation in command blocks
- Resolved
-
MC-73048 execute doesn't prevent /tell'ing to yourself
- Resolved