Mojira Archive
MC-121808

Command argument validation for single entity says player in some error messages

The bug

Using selectors which can include multiple entities as value for a command argument which only allows a single entity shows the following error message, despite all entity types being allowed.

Only one player is allowed, but the provided selector allows more than one.

This appears to affect only some commands, for example /execute if score @e correctly says "entity".
Likely the wrong exception is used, argument.player.toomany instead of argument.entity.toomany, see bp.class (17w45b).

Affected commands

Command Command to reproduce Note
/data get entity /data get entity @e /data merge and /data remove are not covered in this report due to MC-121807
/execute store result entity /execute store result entity @e See MC-121864

Fixed

Marcono1234

[Mojang] Nathan Adams

2017-11-11, 12:06 AM

2018-01-25, 04:34 AM

2017-12-06, 01:45 PM

5

2

Confirmed

/data-get, /execute-store

Minecraft 17w45b, Minecraft 17w46a, Minecraft 17w47a

Minecraft 17w49a