Aller au contenu
  • 0

Besoin d'aide problème


Question

Posté(e)

Bonjour, je voudrais faire quelque chose de tout bête, mais ça ne marche pas je ne comprends pas :/

 

command /Navigation:
   trigger:
       open chest with 1 row named "&c  ---=&4Navigation rapide&c=---" to player

 

Et quand je fais /Navigation je reçoit comme message "An internal error occurred while attempting to perform this command."

 

Je débute et je ne comprends pas le problème :/

8 réponses à cette question

Messages recommandés

  • 0
Posté(e)

je débute également et je ne connais pas 'row names'. Mais si c'est un erreur de skript, tu peut avoir plus d'info sur l'erreur en reloadant précisément le script: /sk reload <nom du script>

  • 0
Posté(e)

 

 

[16:00:14] [server thread/ERROR]: #!#!
[16:00:14] [server thread/ERROR]: #!#! [skript] Severe Error:
[16:00:14] [server thread/ERROR]: #!#!
[16:00:14] [server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[16:00:14] [server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[16:00:14] [server thread/ERROR]: #!#! and check whether this error has already been reported.
[16:00:14] [server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[16:00:14] [server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[16:00:14] [server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[16:00:14] [server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[16:00:14] [server thread/ERROR]: #!#!
[16:00:14] [server thread/ERROR]: #!#! Stack trace:
[16:00:14] [server thread/ERROR]: #!#! java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
[16:00:14] [server thread/ERROR]: #!#!     at org.apache.commons.lang.Validate.isTrue(Validate.java:136)
[16:00:14] [server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:59)
[16:00:14] [server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:32)
[16:00:14] [server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.createInventory(CraftServer.java:1477)
[16:00:14] [server thread/ERROR]: #!#!     at org.bukkit.Bukkit.createInventory(Bukkit.java:946)
[16:00:14] [server thread/ERROR]: #!#!     at com.w00tmast3r.skquery.elements.expressions.ExprBlankInventories.get(ExprBlankInventories.java:36)
[16:00:14] [server thread/ERROR]: #!#!     at com.w00tmast3r.skquery.elements.expressions.ExprBlankInventories.get(ExprBlankInventories.java:14)
[16:00:14] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:101)
[16:00:14] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getSingle(SimpleExpression.java:61)
[16:00:14] [server thread/ERROR]: #!#!     at ch.njol.skript.effects.EffOpenInventory.execute(EffOpenInventory.java:78)
[16:00:14] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:50)
[16:00:14] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63)
[16:00:14] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)
[16:00:14] [server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[16:00:14] [server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220)
[16:00:14] [server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1)
[16:00:14] [server thread/ERROR]: #!#!     at ch.njol.skript.util.Task.callSync(Task.java:139)
[16:00:14] [server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193)
[16:00:14] [server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:260)
[16:00:14] [server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:155)
[16:00:14] [server thread/ERROR]: #!#!     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[16:00:14] [server thread/ERROR]: #!#!     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[16:00:14] [server thread/ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[16:00:14] [server thread/ERROR]: #!#!     at java.lang.reflect.Method.invoke(Method.java:498)
[16:00:14] [server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300)
[16:00:14] [server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[16:00:14] [server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501)
[16:00:14] [server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
[16:00:14] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1099)
[16:00:14] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:966)
[16:00:14] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:37)
[16:00:14] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:9)
[16:00:14] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[16:00:14] [server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[16:00:14] [server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[16:00:14] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[16:00:14] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:673)
[16:00:14] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335)
[16:00:14] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:629)
[16:00:14] [server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:537)
[16:00:14] [server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[16:00:14] [server thread/ERROR]: #!#!
[16:00:14] [server thread/ERROR]: #!#! Version Information:
[16:00:14] [server thread/ERROR]: #!#!   Skript: 2.1.2
[16:00:14] [server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[16:00:14] [server thread/ERROR]: #!#!   Minecraft: 1.8.8
[16:00:14] [server thread/ERROR]: #!#!   Java: 1.8.0_72
[16:00:14] [server thread/ERROR]: #!#!
[16:00:14] [server thread/ERROR]: #!#! Running CraftBukkit: false
[16:00:14] [server thread/ERROR]: #!#!
[16:00:14] [server thread/ERROR]: #!#! Current node: null
[16:00:14] [server thread/ERROR]: #!#! Current item: open inventory to the player
[16:00:14] [server thread/ERROR]: #!#!
[16:00:14] [server thread/ERROR]: #!#! Thread: Server thread
[16:00:14] [server thread/ERROR]: #!#!
[16:00:14] [server thread/ERROR]: #!#! End of Error.
[16:00:14] [server thread/ERROR]: #!#!

 

 

 

Voilà, si tu comprends je veux bien de l'aide ^^

  • 0
Posté(e)

Si tu pouvais mettre dans des balises la prochaine fois, merci.

 

Il y a deux lignes intéressantes, la première expliquant l'erreur et la deuxième donnant la ligne qui fait planter:

[16:00:14] [server thread/ERROR]: #!#! java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
[16:00:14] [server thread/ERROR]: #!#! Current item: open inventory to the player

 

Donc le titre que tu essaies de donner à l'inventaire je suppose, est invalide.

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