Coder Social home page Coder Social logo

skdragon's People

Contributors

811alex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

rioxbey002

skdragon's Issues

Cannot use itemcrack type of drawDot effect

drawDot count 8, particle "itemcrack", material diamond, XYZ 0.3, 0.9, 0.3, center player, rainbowMode false, visibleRange 32, pulseDelay 1, keepFor 20 ticks

when I'm trying to execute the code above I'm getting this error:

[16:56:25 WARN]: [skDragon] Task #124263 for skDragon v0.17 generated an exception
ud.skript.sashie.skDragon.particleEngine.utils.ParticleEffect$ParticlePacket$PacketInstantiationException: Packet instantiation failed
        at ud.skript.sashie.skDragon.particleEngine.utils.ParticleEffect$ParticlePacket.initializePacket(ParticleEffect.java:1138) ~[skDragon-0.17-alex-MC1.18-hack.jar:?]
        at ud.skript.sashie.skDragon.particleEngine.utils.ParticleEffect$ParticlePacket.sendTo(ParticleEffect.java:1144) ~[skDragon-0.17-alex-MC1.18-hack.jar:?]
        at ud.skript.sashie.skDragon.particleEngine.utils.ParticleEffect$ParticlePacket.sendTo(ParticleEffect.java:1178) ~[skDragon-0.17-alex-MC1.18-hack.jar:?]
        at ud.skript.sashie.skDragon.particleEngine.utils.ParticleEffect.display(ParticleEffect.java:321) ~[skDragon-0.17-alex-MC1.18-hack.jar:?]
        at ud.skript.sashie.skDragon.particleEngine.utils.ParticleEffect.display(ParticleEffect.java:415) ~[skDragon-0.17-alex-MC1.18-hack.jar:?]
        at ud.skript.sashie.skDragon.particleEngine.effects.EffDot$1.run(EffDot.java:122) ~[skDragon-0.17-alex-MC1.18-hack.jar:?]
        at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[purpur-1.18.1.jar:git-Purpur-1434]
        at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[purpur-1.18.1.jar:git-Purpur-1434]
        at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1571) ~[purpur-1.18.1.jar:git-Purpur-1434]
        at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:516) ~[purpur-1.18.1.jar:git-Purpur-1434]
        at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1494) ~[purpur-1.18.1.jar:git-Purpur-1434]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1282) ~[purpur-1.18.1.jar:git-Purpur-1434]
        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[purpur-1.18.1.jar:git-Purpur-1434]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.reflect.InvocationTargetException
        at jdk.internal.reflect.GeneratedMethodAccessor87.invoke(Unknown Source) ~[?:?]
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
        at ud.skript.sashie.skDragon.particleEngine.utils.ParticleEffect$ParticlePacket.initializePacket(ParticleEffect.java:1096) ~[skDragon-0.17-alex-MC1.18-hack.jar:?]
        ... 13 more
Caused by: java.lang.ClassCastException

there are no issue except "itemcrack" type in drawdot, my guess is there should an error about casting the itemstack

Issue 1.19

Hello, I have a problem, infact I would like to use the plugin in 1.9 but it does not work

drawComplexSpiral particle "flame", center player, id "%player%", rainbowMode false, clockwise true, scan true, radius 0.5, density 50, height 5, effectMod .09, start 0, visibleRange 30

dragonBreath drawComplexSpiral drawAtom aren't compatible with new parser

Hello, somehow dragonBreath drawComplexSpiral drawAtom effects are no longer working. On Skript 2.6 everything was fine but 2.6.2-nightly-d27baac (2.6.2 builds) are breaking those effects.

Just use this codes to test them:

command /breath:
	trigger:
		drawDragonBreath particle "redstone", RGB 102, 204, 255, center player, id "%player%", arcPitch .1, arcCount 40, arcDensity 50, arcSteps 3, arcLength 6, visibleRange 30
command /atom:
	trigger:
		drawAtom particle1 "happyvillager", particle2 "redstone", center player, id "%player%", rM true, innerPCount 6, innerRadius .1, outerPCount 3, orbitCount 3, start 0, visibleRange 30, rotation 10
command /spiral:
	trigger:
		drawComplexSpiral particle "redstone", center player, id "%player%", rainbowMode true, clockwise true, scan true, radius 1, density 50, height 5, effectMod .05, start 0.1, visibleRange 30
command /stopeff:
	trigger:
		stopEffect "%player%"

Example parser errors:

[16:55:25] [Server thread/INFO]: [Skript] Line 455: (a_6_Formatting\ChatStuff.sk)
[16:55:25] [Server thread/INFO]:     Can't understand this condition/effect: drawAtom particle1 "happyvillager", particle2 "redstone", center player, id "%player%", rM true, innerPCount 6, innerRadius .1, outerPCount 3, orbitCount 3, start 0, visibleRange 30, rotation 10
[16:55:25] [Server thread/INFO]:     Line: drawAtom particle1 "happyvillager", particle2 "redstone", center player, id "%player%", rM true, innerPCount 6, innerRadius .1, outerPCount 3, orbitCount 3, start 0, visibleRange 30, rotation 10
[16:55:25] [Server thread/INFO]:  
[16:55:25] [Server thread/INFO]: [Skript] Line 461: (a_6_Formatting\ChatStuff.sk)
[16:55:25] [Server thread/INFO]:     Can't understand this condition/effect: drawComplexSpiral particle "redstone", center player, id "%player%", rainbowMode true, clockwise true, scan true, radius 1, density 50, height 5, effectMod .05, start 0.1, visibleRange 30
[16:55:25] [Server thread/INFO]:     Line: drawComplexSpiral particle "redstone", center player, id "%player%", rainbowMode true, clockwise true, scan true, radius 1, density 50, height 5, effectMod .05, start 0.1, visibleRange 30
[16:55:09] [Server thread/INFO]: [Skript] Line 517: (a_2_Survival_Rules\damageHandlers.sk)
[16:55:09] [Server thread/INFO]:     Can't understand this condition/effect: drawDragonBreath particle "flame", center victim, id (uuid of victim), arcPitch .05, arcCount 10, arcDensity 50, arcSteps 2, arcLength 6, visibleRange 30, tps 5, second 2
[16:55:09] [Server thread/INFO]:     Line: drawDragonBreath particle "flame", center victim, id (uuid of victim), arcPitch .05, arcCount 10, arcDensity 50, arcSteps 2, arcLength 6, visibleRange 30, tps 5, second 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.