Minecraft Version: 1.7-1.8 (Change version to 1.7 only, possible)
RandomSk Version: 2.7.1
[spoiler=Code complet]
command /»reloadtopkillerholo:
trigger:
set {_Topkilllistpvpbox::*} to sorted {PvPBoxKills::*} from highest to lowest with output "@index : @value"
set {_number} to 3
loop {_Topkilllistpvpbox::*}:
set {_loopvalue} to "%loop-value%"
set {_loopvalue2} to subtext of {_loopvalue} from characters 1 to (the length of {_loopvalue} - 2)
make console execute command "hd setline topkillerpvpbox %{_number}% %{_loopvalue2}% kill(s)"
message "%loop-index%: %{_loopvalue2}%"
add 2 to {_number}
Erreur lors du SkReload:
Aucun
Erreurs console:
[spoiler=Erreurs Console]
[15:29:36] [server thread/INFO]: Elkios_ issued server command: /»reloadtopkillerholo
[15:29:36] [server thread/ERROR]: #!#! Current node: null
[15:29:36] [server thread/ERROR]: #!#! Current item: set {_Topkilllistpvpbox::*}(as java.lang.Object) to ExprSortOutput
[15:29:36] [server thread/ERROR]: #!#!
[15:29:36] [server thread/ERROR]: #!#! Thread: Server thread
[15:29:36] [server thread/ERROR]: #!#!
[15:29:36] [server thread/ERROR]: #!#! End of Error.
[15:29:36] [server thread/ERROR]: #!#!
Autre info
Si vous voulez la version de tout mes addonds demandez moi :)
Pouvez vous m'aider à regler mon problème quand j’exécute la commande ci-dessus, j'ai un "Internal error was occured" ( voir erreur console) qui est du à l'expression de RabdomSk "sorted .... with output ...."
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
ItsElkios_
Skript Version:2.1.2 Fixed Vb8
Minecraft Version: 1.7-1.8 (Change version to 1.7 only, possible)
RandomSk Version: 2.7.1
[spoiler=Code complet]
Erreur lors du SkReload:
Aucun
Erreurs console:
[spoiler=Erreurs Console]
[15:29:36] [server thread/INFO]: Elkios_ issued server command: /»reloadtopkillerholo
[15:29:36] [server thread/INFO]: Elkios_: /»reloadtopkillerholo
[15:29:36] [server thread/ERROR]: #!#!
[15:29:36] [server thread/ERROR]: #!#! [skript] Severe Error:
[15:29:36] [server thread/ERROR]: #!#!
[15:29:36] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[15:29:36] [server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[15:29:36] [server thread/ERROR]: #!#! and check whether this error has already been reported.
[15:29:36] [server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[15:29:36] [server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[15:29:36] [server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[15:29:36] [server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[15:29:36] [server thread/ERROR]: #!#!
[15:29:36] [server thread/ERROR]: #!#! Stack trace:
[15:29:36] [server thread/ERROR]: #!#! java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Number
[15:29:36] [server thread/ERROR]: #!#! at com.mirre.random.features.expressions.ExprSortOutput.obtain(ExprSortOutput.java:39)
[15:29:36] [server thread/ERROR]: #!#! at com.mirre.random.features.expressions.ExprSortOutput.obtain(ExprSortOutput.java:1)
[15:29:36] [server thread/ERROR]: #!#! at com.mirre.random.lang.RandomExpression.get(RandomExpression.java:90)
[15:29:36] [server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:101)
[15:29:36] [server thread/ERROR]: #!#! at ch.njol.skript.effects.EffChange.execute(EffChange.java:270)
[15:29:36] [server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50)
[15:29:36] [server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63)
[15:29:36] [server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)
[15:29:36] [server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[15:29:36] [server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220)
[15:29:36] [server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1)
[15:29:36] [server thread/ERROR]: #!#! at ch.njol.skript.util.Task.callSync(Task.java:139)
[15:29:36] [server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193)
[15:29:36] [server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260)
[15:29:36] [server thread/ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:155)
[15:29:36] [server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:29:36] [server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[15:29:36] [server thread/ERROR]: #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:29:36] [server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Method.java:498)
[15:29:36] [server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298)
[15:29:36] [server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[15:29:36] [server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509)
[15:29:36] [server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494)
[15:29:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1035)
[15:29:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880)
[15:29:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28)
[15:29:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65)
[15:29:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186)
[15:29:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81)
[15:29:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734)
[15:29:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
[15:29:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
[15:29:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
[15:29:36] [server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[15:29:36] [server thread/ERROR]: #!#!
[15:29:36] [server thread/ERROR]: #!#! Version Information:
[15:29:36] [server thread/ERROR]: #!#! Skript: 2.1.2
[15:29:36] [server thread/ERROR]: #!#! Bukkit: 1.7.10-R0.1-SNAPSHOT
[15:29:36] [server thread/ERROR]: #!#! Minecraft: 1.7.10
[15:29:36] [server thread/ERROR]: #!#! Java: 1.8.0_72
[15:29:36] [server thread/ERROR]: #!#!
[15:29:36] [server thread/ERROR]: #!#! Running CraftBukkit: false
[15:29:36] [server thread/ERROR]: #!#!
[15:29:36] [server thread/ERROR]: #!#! Current node: null
[15:29:36] [server thread/ERROR]: #!#! Current item: set {_Topkilllistpvpbox::*}(as java.lang.Object) to ExprSortOutput
[15:29:36] [server thread/ERROR]: #!#!
[15:29:36] [server thread/ERROR]: #!#! Thread: Server thread
[15:29:36] [server thread/ERROR]: #!#!
[15:29:36] [server thread/ERROR]: #!#! End of Error.
[15:29:36] [server thread/ERROR]: #!#!
Autre info
Si vous voulez la version de tout mes addonds demandez moi :)
Pouvez vous m'aider à regler mon problème quand j’exécute la commande ci-dessus, j'ai un "Internal error was occured" ( voir erreur console) qui est du à l'expression de RabdomSk "sorted .... with output ...."
Cordialement, Elkios_
1 réponse à cette question
Messages recommandés