With selectors (selecting entities), if you do "/say @s", it will say that the only entity is the player itself. I really don't like this bug (if it is a bug).
With selectors (selecting entities), if you do "/say @s", it will say that the only entity is the player itself. I really don't like this bug (if it is a bug).
@s
only targets the executor. Since you are executing the command, the only entities it is testing is you. Use@e
.