Version de Minecraft : 1.9 Version de Skript : 2.4.1
Addons utilisés: Tuske, skRayFall, skQuery,...
Description du script :
Bonjour, j'explqiue mon problème, je n'arrive pas a installer skript sur mon serveur, a chaque fois que j'installe un add-on je recoit une erreur et le reload me dit qu'il n'y as aucun triggers ni commands. Malgré des longues recherches je n'ai trouvé aucune réponse. Voici l'erreur :
[11:49:12] [Server thread/ERROR]: #!#!
[11:49:12] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[11:49:12] [Server thread/ERROR]: #!#! Could not load Ankaria.sk
[11:49:12] [Server thread/ERROR]: #!#!
[11:49:12] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[11:49:12] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[11:49:12] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[11:49:12] [Server thread/ERROR]: #!#! Here is full list of them:
[11:49:12] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) TuSKe (github.com/Tuke-Nuke/TuSKe) SkQuery Factions (www.prosavage.net)
[11:49:12] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[11:49:12] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[11:49:12] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[11:49:12] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[11:49:12] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[11:49:12] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[11:49:12] [Server thread/ERROR]: #!#!
[11:49:12] [Server thread/ERROR]: #!#! Stack trace:
[11:49:12] [Server thread/ERROR]: #!#! java.lang.IllegalStateException: Cannot use classinfos until registration is over
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.checkAllowClassInfoInteraction(Classes.java:241)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfos(Classes.java:246)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:415)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.parse(Classes.java:450)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:365)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:641)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:828)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1569)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1565)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1006)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:490)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:651)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:409)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:428)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:347)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:380)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript.reload(Skript.java:917)
[11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:156)
[11:49:12] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[11:49:12] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
[11:49:12] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchCommand(CraftServer.java:645)
[11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.PlayerConnection.handleCommand(PlayerConnection.java:1350)
[11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:1185)
[11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
[11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
[11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13)
[11:49:12] [Server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[11:49:12] [Server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45)
[11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:721)
[11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400)
[11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:660)
[11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:559)
[11:49:12] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
[11:49:12] [Server thread/ERROR]: #!#!
[11:49:12] [Server thread/ERROR]: #!#! Version Information:
[11:49:12] [Server thread/ERROR]: #!#! Skript: 2.4.1 (latest)
[11:49:12] [Server thread/ERROR]: #!#! Flavor: skriptlang-github
[11:49:12] [Server thread/ERROR]: #!#! Date: 2019-12-22
[11:49:12] [Server thread/ERROR]: #!#! Bukkit: 1.9-R0.1-SNAPSHOT
[11:49:12] [Server thread/ERROR]: #!#! Minecraft: 1.9
[11:49:12] [Server thread/ERROR]: #!#! Java: 1.8.0_202 (Java HotSpot(TM) 64-Bit Server VM 25.202-b08)
[11:49:12] [Server thread/ERROR]: #!#! OS: Linux amd64 4.9.0-12-amd64
[11:49:12] [Server thread/ERROR]: #!#!
[11:49:12] [Server thread/ERROR]: #!#! Server platform: Spigot
[11:49:12] [Server thread/ERROR]: #!#!
[11:49:12] [Server thread/ERROR]: #!#! Current node: set {warp.class} to location of player (Ankaria.sk, line 11)
[11:49:12] [Server thread/ERROR]: #!#! Current item: null
[11:49:12] [Server thread/ERROR]: #!#!
[11:49:12] [Server thread/ERROR]: #!#! Thread: Server thread
[11:49:12] [Server thread/ERROR]: #!#!
[11:49:12] [Server thread/ERROR]: #!#! Language: english
[11:49:12] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[11:49:12] [Server thread/ERROR]: #!#!
[11:49:12] [Server thread/ERROR]: #!#! End of Error.
Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.
Question
IceGame
Version de Minecraft : 1.9
Version de Skript : 2.4.1
Addons utilisés: Tuske, skRayFall, skQuery,...
Description du script :
Bonjour, j'explqiue mon problème, je n'arrive pas a installer skript sur mon serveur, a chaque fois que j'installe un add-on je recoit une erreur et le reload me dit qu'il n'y as aucun triggers ni commands. Malgré des longues recherches je n'ai trouvé aucune réponse. Voici l'erreur :
[11:49:12] [Server thread/ERROR]: #!#! [11:49:12] [Server thread/ERROR]: #!#! [Skript] Severe Error: [11:49:12] [Server thread/ERROR]: #!#! Could not load Ankaria.sk [11:49:12] [Server thread/ERROR]: #!#! [11:49:12] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript. [11:49:12] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [11:49:12] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). [11:49:12] [Server thread/ERROR]: #!#! Here is full list of them: [11:49:12] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) TuSKe (github.com/Tuke-Nuke/TuSKe) SkQuery Factions (www.prosavage.net) [11:49:12] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue. [11:49:12] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it. [11:49:12] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. [11:49:12] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it. [11:49:12] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. [11:49:12] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker. [11:49:12] [Server thread/ERROR]: #!#! [11:49:12] [Server thread/ERROR]: #!#! Stack trace: [11:49:12] [Server thread/ERROR]: #!#! java.lang.IllegalStateException: Cannot use classinfos until registration is over [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.checkAllowClassInfoInteraction(Classes.java:241) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfos(Classes.java:246) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:415) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.parse(Classes.java:450) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:365) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:641) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:828) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1569) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1565) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1006) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:490) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:651) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:409) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:428) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:347) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:380) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript.reload(Skript.java:917) [11:49:12] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:156) [11:49:12] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [11:49:12] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [11:49:12] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchCommand(CraftServer.java:645) [11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.PlayerConnection.handleCommand(PlayerConnection.java:1350) [11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:1185) [11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13) [11:49:12] [Server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [11:49:12] [Server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45) [11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:721) [11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400) [11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:660) [11:49:12] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:559) [11:49:12] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748) [11:49:12] [Server thread/ERROR]: #!#! [11:49:12] [Server thread/ERROR]: #!#! Version Information: [11:49:12] [Server thread/ERROR]: #!#! Skript: 2.4.1 (latest) [11:49:12] [Server thread/ERROR]: #!#! Flavor: skriptlang-github [11:49:12] [Server thread/ERROR]: #!#! Date: 2019-12-22 [11:49:12] [Server thread/ERROR]: #!#! Bukkit: 1.9-R0.1-SNAPSHOT [11:49:12] [Server thread/ERROR]: #!#! Minecraft: 1.9 [11:49:12] [Server thread/ERROR]: #!#! Java: 1.8.0_202 (Java HotSpot(TM) 64-Bit Server VM 25.202-b08) [11:49:12] [Server thread/ERROR]: #!#! OS: Linux amd64 4.9.0-12-amd64 [11:49:12] [Server thread/ERROR]: #!#! [11:49:12] [Server thread/ERROR]: #!#! Server platform: Spigot [11:49:12] [Server thread/ERROR]: #!#! [11:49:12] [Server thread/ERROR]: #!#! Current node: set {warp.class} to location of player (Ankaria.sk, line 11) [11:49:12] [Server thread/ERROR]: #!#! Current item: null [11:49:12] [Server thread/ERROR]: #!#! [11:49:12] [Server thread/ERROR]: #!#! Thread: Server thread [11:49:12] [Server thread/ERROR]: #!#! [11:49:12] [Server thread/ERROR]: #!#! Language: english [11:49:12] [Server thread/ERROR]: #!#! Link parse mode: DISABLED [11:49:12] [Server thread/ERROR]: #!#! [11:49:12] [Server thread/ERROR]: #!#! End of Error.
13 réponses à cette question
Messages recommandés