j'ai voulu créer un scoreboard en skript mais ça m'affiche "An internal error occurred while attempting to perform this command." pourtant quand je reload le skript il n'y a aucune errreur. La console m'affiche ceci:
[13:24:32] [server thread/INFO]: MGamer91 [4af8ca72-7923-3e2a-a4d3-186d5cb0caa3]: /boardscore
[13:24:32] [server thread/ERROR]: #!#!
[13:24:32] [server thread/ERROR]: #!#! [skript] Severe Error:
[13:24:32] [server thread/ERROR]: #!#!
[13:24:32] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:24:32] [server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[13:24:32] [server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:24:32] [server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
Et aussi quand j'ai mit SkyQuery il génére un dossier vide sand fichier de config ? Je sais pas si ç'est normal :)
[13:24:32] [server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:24:32] [server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:24:32] [server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:24:32] [server thread/ERROR]: #!#!
[13:24:32] [server thread/ERROR]: #!#! Stack trace:
[13:24:32] [server thread/ERROR]: #!#! java.lang.NullPointerException
[13:24:32] [server thread/ERROR]: #!#! at net.rayfall.eyesniper2.skrayfall.scoreboard.EffRemoveScoreboard.execute(EffRemoveScoreboard.java:38)
[13:24:32] [server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:54)
[13:24:32] [server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63)
[13:24:32] [server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)
[13:24:32] [server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[13:24:32] [server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:222)
[13:24:32] [server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:184)
[13:24:32] [server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:269)
[13:24:32] [server thread/ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:164)
[13:24:32] [server thread/ERROR]: #!#! at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
[13:24:32] [server thread/ERROR]: #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:24:32] [server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Method.java:498)
[13:24:32] [server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[13:24:32] [server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[13:24:32] [server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[13:24:32] [server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[13:24:32] [server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1154)
[13:24:32] [server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997)
[13:24:32] [server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
[13:24:32] [server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
[13:24:32] [server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[13:24:32] [server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[13:24:32] [server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[13:24:32] [server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[13:24:32] [server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[13:24:32] [server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:24:32] [server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:24:32] [server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:24:32] [server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:24:32] [server thread/ERROR]: #!#!
[13:24:32] [server thread/ERROR]: #!#! Version Information:
[13:24:32] [server thread/ERROR]: #!#! Skript: 2.2-SNAPSHOT
[13:24:32] [server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:24:32] [server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:24:32] [server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:24:32] [server thread/ERROR]: #!#! OS: Linux amd64 3.16.0-4-amd64
[13:24:32] [server thread/ERROR]: #!#!
[13:24:32] [server thread/ERROR]: #!#! Running CraftBukkit: false
[13:24:32] [server thread/ERROR]: #!#!
[13:24:32] [server thread/ERROR]: #!#! Current node: null
[13:24:32] [server thread/ERROR]: #!#! Current item: null
[13:24:32] [server thread/ERROR]: #!#!
[13:24:32] [server thread/ERROR]: #!#! Thread: Server thread
[13:24:32] [server thread/ERROR]: #!#!
[13:24:32] [server thread/ERROR]: #!#! End of Error.
[13:24:32] [server thread/ERROR]: #!#!
Le code:
command /boardscore:
trigger:
loop all players:
wipe loop-player's sidebar
wait a tick
set name of sidebar of loop-player to "&cElementMC"
set score "&r&r" in sidebar of loop-player to 3
set score "Test" in sidebar of loop-player to 2
set score "&6&r" in sidebar of loop-player to 1
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
MGamer91
Je viens à vous pour vous expliquer mon problème,
j'ai voulu créer un scoreboard en skript mais ça m'affiche "An internal error occurred while attempting to perform this command." pourtant quand je reload le skript il n'y a aucune errreur. La console m'affiche ceci:
Le code:
4 réponses à cette question
Messages recommandés