When I tried to use the pacticle command, it's not working. [I activated all experimental settings except spectator] It doesn't work in a command block either in the chat. No particle works. It says "request to create (particle) sent to all players. But nothing else happens.
Linked issues
duplicates 1
Attachments
Comments 5
Yea. I just wanted to play around with some commands. I wanted that things happen when I trow a snowball. I wanted one of those things to spawn particles wich didn't worked. But they generally didn't worked at all.
The command doesn't work at all.
The one that I used in the command block: execute at @e[type=snowball] run particle endrod ~ ~ ~
The normal one: particle endrod ~ ~ ~
Btw I play on switch but I ticked multiple platforms. I can't test on other platforms so I just assume. I should've ticked switch.
You need to add the "minecraft:" namespace to the particle name for the commands to work.
Your commands should look like this:
execute at @e[type=snowball] run particle minecraft:endrod ~ ~ ~
particle minecraft:endrod ~ ~ ~
The fact that the particle command doesn't work without the namespace is a bug we're tracking at MCPE-65257, so I will resolve and link this ticket as a duplicate.
Could you please provide the exact command used?