Aller au contenu
  • 0

Erreur GUI tuske


Question

Posté(e) (modifié)

Version: Spigot 1.12.2

Addons: Tuske 1.8.2, SkQuery-Lime 3.6.2, Skript 2.3.1 (et d'autres)

 


Je ne comprends pas pourquoi cela fait ça ? Peut être que cela vient de mes addons / version de skript ?? Car le code me semble bon.
Merci par avance pour tout aide ^^

 

Code :

command /test:
	trigger:
		open virtual chest inventory with size 1 named "&6» &eMenu test" to player
		format gui slot 4 of player with a diamond hoe named "&6» &eTest" with lore "&7Test &a1 2 3" to run:
			send "test"

Erreur :

 

[14:33:18 ERROR]: #!#!
[14:33:18 ERROR]: #!#! [Skript] Severe Error:
[14:33:18 ERROR]: #!#!
[14:33:18 ERROR]: #!#! Something went horribly wrong with Skript.
[14:33:18 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[14:33:18 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[14:33:18 ERROR]: #!#! Here is full list of them:
[14:33:18 ERROR]: #!#! skRayFall (https://sk.rayfall.net/) TuSKe (github.com/Tuke-Nuke/TuSKe) SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) SharpSK
[14:33:18 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[14:33:18 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[14:33:18 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[14:33:18 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[14:33:18 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[14:33:18 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[14:33:18 ERROR]: #!#!
[14:33:18 ERROR]: #!#! Stack trace:
[14:33:18 ERROR]: #!#! java.lang.ClassCastException: java.util.HashMap cannot be cast to java.util.WeakHashMap
[14:33:18 ERROR]: #!#!     at com.github.tukenuke.tuske.util.VariableUtil.<init>(VariableUtil.java:24)
[14:33:18 ERROR]: #!#!     at com.github.tukenuke.tuske.util.VariableUtil.getInstance(VariableUtil.java:17)
[14:33:18 ERROR]: #!#!     at com.github.tukenuke.tuske.sections.gui.EffFormatGUI.execute(EffFormatGUI.java:141)
[14:33:18 ERROR]: #!#!     at com.github.tukenuke.tuske.util.EffectSection.check(EffectSection.java:54)
[14:33:18 ERROR]: #!#!     at ch.njol.skript.lang.Condition.run(Condition.java:56)
[14:33:18 ERROR]: #!#!     at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
[14:33:18 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[14:33:18 ERROR]: #!#!     at ch.njol.skript.effects.Delay$1.run(Delay.java:109)
[14:33:18 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76)
[14:33:18 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
[14:33:18 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739)
[14:33:18 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
[14:33:18 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
[14:33:18 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
[14:33:18 ERROR]: #!#!     at java.lang.Thread.run(Thread.java:748)
[14:33:18 ERROR]: #!#!
[14:33:18 ERROR]: #!#! Version Information:
[14:33:18 ERROR]: #!#!   Skript: 2.3.1 (latest)
[14:33:18 ERROR]: #!#!     Flavor: skriptlang-github
[14:33:18 ERROR]: #!#!     Date: 2019-01-05
[14:33:18 ERROR]: #!#!   Bukkit: 1.12.2-R0.1-SNAPSHOT
[14:33:18 ERROR]: #!#!   Minecraft: 1.12.2
[14:33:18 ERROR]: #!#!   Java: 1.8.0_191 (Java HotSpot(TM) 64-Bit Server VM 25.191-b12)
[14:33:18 ERROR]: #!#!   OS: Linux amd64 4.15.18-9-pve
[14:33:18 ERROR]: #!#!
[14:33:18 ERROR]: #!#! Server platform: Spigot
[14:33:18 ERROR]: #!#!
[14:33:18 ERROR]: #!#! Current node: null
[14:33:18 ERROR]: #!#! Current item: format a gui slot [[long:4]] of the player with ([[itemtype:diamond hoe]] named "?6? ?eTest" with lore "?7Test ?a1 2 3" >> ch.njol.skript.classes.data.DefaultConverters$13@2dc87044: ch.njol.skript.aliases.ItemType->org.bukkit.inventory.ItemStack)
[14:33:18 ERROR]: #!#! Current trigger: command /test (simple event) (Test.sk, line -1)
[14:33:18 ERROR]: #!#!
[14:33:18 ERROR]: #!#! Thread: Server thread
[14:33:18 ERROR]: #!#!
[14:33:18 ERROR]: #!#! Language: english
[14:33:18 ERROR]: #!#! Link parse mode: DISABLED
[14:33:18 ERROR]: #!#!
[14:33:18 ERROR]: #!#! End of Error.
[14:33:18 ERROR]: #!#!

 

Modifié par Mister_max34

8 réponses à cette question

Messages recommandés

  • 0
Posté(e)
il y a 1 minute, Mister_max34 a dit :

C'est bon, cela fonctionne maintenant ?

Je t'invite dans ces cas là à mettre ton poste en résolu (ajouter le tag "résolu" au poste) ? 

Invité
Ce sujet ne peut plus recevoir de nouvelles réponses.
×
×
  • 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.