Topic category: Help with Minecraft modding (Java Edition)
Basically, i'm trying to create a command that summons a particle from one mob and travels to another one with a specific thing active and is only viewable by the one that fufills that condition.
My command kinda looks like this:
/particle [name] [starter entity XYZ] [entity that fufills condition XYZ (solved by ruling out any entity in 60 block radius that doesnt fufill it)] [speed] [count] force [the one entity whose location was gotten from by the third parameter]
My problem is that I cant figure out a way to replace all the parameter fillers with the adjacent parameters converted into string data. Also, it would be good if all entities that fufill the condition can see it if you can't figure out a way to do it with that specific one. (Im on block coding btw)