Rechercher dans la communauté
Affichage des résultats pour les étiquettes 'skript non fonctionnel'.
1 résultat trouvé
-
Version de Minecraft : 1.X.X Version de Skript : 2.X.X Addons utilisés: SkQuery Type du skript : Skript non fonctionnel Description du script : Bonjour, ce Skript fonctionné très bien en 1.8, j'ai décidé de passer en 1.19 (Bukkit) puis je suis passé sous Spigot en 1.19.4 pensant régler le problème. Et mon code ne fonctionne plus, voici l'erreur: [17:33:18] [Server thread/INFO]: maxboujan issued server command: /sk reload bunker [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! [Skript] Severe Error: [17:33:18] [Server thread/ERROR]: #!#! Could not load bunker.sk [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [17:33:18] [Server thread/ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/ [17:33:18] [Server thread/ERROR]: #!#! and check whether this error has already been reported. [17:33:18] [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), [17:33:18] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [17:33:18] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [17:33:18] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! Stack trace: [17:33:18] [Server thread/ERROR]: #!#! java.lang.IllegalStateException: Cannot use classinfos until registration is over [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.checkAllowClassInfoInteraction(Classes.java:240) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfos(Classes.java:245) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:414) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.parse(Classes.java:449) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:385) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:445) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1159) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:219) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:174) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:753) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:465) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:469) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:269) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:185) [17:33:18] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) [17:33:18] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) [17:33:18] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_19_R3.CraftServer.dispatchCommand(CraftServer.java:841) [17:33:18] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_19_R3.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) [17:33:18] [Server thread/ERROR]: #!#! at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:312) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:296) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1949) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1911) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:67) [17:33:18] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.TickTask.run(SourceFile:18) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:156) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1154) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:130) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.bi(MinecraftServer.java:1133) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1126) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:139) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.i_(MinecraftServer.java:1110) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1021) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304) [17:33:18] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:833) [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! Version Information: [17:33:18] [Server thread/ERROR]: #!#! Skript: 2.2-dev27 [17:33:18] [Server thread/ERROR]: #!#! Bukkit: 1.19.4-R0.1-SNAPSHOT [17:33:18] [Server thread/ERROR]: #!#! Minecraft: 1.19.4 [17:33:18] [Server thread/ERROR]: #!#! Java: 17.0.1 (OpenJDK 64-Bit Server VM 17.0.1+12) [17:33:18] [Server thread/ERROR]: #!#! OS: Linux amd64 4.9.0-16-amd64 [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! Running CraftBukkit: false [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! Current node: wait a tick (bunker.sk, line 3) [17:33:18] [Server thread/ERROR]: #!#! Current item: null [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! Thread: Server thread [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! End of Error. [17:33:18] [Server thread/ERROR]: #!#! Merci pour votre aide.