P
Particle Item that shoots particles in your direction
Example Items
(0)
935 downloads834 viewsDescription
basically the math formula for the xyz offsets is:
X: %math_2*SIN({player_yaw}*-1)*COS({player_pitch}*-1)%
Y: %math_2*SIN({player_pitch}*-1)%
Z: %math_2*COS({player_yaw}*-1)*COS({player_pitch}*-1)%
Requires Math expansion from PlaceholderAPI
X: %math_2*SIN({player_yaw}*-1)*COS({player_pitch}*-1)%
Y: %math_2*SIN({player_pitch}*-1)%
Z: %math_2*COS({player_yaw}*-1)*COS({player_pitch}*-1)%
Requires Math expansion from PlaceholderAPI
Version History
v1.1Latest
Mar 5, 2023
657 downloads
v1.0
Mar 4, 2023
278 downloads
Sign in to leave a review.