
Vortex command
Oriented Effect
Description
This effect will spawn a vortex of particles! You can invert it, make it grow or shrink etc.

To use this command you will need to type:
/pal vortex <paramters...>
Demo effect
To display the demo effect use:
/pal vortex demo <particle> <posX> <posY> <posZ> <duration>
This will spawn a circlurar vortex oriented towards positive Z and radius of 1 block
Command Structure
The basic command structure for this effect is:
/pal vortex <particle> <originPos> <count> <radius> <radiusGrow> <startRange> <lengthGrow> <radialsPerIteration> <circles> <helixes> <flipped> <duration>
or
/pal vortex <particle> <originPos> <yaw> <pitch> <count> <radius> <radiusGrow> <startRange> <lengthGrow> <radialsPerIteration> <circles> <helixes> <flipped> <duration>
originPos
,particle
,yaw
,pitch
andduration
have already been explained in the General Information page.count
is the number of particles that make up the vortex effect, the more, the merrier.radius
is the radius of the vortexradiusGrow
is how much to increase the vortex of each iteration/tick, usually you will want to keep it low (0.01-0.2) (it can also be neagtive!)startRange
is the intially range of the vortexlengthGrow
is how much to increase the length of the vortex on each iteration/tick, similar to the radius growradialsPerIteration
is the angular rotation applied each iterationcircles
is the number of circles of which the vortex is made up of (which also contributes to its length)helixes
is the number of helixes that the vortex makesflipped
is used to filp the vortex, swapping the endpoint with the start point, similar to what happens in the ConEffect

The standard halfsphere
/pal sphere minecraft:egg_crack ~ ~ ~ 200 2 0 1 true false 5

The inverted halfsphere
/pal sphere minecraft:egg_crack ~ ~ ~ 200 2 0 1 true false 5

The sphere growing really fast and nicely
/pal sphere minecraft:witch ~6 ~2 ~ 200 2 0.1 1 false false 5
Last updated