Aller au contenu
  • 0

Question

Messages recommandés

  • 0
Posté(e)

Des erreurs mais impossible de voir ça spamm

 

EDIT: J'ai un autre problème aussi. Quand je reload un skript, j'ai ces erreurs :

[11:40:54] [server thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Reloading [0;33;22mtrainingverif.sk[m...[m
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! [skript] Severe Error:
[11:40:55] [server thread/ERROR]: #!#! Could not load trainingverif.sk
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[11:40:55] [server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[11:40:55] [server thread/ERROR]: #!#! and check whether this error has already been reported.
[11:40:55] [server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[11:40:55] [server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[11:40:55] [server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[11:40:55] [server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Stack trace:
[11:40:55] [server thread/ERROR]: #!#! java.util.regex.PatternSyntaxException: Illegal repetition
{freeze.%player-arg%}
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.error(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.closure(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.sequence(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.expr(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.compile(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.<init>(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.compile(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at fr.nashoba24.wolvsk.minigames.Minigames$2.parse(Minigames.java:1136)
[11:40:55] [server thread/ERROR]: #!#!     at fr.nashoba24.wolvsk.minigames.Minigames$2.parse(Minigames.java:1)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:400)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.parse(Classes.java:429)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:97)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:86)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:1)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:166)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:126)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:244)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:171)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:83)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:729)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:460)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:469)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:268)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:155)
[11:40:55] [server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[11:40:55] [server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181)
[11:40:55] [server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767)
[11:40:55] [server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Version Information:
[11:40:55] [server thread/ERROR]: #!#!   Skript: 2.2-SNAPSHOT
[11:40:55] [server thread/ERROR]: #!#!   Bukkit: 1.7.10-R0.1-SNAPSHOT
[11:40:55] [server thread/ERROR]: #!#!   Minecraft: 1.7.10
[11:40:55] [server thread/ERROR]: #!#!   Java: 1.8.0_91 (Java HotSpot(TM) 64-Bit Server VM 25.91-b15)
[11:40:55] [server thread/ERROR]: #!#!   OS: Windows 7 amd64 6.1
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Running CraftBukkit: false
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Current node: if {freeze.%player-arg%} is "Off": (trainingverif.sk, line 181)
[11:40:55] [server thread/ERROR]: #!#! Current item: null
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Thread: Server thread
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! End of Error.
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Successfully reloaded [0;33;22mtrainingverif.sk[m.[m

  • 0
Posté(e)
Des erreurs mais impossible de voir ça spamm

 

EDIT: J'ai un autre problème aussi. Quand je reload un skript, j'ai ces erreurs :

[11:40:54] [server thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Reloading [0;33;22mtrainingverif.sk[m...[m
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! [skript] Severe Error:
[11:40:55] [server thread/ERROR]: #!#! Could not load trainingverif.sk
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[11:40:55] [server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[11:40:55] [server thread/ERROR]: #!#! and check whether this error has already been reported.
[11:40:55] [server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[11:40:55] [server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[11:40:55] [server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[11:40:55] [server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Stack trace:
[11:40:55] [server thread/ERROR]: #!#! java.util.regex.PatternSyntaxException: Illegal repetition
{freeze.%player-arg%}
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.error(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.closure(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.sequence(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.expr(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.compile(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.<init>(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.compile(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at fr.nashoba24.wolvsk.minigames.Minigames$2.parse(Minigames.java:1136)
[11:40:55] [server thread/ERROR]: #!#!     at fr.nashoba24.wolvsk.minigames.Minigames$2.parse(Minigames.java:1)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:400)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.parse(Classes.java:429)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:97)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:86)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:1)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:166)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:126)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:244)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:171)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:83)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:729)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:460)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:469)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:268)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:155)
[11:40:55] [server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[11:40:55] [server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181)
[11:40:55] [server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767)
[11:40:55] [server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Version Information:
[11:40:55] [server thread/ERROR]: #!#!   Skript: 2.2-SNAPSHOT
[11:40:55] [server thread/ERROR]: #!#!   Bukkit: 1.7.10-R0.1-SNAPSHOT
[11:40:55] [server thread/ERROR]: #!#!   Minecraft: 1.7.10
[11:40:55] [server thread/ERROR]: #!#!   Java: 1.8.0_91 (Java HotSpot(TM) 64-Bit Server VM 25.91-b15)
[11:40:55] [server thread/ERROR]: #!#!   OS: Windows 7 amd64 6.1
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Running CraftBukkit: false
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Current node: if {freeze.%player-arg%} is "Off": (trainingverif.sk, line 181)
[11:40:55] [server thread/ERROR]: #!#! Current item: null
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Thread: Server thread
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! End of Error.
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Successfully reloaded [0;33;22mtrainingverif.sk[m.[m

Je ne sais vraiment pas désolé :x
  • 0
Posté(e)
Des erreurs mais impossible de voir ça spamm

 

EDIT: J'ai un autre problème aussi. Quand je reload un skript, j'ai ces erreurs :

[11:40:54] [server thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Reloading [0;33;22mtrainingverif.sk[m...[m
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! [skript] Severe Error:
[11:40:55] [server thread/ERROR]: #!#! Could not load trainingverif.sk
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[11:40:55] [server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[11:40:55] [server thread/ERROR]: #!#! and check whether this error has already been reported.
[11:40:55] [server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[11:40:55] [server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[11:40:55] [server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[11:40:55] [server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Stack trace:
[11:40:55] [server thread/ERROR]: #!#! java.util.regex.PatternSyntaxException: Illegal repetition
{freeze.%player-arg%}
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.error(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.closure(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.sequence(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.expr(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.compile(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.<init>(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at java.util.regex.Pattern.compile(Unknown Source)
[11:40:55] [server thread/ERROR]: #!#!     at fr.nashoba24.wolvsk.minigames.Minigames$2.parse(Minigames.java:1136)
[11:40:55] [server thread/ERROR]: #!#!     at fr.nashoba24.wolvsk.minigames.Minigames$2.parse(Minigames.java:1)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:400)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.parse(Classes.java:429)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:97)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:86)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:1)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:166)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:126)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:244)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:171)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:83)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:729)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:460)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:469)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:268)
[11:40:55] [server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:155)
[11:40:55] [server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[11:40:55] [server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181)
[11:40:55] [server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767)
[11:40:55] [server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
[11:40:55] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Version Information:
[11:40:55] [server thread/ERROR]: #!#!   Skript: 2.2-SNAPSHOT
[11:40:55] [server thread/ERROR]: #!#!   Bukkit: 1.7.10-R0.1-SNAPSHOT
[11:40:55] [server thread/ERROR]: #!#!   Minecraft: 1.7.10
[11:40:55] [server thread/ERROR]: #!#!   Java: 1.8.0_91 (Java HotSpot(TM) 64-Bit Server VM 25.91-b15)
[11:40:55] [server thread/ERROR]: #!#!   OS: Windows 7 amd64 6.1
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Running CraftBukkit: false
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Current node: if {freeze.%player-arg%} is "Off": (trainingverif.sk, line 181)
[11:40:55] [server thread/ERROR]: #!#! Current item: null
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! Thread: Server thread
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/ERROR]: #!#! End of Error.
[11:40:55] [server thread/ERROR]: #!#!
[11:40:55] [server thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Successfully reloaded [0;33;22mtrainingverif.sk[m.[m

Ça ça vient de mon addon :x Je vais régler ce problème le plus vite possible ^^'

  • 0
Posté(e)

D'autre erreur au redémarrage du serveur :

[12:16:45] [server thread/INFO]: [RandomSK] Enabling RandomSK v2.0
[12:16:45] [server thread/ERROR]: #!#!
[12:16:45] [server thread/ERROR]: #!#! [skript] Severe Error:
[12:16:45] [server thread/ERROR]: #!#! RandomSK's class me.mirreski.random.skript.features.classinfo.Statistics generated an exception while loading
[12:16:45] [server thread/ERROR]: #!#!
[12:16:45] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[12:16:45] [server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[12:16:45] [server thread/ERROR]: #!#! and check whether this error has already been reported.
[12:16:45] [server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[12:16:45] [server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[12:16:45] [server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[12:16:45] [server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[12:16:45] [server thread/ERROR]: #!#!
[12:16:45] [server thread/ERROR]: #!#! Stack trace:
[12:16:45] [server thread/ERROR]: #!#! java.lang.IllegalArgumentException: Can't register me.mirreski.random.utils.enums.StatisticEnum with the code name statistic because that name is already used by types.statistic
[12:16:45] [server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.registerClass(Classes.java:88)
[12:16:45] [server thread/ERROR]: #!#!     at me.mirreski.random.skript.features.classinfo.Statistics.<clinit>(Statistics.java:19)
[12:16:45] [server thread/ERROR]: #!#!     at java.lang.Class.forName0(Native Method)
[12:16:45] [server thread/ERROR]: #!#!     at java.lang.Class.forName(Unknown Source)
[12:16:45] [server thread/ERROR]: #!#!     at ch.njol.skript.SkriptAddon.loadClasses(SkriptAddon.java:110)
[12:16:45] [server thread/ERROR]: #!#!     at me.mirreski.random.skript.RandomSK.registerFeatures(RandomSK.java:84)
[12:16:45] [server thread/ERROR]: #!#!     at me.mirreski.random.skript.RandomSK.onEnable(RandomSK.java:44)
[12:16:45] [server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316)
[12:16:45] [server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[12:16:45] [server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412)
[12:16:45] [server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476)
[12:16:45] [server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394)
[12:16:45] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360)
[12:16:45] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334)
[12:16:45] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290)
[12:16:45] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210)
[12:16:45] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458)
[12:16:45] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[12:16:45] [server thread/ERROR]: #!#!
[12:16:45] [server thread/ERROR]: #!#! Version Information:
[12:16:45] [server thread/ERROR]: #!#!   Skript: 2.2-SNAPSHOT
[12:16:45] [server thread/ERROR]: #!#!   Bukkit: 1.7.10-R0.1-SNAPSHOT
[12:16:45] [server thread/ERROR]: #!#!   Minecraft: 1.7.10
[12:16:45] [server thread/ERROR]: #!#!   Java: 1.7.0_80 (Java HotSpot(TM) 64-Bit Server VM 24.80-b11)
[12:16:45] [server thread/ERROR]: #!#!   OS: Windows 7 amd64 6.1
[12:16:45] [server thread/ERROR]: #!#!
[12:16:45] [server thread/ERROR]: #!#! Running CraftBukkit: false
[12:16:45] [server thread/ERROR]: #!#!
[12:16:45] [server thread/ERROR]: #!#! Current node: null
[12:16:45] [server thread/ERROR]: #!#! Current item: null
[12:16:45] [server thread/ERROR]: #!#!
[12:16:45] [server thread/ERROR]: #!#! Thread: Server thread
[12:16:45] [server thread/ERROR]: #!#!
[12:16:45] [server thread/ERROR]: #!#! End of Error.
[12:16:45] [server thread/ERROR]: #!#!
[12:16:45] [server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[12:16:45] [server thread/INFO]: Done (12.833s)! For help, type "help" or "?"
[12:16:46] [server thread/INFO]: [skript] Loading variables...
[12:16:46] [server thread/INFO]: [skript] Loaded 453 variables in 0.1 seconds
[12:16:48] [server thread/WARN]: [skript] an entity cannot be saved, i.e. the contents of the variable {entity} will be lost when the server stops. (BookBan.sk, line 24: set {entity} to clicked entity')
[12:16:53] [server thread/WARN]: [skript] Possible name conflict of variables {Cat-List-Event::*} and {Cat-List-%arg 2%::*} (there might be more conflicts). (Chest.sk, line 61: loop {Cat-List-Event::*}:')
[12:16:53] [server thread/WARN]: [skript] Possible name conflict of variables {Cat-List-Kado::*} and {Cat-List-%arg 2%::*} (there might be more conflicts). (Chest.sk, line 67: loop {Cat-List-Kado::*}:')
[12:16:56] [server thread/WARN]: [skript] Possible name conflict of variables {kits.list.%player%::*} and {kits.%player%} (there might be more conflicts). (Kit.sk, line 29: add arg 1 to {kits.list.%player%::*}')
[12:16:58] [server thread/INFO]: [skript] All scripts loaded without errors.
[12:16:58] [server thread/INFO]: [skript] Loaded 11 scripts with a total of 36 triggers and 55 commands in 12.04 seconds
[12:16:58] [server thread/INFO]: [skript] Finished loading.
[12:16:58] [Craft Scheduler Thread - 2/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Checking for the latest version of Skript...[m
[12:16:58] [server thread/INFO]: [NametagEdit] Hooked into GroupManager!
[12:16:58] [server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[12:16:58] [Craft Scheduler Thread - 11/INFO]: [Vault] Checking for Updates ...
[12:16:59] [Craft Scheduler Thread - 11/INFO]: [Vault] No new version available
[12:17:00] [skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running a [3mbeta[m version of Skript, and no new [3mstable[m version is available. Please note that you have to update to newer beta versions manually![m
[12:17:08] [server thread/WARN]: [HideAndCustomPlugins] A new update is available! (1.6.2) current: 1.4.8
[12:17:08] [server thread/WARN]: [HideAndCustomPlugins] You can get it at: http://dev.bukkit.org/bukkit-plugins/hideandcustomplugins/

  • 0
Posté(e)

Flying.a(SourceFile:137) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.PacketPlayInPosition.handle(PacketPlayInPosition.java:35) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
[12:18:59] [server thread/ERROR]: Could not pass event PlayerMoveEvent to Skript v2.2-SNAPSHOT
java.lang.IncompatibleClassChangeError: Found class com.sk89q.worldguard.protection.ApplicableRegionSet, but interface was expected
   at ch.njol.skript.hooks.regions.WorldGuardHook.getRegionsAt_i(WorldGuardHook.java:243) ~[?:?]
   at ch.njol.skript.hooks.regions.RegionsPlugin.getRegionsAt(RegionsPlugin.java:94) ~[?:?]
   at ch.njol.skript.hooks.regions.events.EvtRegionBorder$3.execute(EvtRegionBorder.java:159) ~[?:?]
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.PacketPlayInPosition.handle(PacketPlayInPosition.java:35) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
[12:18:59] [server thread/ERROR]: Could not pass event PlayerMoveEvent to Skript v2.2-SNAPSHOT

 

Sa spamm sa a chaque mouvement .

  • 0
Posté(e)
Flying.a(SourceFile:137) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.PacketPlayInPosition.handle(PacketPlayInPosition.java:35) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
[12:18:59] [server thread/ERROR]: Could not pass event PlayerMoveEvent to Skript v2.2-SNAPSHOT
java.lang.IncompatibleClassChangeError: Found class com.sk89q.worldguard.protection.ApplicableRegionSet, but interface was expected
   at ch.njol.skript.hooks.regions.WorldGuardHook.getRegionsAt_i(WorldGuardHook.java:243) ~[?:?]
   at ch.njol.skript.hooks.regions.RegionsPlugin.getRegionsAt(RegionsPlugin.java:94) ~[?:?]
   at ch.njol.skript.hooks.regions.events.EvtRegionBorder$3.execute(EvtRegionBorder.java:159) ~[?:?]
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.PacketPlayInPosition.handle(PacketPlayInPosition.java:35) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
   at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [CraftBukkit-v1_7_2.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
[12:18:59] [server thread/ERROR]: Could not pass event PlayerMoveEvent to Skript v2.2-SNAPSHOT

 

Sa spamm sa a chaque mouvement .

Est-ce que ton WorldGuard est à jour ?

Est-ce que ton addons est à jour ? Si oui, as-tu Vault & ProtocolLib ?

  • 0
Posté(e)

C'est bon j'ai trouvé (il fallait mettre wait 1 ticks le temps de récupérer la région). Mais maintenant j'utilise le "create wg region "%arg 2%" between {_loc1} and {_loc2} in world of player

" de PirateSK et sa me met sa a chaque fois que j'essaye :

 

[12:10:12] [server thread/ERROR]: #!#! [skript] Severe Error:
[12:10:12] [server thread/ERROR]: #!#!
[12:10:12] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[12:10:12] [server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[12:10:12] [server thread/ERROR]: #!#! and check whether this error has already been reported.
[12:10:12] [server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[12:10:12] [server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[12:10:12] [server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[12:10:12] [server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[12:10:12] [server thread/ERROR]: #!#!
[12:10:12] [server thread/ERROR]: #!#! Stack trace:
[12:10:12] [server thread/ERROR]: #!#! java.lang.NullPointerException
[12:10:12] [server thread/ERROR]: #!#!     at pl.piratjsk.piratesk.regions.EffCreateRegion.execute(EffCreateRegion.java:40)
[12:10:12] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:54)
[12:10:12] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63)
[12:10:12] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)
[12:10:12] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[12:10:12] [server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:222)
[12:10:12] [server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:184)
[12:10:12] [server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:263)
[12:10:12] [server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:158)
[12:10:12] [server thread/ERROR]: #!#!     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:10:12] [server thread/ERROR]: #!#!     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[12:10:12] [server thread/ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[12:10:12] [server thread/ERROR]: #!#!     at java.lang.reflect.Method.invoke(Unknown Source)
[12:10:12] [server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298)
[12:10:12] [server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[12:10:12] [server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509)
[12:10:12] [server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494)
[12:10:12] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1035)
[12:10:12] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880)
[12:10:12] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28)
[12:10:12] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65)
[12:10:12] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186)
[12:10:12] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81)
[12:10:12] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734)
[12:10:12] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
[12:10:12] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
[12:10:12] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
[12:10:12] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[12:10:12] [server thread/ERROR]: #!#!
[12:10:12] [server thread/ERROR]: #!#! Version Information:
[12:10:12] [server thread/ERROR]: #!#!   Skript: 2.2-SNAPSHOT
[12:10:12] [server thread/ERROR]: #!#!   Bukkit: 1.7.10-R0.1-SNAPSHOT
[12:10:12] [server thread/ERROR]: #!#!   Minecraft: 1.7.10
[12:10:12] [server thread/ERROR]: #!#!   Java: 1.8.0_91 (Java HotSpot(TM) 64-Bit Server VM 25.91-b15)
[12:10:12] [server thread/ERROR]: #!#!   OS: Windows 7 amd64 6.1
[12:10:12] [server thread/ERROR]: #!#!
[12:10:12] [server thread/ERROR]: #!#! Running CraftBukkit: false
[12:10:12] [server thread/ERROR]: #!#!
[12:10:12] [server thread/ERROR]: #!#! Current node: null
[12:10:12] [server thread/ERROR]: #!#! Current item: pl.piratjsk.piratesk.regions.EffCreateRegion
[12:10:12] [server thread/ERROR]: #!#!
[12:10:12] [server thread/ERROR]: #!#! Thread: Server thread
[12:10:12] [server thread/ERROR]: #!#!
[12:10:12] [server thread/ERROR]: #!#! End of Error.
[12:10:12] [server thread/ERROR]: #!#! 

  • 0
Posté(e)

C'est bon j'ai trouvé ! Merci mais j'ai un problème est ce que tu saurais me répondre :

on sign change:
   if player has permission "parcelle.sign":
       line 1 is "parcelle":
           if line 2 is "%region at event-block%":
               set line 1 to "&6[&eParcelle&6]"
               set line 2 to "&a&oVente"
               set line 3 to "&e%{price}%"
               set line 4 to "%region at block%"
           else:
               send "{@prefixe} &cMauvais nom de région !"
       else:
           stop 

Et a chaque fois que je pose un panneau dans la région (avec le bon nom), sa me met tout le temps "Mauvaise région"

  • 0
Posté(e)
C'est bon j'ai trouvé ! Merci mais j'ai un problème est ce que tu saurais me répondre :

on sign change:
   if player has permission "parcelle.sign":
       line 1 is "parcelle":
           if line 2 is "%region at event-block%":
               set line 1 to "&6[&eParcelle&6]"
               set line 2 to "&a&oVente"
               set line 3 to "&e%{price}%"
               set line 4 to "%region at block%"
           else:
               send "{@prefixe} &cMauvais nom de région !"
       else:
           stop 

Et a chaque fois que je pose un panneau dans la région (avec le bon nom), sa me met tout le temps "Mauvaise région"

Bah pour faire un débug, rajoute ceci :

command /debug:
   trigger:
       send "%region at the player's location%"

Dit moi ce que ça t'envoie quand tu fais /debug après ^^

×
×
  • 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.