Empty error message is displayed when there is an error (except syntax error) in the targetselector in second or subsequent subcommand.
You can reproduce them by executing the following command in the chat field or in the command block.
/execute as @p as @p[type=cow] run say aError message is empty.
/execute as @p run tell @p[type=cow] aError message is empty.
/execute positioned ~ ~ ~ as @p[type=cow] run say aError message is empty.
/execute as @p[type=cow] as @p run say aError message is displayed.
/execute run execute as @p[type=cow] run say aError message is displayed.
/execute as @p as @p[hasitem={item=bow},hasitem={item=arrow}] run say aError message is empty.
/execute as @p as @f run say aError message is displayed.
Linked issues
is duplicated by 1
Comments 0
No comments.