Solved Help about Particles

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

sw8744

Member
Jul 22, 2021
1
0
1
16
I want to make particles line using skDragon addons.
But when I clicked stick, skDragon is just posting errors and particles don't show. How do I solve this problem? Help plz

<Source Code>
on rightclick:
@if player's tool's name is "wand":
@@drawLine particle redstone, RGB 180, 0, 180, center player, target location of target block, id "강좌용1-1_%player%", rainbowMode false, solid true, density 15, length 0, zigZag count 18, height 0, visibleRange 32, displacementXYZ 0, 1.2, 0, pulseDelay 1

(@ = 1 tab)

<Error Messages in console>
[00:16:19] [Craft Scheduler Thread - 11/WARN]: [skDragon] Plugin skDragon v0.17 generated an exception while executing task 262
ud.skript.sashie.skDragon.particleEngine.utils.ParticleEffect$ParticlePacket$VersionIncompatibleException: Your current bukkit version seems to be incompatible with this library
at ud.skript.sashie.skDragon.particleEngine.utils.ParticleEffect$ParticlePacket.initialize(ParticleEffect.java:1322) ~[?:?]
at ud.skript.sashie.skDragon.particleEngine.utils.ParticleEffect$ParticlePacket.getVersion(ParticleEffect.java:1334) ~[?:?]
at ud.skript.sashie.skDragon.particleEngine.utils.ParticleEffect.isColorCorrect(ParticleEffect.java:344) ~[?:?]
at ud.skript.sashie.skDragon.particleEngine.utils.ParticleEffect.display(ParticleEffect.java:533) ~[?:?]
at ud.skript.sashie.skDragon.particleEngine.utils.ParticleEffect.display(ParticleEffect.java:1891) ~[?:?]
at ud.skript.sashie.skDragon.particleEngine.maths.Line$1.run(Line.java:182) ~[?:?]
at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot-1.17.1.jar:3181-Spigot-38e6c03-ed2b91c]
at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [spigot-1.17.1.jar:3181-Spigot-38e6c03-ed2b91c]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_17_R1.PacketPlayOutWorldParticles
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:142) ~[spigot-1.17.1.jar:3181-Spigot-38e6c03-ed2b91c]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-1.17.1.jar:3181-Spigot-38e6c03-ed2b91c]
at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ~[?:?]
at java.lang.Class.forName0(Native Method) ~[?:?]
at java.lang.Class.forName(Class.java:375) ~[?:?]
at ud.skript.sashie.skDragon.particleEngine.utils.ReflectionUtils$PackageType.getClass(ReflectionUtils.java:384) ~[?:?]
at ud.skript.sashie.skDragon.particleEngine.utils.ParticleEffect$ParticlePacket.initialize(ParticleEffect.java:1290) ~[?:?]
... 10 more

P.S. Skript doesn't show any error message when I reloaded this script.
 
Status
Not open for further replies.