#Make particles converge at a point

1 messages · Page 1 of 1 (latest)

silver goblet
#

How can i make it so a sphere of particles spawn aroound the player and move to converge at the player

cobalt elmBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

                        🙇 After a while, hit the Summon Helpers button to ping the helper team. They'll be happy to help you


                        
                        ✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve
candid goblet
#

Do you have a particular preference on the particle type?

silver goblet
#

not really at the moment but flame works fine

candid goblet
#

That sounds like a preference 😅

#

The technically easiest way is to use (reverse?) portal particles. If you give them speed correctly then they automatically visually spawn a little distance away and moving towards the coordinate they're spawned at, which is quite useful

#

If you want to use a different particle, then you need to use caret notation for the delta. Let me see if I can find a resource on that

#

Not thoroughly vetted but this video has it in the description so I assume they explain it well too
https://youtu.be/0pzEXx5fnrk?si=ANZicpZzQed98G6b

Example command:
particle flame ~ ~ ~ ^ ^ ^1000000 0.0000001 0

Example pack for the arrow effect: https://www.planetminecraft.com/data-pack/arrow-sonic-booms/

In today's tutorial, we cover a newly found method of shooting particles at a dynamically adjustable angle. Pretty ballin' if I do say so myself

If you got any questions or just want t...

▶ Play video
silver goblet
#

do you know any source where i could generate the starting coordinates for thesee particles

candid goblet
#

I do not, but that doesn't mean one doesn't exist

ruby bluff
#

Cloudwolf has something but it’s useless in this scenario

#

You would probably be better off manually doing each one

#

Or making something to do it for you

dusk haven
#

You can just use the 3 values after the coordinates as a vector where the particles should fly in

#

So 1 0 0 would make it fly towards X while 0 -1 -2 would make it fly down towards negative z

#

Writing a generator for this is quite doable

candid goblet
silver goblet
#

ive used a program to generate the particle commands but the particles just spawn in a sphere and dont get smaller, instead they move as a sphere in the direction the player is facing

heres an example command

execute at @s run particle flame ~-3.1395907022505387 ~1.070479620851254 ~2.235406809438525 ^ ^ ^1000000 0.0000005 0

cobalt elmBOT
# cobalt elm <@&1201956957406109788>

<@&935561184806060073> <@&1202694677766348840>

**🙇 Helpers Arise!**

Please note that you still might not immediately get a response since all helpers are human beings and volunteers (and also might be sleeping right now)

kind imp
dusk haven
#

you can also hardcode that though, like you did with the coordinates