-
-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
particle offsets not working #2958
Comments
Skript's effect for particles does not have an offset option: My guess is you are using an add-on for this effect |
ah that was quick, Skript/src/main/resources/lang/english.lang Line 1464 in 14f267c
|
Interesting, I didn't know that existed. |
I can't test but it think this is not a bug but an syntax misperception. There is a difference between visual effects and particles. In the syntax u write "on player" so skript thinks u want to play a visual effect from the entity player. In short terms try this syntax:
|
Hello,
i've experienced some Bugs with the play/show effect
but it seems the when im discover one, im not able to Reproduce it every time.
first, the offset are not working. its spawn just a single point at the given loaction and the loading time for offsets are huge.
second, when i want more particles e.g
play 10 firework spark ...
it just do nothing or throw an error.third, i think the endRod Particle is missing.
Steps to Reproduce
first,
play firework spark with offset of 100, 40, 100 and speed 0 on player to player
second,
play 10 firework spark on player to player
Errors / Screenshots
first, https://cdn.discordapp.com/attachments/645017130651222058/706107655160332388/7kRW5rT2OM.gif
second, https://pastebin.com/dkpSXzhs
Server Information
Grats
The text was updated successfully, but these errors were encountered: