Severe Error Skript

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

DutchKiller

Member
Jul 29, 2017
4
0
0
33
My plugin gives this error in console recently i think it has something to do with my scoreboard but i dont now exactly. So if someone nows how to fix this please reply

code_language.skript:
[20:02:14 ERROR]: #!#!
[20:02:14 ERROR]: #!#! [Skript] Severe Error:
[20:02:14 ERROR]: #!#!
[20:02:14 ERROR]: #!#! Something went horribly wrong with Skript.
[20:02:14 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[20:02:14 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[20:02:14 ERROR]: #!#! Here is full list of them:
[20:02:14 ERROR]: #!#! skRayFall (http://sk.rayfall.net/) WildSkript (http://www.dzikoysk.net/) SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) Umbaska
[20:02:14 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[20:02:14 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[20:02:14 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[20:02:14 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[20:02:14 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[20:02:14 ERROR]: #!#! Only if the author tells you to do so, report it as Skript issue (url below)
[20:02:14 ERROR]: #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
[20:02:14 ERROR]: #!#!
[20:02:14 ERROR]: #!#! Stack trace:
[20:02:14 ERROR]: #!#! java.lang.NullPointerException
[20:02:14 ERROR]: #!#!     at net.rayfall.eyesniper2.skrayfall.scoreboard.EffSetScore.execute(EffSetScore.java:46)
[20:02:14 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[20:02:14 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[20:02:14 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:02:14 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:02:14 ERROR]: #!#!     at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:95)
[20:02:14 ERROR]: #!#!     at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:109)
[20:02:14 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71)
[20:02:14 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353)
[20:02:14 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739)
[20:02:14 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
[20:02:14 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
[20:02:14 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
[20:02:14 ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[20:02:14 ERROR]: #!#!
[20:02:14 ERROR]: #!#! Version Information:
[20:02:14 ERROR]: #!#!   Skript: 2.2-dev32d (latest)
[20:02:14 ERROR]: #!#!   Bukkit: 1.12.2-R0.1-SNAPSHOT
[20:02:14 ERROR]: #!#!   Minecraft: 1.12.2
[20:02:14 ERROR]: #!#!   Java: 1.8.0_112 (Java HotSpot(TM) 64-Bit Server VM 25.112-b15)
[20:02:14 ERROR]: #!#!   OS: Linux amd64 3.14.32-xxxx-grs-ipv6-64
[20:02:14 ERROR]: #!#!
[20:02:14 ERROR]: #!#! Running CraftBukkit: false
[20:02:14 ERROR]: #!#! Running Spigot (or compatible): true
[20:02:14 ERROR]: #!#! Running Paper (or compatible): false
[20:02:14 ERROR]: #!#!
[20:02:14 ERROR]: #!#! Current node: null
[20:02:14 ERROR]: #!#! Current item: null
[20:02:14 ERROR]: #!#! Thread: Server thread
[20:02:14 ERROR]: #!#!
[20:02:14 ERROR]: #!#! Language: english
[20:02:14 ERROR]: #!#! Link parse mode: DISABLED
[20:02:14 ERROR]: #!#!
[20:02:14 ERROR]: #!#! End of Error.
[20:02:14 ERROR]: #!#!
 
Last edited:
Its skrayfall and scoreboards, could you please post your skript so we can see whats wrong
 
Status
Not open for further replies.