Solved skellett error

  • 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.

kenkencw

Active Member
Jan 31, 2017
68
0
0
31
Malaysia
www.huskycraftmc.com
MC Version: Spigot 1.9.4
Skript: bensku dev 19
addons:
- skstuff v1.6.3.7
- Tuske 1.6.9.6
- SkRayFall v1.9.5
- SkQuery by gatt (11 May 2016)
- Skellett v1.7.8
- Wild Skript 1.9

i need skellett's stylish scoreboard, so i updated to latest version, v1.6.8 is no problem at all
once updated skellett to v1.7.8 i get so much code stop working & fucked up
and keep spamming this error, the strange thing is i reload all the skript file wont get any error
code_language.skript:
[06:34:35] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[06:34:35] [Server thread/ERROR]: #!#!
[06:34:35] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[06:34:35] [Server thread/ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[06:34:35] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[06:34:35] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[06:34:35] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[06:34:35] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[06:34:35] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[06:34:35] [Server thread/ERROR]: #!#!
[06:34:35] [Server thread/ERROR]: #!#! Stack trace:
[06:34:35] [Server thread/ERROR]: #!#! java.lang.NullPointerException
[06:34:35] [Server thread/ERROR]: #!#!     at com.gmail.thelimeglass.Effects.EffPlaySound.execute(EffPlaySound.java:52)
[06:34:35] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:54)
[06:34:35] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:65)
[06:34:35] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93)
[06:34:35] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[06:34:35] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.function.ScriptFunction.execute(ScriptFunction.java:91)
[06:34:35] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.function.Function.execute(Function.java:109)
[06:34:35] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.function.FunctionReference.execute(FunctionReference.java:191)
[06:34:35] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.function.EffFunctionCall.execute(EffFunctionCall.java:55)
[06:34:35] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:54)
[06:34:35] [Server thread/ERROR]: #!#!     at com.w00tmast3r.skquery.skript.LambdaEffect.walk(LambdaEffect.java:35)
[06:34:35] [Server thread/ERROR]: #!#!     at com.w00tmast3r.skquery.util.custom.menus.v2_.SlotRule.run(SlotRule.java:30)
[06:34:35] [Server thread/ERROR]: #!#!     at com.w00tmast3r.skquery.util.custom.menus.v2_.FormattedSlotManager.onClick(FormattedSlotManager.java:66)
[06:34:35] [Server thread/ERROR]: #!#!     at sun.reflect.GeneratedMethodAccessor175.invoke(Unknown Source)
[06:34:35] [Server thread/ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[06:34:35] [Server thread/ERROR]: #!#!     at java.lang.reflect.Method.invoke(Method.java:498)
[06:34:35] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[06:34:35] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[06:34:35] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[06:34:35] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[06:34:35] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.PlayerConnection.a(PlayerConnection.java:1851)
[06:34:35] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.PacketPlayInWindowClick.a(SourceFile:33)
[06:34:35] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.PacketPlayInWindowClick.a(SourceFile:10)
[06:34:35] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.PlayerConnectionUtils$1.run(SourceFile:13)
[06:34:35] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[06:34:35] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[06:34:35] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.SystemUtils.a(SourceFile:45)
[06:34:35] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.MinecraftServer.D(MinecraftServer.java:726)
[06:34:35] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.DedicatedServer.D(DedicatedServer.java:399)
[06:34:35] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.MinecraftServer.C(MinecraftServer.java:665)
[06:34:35] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:564)
[06:34:35] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[06:34:35] [Server thread/ERROR]: #!#!
[06:34:35] [Server thread/ERROR]: #!#! Version Information:
[06:34:35] [Server thread/ERROR]: #!#!   Skript: 2.2-dev19
[06:34:35] [Server thread/ERROR]: #!#!   Bukkit: 1.9.4-R0.1-SNAPSHOT
[06:34:35] [Server thread/ERROR]: #!#!   Minecraft: 1.9.4
[06:34:35] [Server thread/ERROR]: #!#!   Java: 1.8.0_111 (Java HotSpot(TM) 64-Bit Server VM 25.111-b14)
[06:34:35] [Server thread/ERROR]: #!#!   OS: Linux amd64 4.2.0-27-generic
[06:34:35] [Server thread/ERROR]: #!#!
[06:34:35] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[06:34:35] [Server thread/ERROR]: #!#!
[06:34:35] [Server thread/ERROR]: #!#! Current node: null
[06:34:35] [Server thread/ERROR]: #!#! Current item: play [(skellett|better)] [sound] (1¦%-sound%|2¦%-string%) at %locations% (with|at|and) volume %number% (and|with|at) pitch %number%
[06:34:35] [Server thread/ERROR]: #!#!
[06:34:35] [Server thread/ERROR]: #!#! Thread: Server thread
[06:34:35] [Server thread/ERROR]: #!#!
[06:34:35] [Server thread/ERROR]: #!#! End of Error.
[06:34:35] [Server thread/ERROR]: #!#!
 
Last edited:
You should really use TuSKe's format gui slot instead of SkQuery's format slot, TuSKe's has all of the same functionality but works way better in multiple ways and has even more features.

@LimeGlass

And @maeyrl, why give useless replies? They said they need Skellett, so give a solution, advice, or some useful feedback.
 
@maeyrl lol when the salt is real. Atleast I test it lol
I test the shit out of it. Like any good developer should with public projects.

@kenkencw Use the actual sound name without it being in a string also make sure that the sound exists for your version.

If you have a 1.10 or 1.11 server here are your sound names https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
If you have a 1.7 or a 1.8 server here is your sounds list http://www.mcptt.net/javadoc/spigot/1.8.8/index240b.html?org/bukkit/class-use/Sound.html

This is what you're doing with an unknown sound type
code_language.skript:
play sound "Something" at location {_loc} with volume 1 and pitch 2

This below is an example of a working 1.11 sound syntax

Example:
code_language.skript:
play sound BLOCK_ANVIL_USE at location {_loc} with volume 1 and pitch 2

@Mr_Simba Thanks for the tag.
 
the code works, but the pitch stop working for adjust output speed or changed sequance?

@maeyrl lol when the salt is real. Atleast I test it lol
I test the shit out of it. Like any good developer should with public projects.

@kenkencw Use the actual sound name without it being in a string also make sure that the sound exists for your version.

If you have a 1.10 or 1.11 server here are your sound names https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
If you have a 1.7 or a 1.8 server here is your sounds list http://www.mcptt.net/javadoc/spigot/1.8.8/index240b.html?org/bukkit/class-use/Sound.html

This is what you're doing with an unknown sound type
code_language.skript:
play sound "Something" at location {_loc} with volume 1 and pitch 2

This below is an example of a working 1.11 sound syntax

Example:
code_language.skript:
play sound BLOCK_ANVIL_USE at location {_loc} with volume 1 and pitch 2

@Mr_Simba Thanks for the tag.
 
Last edited by a moderator:
Status
Not open for further replies.