Aller au contenu
  • 0

Erreur SkRayFall


Question

Posté(e)

Bonjour cher skripteur/euse. Aujourd'hui, j'ai un problème avec SkRayFall. Je l'utilise pour un scoreboard:

Command /sscore:
   trigger:
       set name of sidebar of player to "&d&lSpiritual&2&lCraft"
       wipe player's sidebar
       set score "&e" in sidebar of player to 1000
       set score "&c&lVotre pseudo:" in sidebar of player to 5
       set score "      %player%" in sidebar of player to 4
       set score "*********" in sidebar of player to 3
       set score "&a&lVotre grade:" in sidebar of player to 2
       set score "%{grade.%UUID of player%}%" in sidebar of player to 1

[spoiler=Erreur][skript] Severe Error:

If you're developing an add-on for Skript this likely means that you have done something wrong.

If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/

and check whether this error has already been reported.

If not please create a new ticket with a meaningful title, copy & paste this whole error into it,

and describe what you did before it happened and/or what you think caused the error.

If you think that it's a trigger that's causing the error please post the trigger as well.

By following this guide fixing the error should be easy and done fast.

Stack trace:

java.lang.NullPointerException

at net.rayfall.eyesniper2.skRayFall.Scoreboard.EffSetScore.execute(EffSetScore.java:47)

at ch.njol.skript.lang.Effect.run(Effect.java:54)

at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63)

at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)

at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)

at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:222)

at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:184)

at ch.njol.skript.command.Commands.handleCommand(Commands.java:269)

at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:164)

at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)

at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)

at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)

at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)

at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1127)

at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970)

at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)

at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)

at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)

at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

at java.util.concurrent.FutureTask.run(Unknown Source)

at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19)

at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:718)

at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367)

at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657)

at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560)

at java.lang.Thread.run(Unknown Source)

Version Information:

Skript: 2.2-SNAPSHOT

Bukkit: 1.8.7-R0.1-SNAPSHOT

Minecraft: 1.8.7

Java: 1.8.0_25 (Java HotSpot Client VM 25.25-b02)

OS: Windows 8.1 x86 6.3

Running CraftBukkit: false

Current node: null

Current item: null

Thread: Server thread

End of Error.

[14:48:05] [server thread/WARN]: Alessevan moved wrongly![/code]

 

 

Voilà, merci d'avance de vos réponse.

 

Cordialement,

Alessevan

4 réponses à cette question

Messages recommandés

  • 0
Posté(e)
Bonjour cher skripteur/euse. Aujourd'hui, j'ai un problème avec SkRayFall. Je l'utilise pour un scoreboard:

Command /sscore:
   trigger:
       set name of sidebar of player to "&d&lSpiritual&2&lCraft"
       wipe player's sidebar
       set score "&e" in sidebar of player to 1000
       set score "&c&lVotre pseudo:" in sidebar of player to 5
       set score "      %player%" in sidebar of player to 4
       set score "*********" in sidebar of player to 3
       set score "&a&lVotre grade:" in sidebar of player to 2
       set score "%{grade.%UUID of player%}%" in sidebar of player to 1

[spoiler=Erreur][skript] Severe Error:

If you're developing an add-on for Skript this likely means that you have done something wrong.

If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/

and check whether this error has already been reported.

If not please create a new ticket with a meaningful title, copy & paste this whole error into it,

and describe what you did before it happened and/or what you think caused the error.

If you think that it's a trigger that's causing the error please post the trigger as well.

By following this guide fixing the error should be easy and done fast.

Stack trace:

java.lang.NullPointerException

at net.rayfall.eyesniper2.skRayFall.Scoreboard.EffSetScore.execute(EffSetScore.java:47)

at ch.njol.skript.lang.Effect.run(Effect.java:54)

at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63)

at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)

at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)

at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:222)

at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:184)

at ch.njol.skript.command.Commands.handleCommand(Commands.java:269)

at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:164)

at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)

at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)

at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)

at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)

at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1127)

at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970)

at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)

at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)

at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)

at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

at java.util.concurrent.FutureTask.run(Unknown Source)

at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19)

at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:718)

at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367)

at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657)

at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560)

at java.lang.Thread.run(Unknown Source)

Version Information:

Skript: 2.2-SNAPSHOT

Bukkit: 1.8.7-R0.1-SNAPSHOT

Minecraft: 1.8.7

Java: 1.8.0_25 (Java HotSpot Client VM 25.25-b02)

OS: Windows 8.1 x86 6.3

Running CraftBukkit: false

Current node: null

Current item: null

Thread: Server thread

End of Error.

[14:48:05] [server thread/WARN]: Alessevan moved wrongly![/code]

[14:47:29] [server thread/ERROR]: #!#!
[14:47:29] [server thread/ERROR]: #!#! [skript] Severe Error:
[14:47:29] [server thread/ERROR]: #!#!
[14:47:29] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[14:47:29] [server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[14:47:29] [server thread/ERROR]: #!#! and check whether this error has already been reported.
[14:47:29] [server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[14:47:29] [server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[14:47:29] [server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[14:47:29] [server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[14:47:29] [server thread/ERROR]: #!#!
[14:47:29] [server thread/ERROR]: #!#! Stack trace:
[14:47:29] [server thread/ERROR]: #!#! java.lang.NullPointerException
[14:47:29] [server thread/ERROR]: #!#!     at net.rayfall.eyesniper2.skRayFall.Scoreboard.EffSetScore.execute(EffSetScore.java:47)
[14:47:29] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:54)
[14:47:29] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63)
[14:47:29] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)
[14:47:29] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[14:47:29] [server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:222)
[14:47:29] [server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:184)
[14:47:29] [server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:269)
[14:47:29] [server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:164)
[14:47:29] [server thread/ERROR]: #!#!     at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
[14:47:29] [server thread/ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[14:47:29] [server thread/ERROR]: #!#!     at java.lang.reflect.Method.invoke(Unknown Source)
[14:47:29] [server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[14:47:29] [server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[14:47:29] [server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[14:47:29] [server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[14:47:29] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1127)
[14:47:29] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970)
[14:47:29] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
[14:47:29] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
[14:47:29] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[14:47:29] [server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[14:47:29] [server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(Unknown Source)
[14:47:29] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19)
[14:47:29] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:718)
[14:47:29] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367)
[14:47:29] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657)
[14:47:29] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560)
[14:47:29] [server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[14:47:29] [server thread/ERROR]: #!#!
[14:47:29] [server thread/ERROR]: #!#! Version Information:
[14:47:29] [server thread/ERROR]: #!#!   Skript: 2.2-SNAPSHOT
[14:47:29] [server thread/ERROR]: #!#!   Bukkit: 1.8.7-R0.1-SNAPSHOT
[14:47:29] [server thread/ERROR]: #!#!   Minecraft: 1.8.7
[14:47:29] [server thread/ERROR]: #!#!   Java: 1.8.0_25 (Java HotSpot(TM) Client VM 25.25-b02)
[14:47:29] [server thread/ERROR]: #!#!   OS: Windows 8.1 x86 6.3
[14:47:29] [server thread/ERROR]: #!#!
[14:47:29] [server thread/ERROR]: #!#! Running CraftBukkit: false
[14:47:29] [server thread/ERROR]: #!#!
[14:47:29] [server thread/ERROR]: #!#! Current node: null
[14:47:29] [server thread/ERROR]: #!#! Current item: null
[14:47:29] [server thread/ERROR]: #!#!
[14:47:29] [server thread/ERROR]: #!#! Thread: Server thread
[14:47:29] [server thread/ERROR]: #!#!
[14:47:29] [server thread/ERROR]: #!#! End of Error.
[14:47:29] [server thread/ERROR]: #!#!
[14:48:05] [server thread/WARN]: Alessevan moved wrongly!

 

 

Voilà, merci d'avance de vos réponse.

 

Cordialement,

Alessevan

 

Alors , comme tu peux le voir : "[14:47:29] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong."

Le problème vient de Sk-Ray-Fall. Prend une autre version disponible !

Cordialement WaWaNBoSs

Pense au J'aime :D

  • J'aime 1
×
×
  • 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.