Jump to content
  • 0

Skript ran into a "severe" issue


admin111111

Question

Hi,

For some reason my skript plugin has ran into a severe issue and I haven't changed anything, it just randomly broke

 

Here is the message:
 

[20:12:29 ERROR]: #!#! 
[20:12:29 ERROR]: #!#! [Skript] Severe Error:
[20:12:29 ERROR]: #!#! 
[20:12:29 ERROR]: #!#! Something went horribly wrong with Skript.
[20:12:29 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[20:12:29 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[20:12:29 ERROR]: #!#! Here is full list of them:
[20:12:29 ERROR]: #!#! skript-placeholders v1.5.1 (https://github.com/APickledWalrus/skript-placeholders) skRayFall v1.9.25 (https://sk.rayfall.net/) SkriptJSON v1.0.0 Vixio v2.0.7 (http://vixio.space) TuSKe v1.8.2-Pikachu-Patch-3-MH-1 (github.com/Tuke-Nuke/TuSKe) SkBee v1.11.2 (https://github.com/ShaneBeee/SkBee) SkQuery v4.1.4 
[20:12:29 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[20:12:29 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[20:12:29 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[20:12:29 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[20:12:29 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[20:12:29 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[20:12:29 ERROR]: #!#! 
[20:12:29 ERROR]: #!#! Stack trace:
[20:12:29 ERROR]: #!#! java.lang.NoSuchFieldError: hasDelayBefore
[20:12:29 ERROR]: #!#!     at TuSKe.jar//com.github.tukenuke.tuske.util.EffectSection.loadSection(EffectSection.java:111)
[20:12:29 ERROR]: #!#!     at TuSKe.jar//com.github.tukenuke.tuske.sections.gui.EffFormatGUI.init(EffFormatGUI.java:65)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:252)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Condition.parse(Condition.java:77)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.sections.SecConditional.init(SecConditional.java:83)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.init(Section.java:68)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:252)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.parse(Section.java:158)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1134)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.loadCode(Section.java:89)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.sections.SecConditional.init(SecConditional.java:118)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.init(Section.java:68)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:252)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.parse(Section.java:158)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1134)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.command.Commands.loadCommand(Commands.java:498)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:719)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$5(ScriptLoader.java:533)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:420)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:436)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:532)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:473)
[20:12:29 ERROR]: #!#!     at Skript.jar//ch.njol.skript.Skript$1.run(Skript.java:748)
[20:12:29 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:101)
[20:12:29 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
[20:12:29 ERROR]: #!#!     at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1226)
[20:12:29 ERROR]: #!#!     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[20:12:29 ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:831)
[20:12:29 ERROR]: #!#! 
[20:12:29 ERROR]: #!#! Version Information:
[20:12:29 ERROR]: #!#!   Skript: 2.6-beta3 (latest)
[20:12:29 ERROR]: #!#!     Flavor: skriptlang-github
[20:12:29 ERROR]: #!#!     Date: 14:09:29.995077500
[20:12:29 ERROR]: #!#!   Bukkit: 1.17.1-R0.1-SNAPSHOT
[20:12:29 ERROR]: #!#!   Minecraft: 1.17.1
[20:12:29 ERROR]: #!#!   Java: 16.0.1 (OpenJDK 64-Bit Server VM 16.0.1+9)
[20:12:29 ERROR]: #!#!   OS: Linux amd64 5.11.0-38-generic
[20:12:29 ERROR]: #!#! 
[20:12:29 ERROR]: #!#! Server platform: Paper
[20:12:29 ERROR]: #!#! 
[20:12:29 ERROR]: #!#! Current node: null
[20:12:29 ERROR]: #!#! Current item: null
[20:12:29 ERROR]: #!#! 
[20:12:29 ERROR]: #!#! Thread: Server thread
[20:12:29 ERROR]: #!#! 
[20:12:29 ERROR]: #!#! Language: english
[20:12:29 ERROR]: #!#! Link parse mode: DISABLED
[20:12:29 ERROR]: #!#! 
[20:12:29 ERROR]: #!#! End of Error.
[20:12:29 ERROR]: #!#! 

 

idk what to do and I need skript to be running again

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...