Aller au contenu

Question

Posté(e)

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

  • 0
Posté(e) (modifié)

Ca vient de Skript lui-même, xhange de version et met une version adapté à la 1.9 (2.3.7 jcrois)

 

[EDIT]

Réponse éronnée, lire réponse d'alex

Modifié par Invité
  • 0
Posté(e) (modifié)
il y a 1 minute, Lou' a dit :

Essaie de passer en 2.3.7

j'ai essayé et ca n'as rien changé

 

Modifié par IceGame
  • 0
Posté(e) (modifié)
Il y a 3 heures, Lou' a dit :

Ok, remet toi en 2.4.1

Essaie de changer la ligne 11 dans Ankaria.sk par :


set {warp.class} to player's location

pff ca m'énerve ca m'as ensuite dit qu'il manquait aliases-english.sk je l'"ai téléchargé et ca me remet la meme erreur


[21:26:31] [Server thread/ERROR]: #!#! 
[21:26:31] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[21:26:31] [Server thread/ERROR]: #!#! Could not load Ankaria.sk
[21:26:31] [Server thread/ERROR]: #!#! 
[21:26:31] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[21:26:31] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[21:26:31] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[21:26:31] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[21:26:31] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[21:26:31] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[21:26:31] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[21:26:31] [Server thread/ERROR]: #!#! 
[21:26:31] [Server thread/ERROR]: #!#! Stack trace:
[21:26:31] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for worldborder
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:972)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:500)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:621)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript.reload(Skript.java:786)
[21:26:31] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:154)
[21:26:31] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[21:26:31] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
[21:26:31] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641)
[21:26:31] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:627)
[21:26:31] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:412)
[21:26:31] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:375)
[21:26:31] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[21:26:31] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[21:26:31] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:748)
[21:26:31] [Server thread/ERROR]: #!#! 
[21:26:31] [Server thread/ERROR]: #!#! Version Information:
[21:26:31] [Server thread/ERROR]: #!#!   Skript: 2.2-dev36 (custom version)
[21:26:31] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[21:26:31] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[21:26:31] [Server thread/ERROR]: #!#!   Java: 1.8.0_202 (Java HotSpot(TM) 64-Bit Server VM 25.202-b08)
[21:26:31] [Server thread/ERROR]: #!#!   OS: Linux amd64 4.9.0-12-amd64
[21:26:31] [Server thread/ERROR]: #!#! 
[21:26:31] [Server thread/ERROR]: #!#! Server platform: Spigot
[21:26:31] [Server thread/ERROR]: #!#! 
[21:26:31] [Server thread/ERROR]: #!#! Current node: set {warp.class} to player's location (Ankaria.sk, line 11)
[21:26:31] [Server thread/ERROR]: #!#! Current item: null
[21:26:31] [Server thread/ERROR]: #!#! 
[21:26:31] [Server thread/ERROR]: #!#! Thread: Server thread
[21:26:31] [Server thread/ERROR]: #!#! 
[21:26:31] [Server thread/ERROR]: #!#! Language: english
[21:26:31] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[21:26:31] [Server thread/ERROR]: #!#! 
[21:26:31] [Server thread/ERROR]: #!#! End of Error.

 

 

Modifié par IceGame
  • 0
Posté(e)

Salut, cela vient sûrement d'un de tes addons. Désinstalle-les tous et démarre ton serveur sans, puis ajoute-les un par un. Si tu as trouvé quel addon posait problème, dis-le nous. ^^

  • 0
Posté(e)

Pourquoi utiliser la 1.9 et pas la 1.9.4 (qui est la dernière version de la 1.9 jcrois)

C'est moi ou tu as Bukkit et non Spigot ?

  • 0
Posté(e)
à l’instant, KneaXy a dit :

Pourquoi utiliser la 1.9 et pas la 1.9.4 (qui est la dernière version de la 1.9 jcrois)

C'est moi ou tu as Bukkit et non Spigot ?

j'ai bien spigot et j'utilise maintenant la 1.9.4 aprés réfléxion effectivement

 

  • 0
Posté(e)
il y a 6 minutes, IceGame a dit :

j'ai bien spigot et j'utilise maintenant la 1.9.4 aprés réfléxion effectivement

 

ah, et beh je ne sais pô 😞
Peut-être que cette version de Skript n'est pas faite pour la 1.9.4 ... Peut-être que c'est un add-on qui fait chier ... En vrai fais comme Romitou a dit ^^

  • 0
Posté(e)

Bonjour ça marche enfin et effectivement Romitou et KneaXy avait raisons c'était un addons qui ne fonctionnais pas correctement : sKrayFall. Merci à vous  

Invité
Ce sujet ne peut plus recevoir de nouvelles réponses.
×
×
  • Créer...

Information importante

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.