TuSke v1.8.2 don't work in 1.14.

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

SkyCraft78

New Member
May 18, 2019
3
7
3
France, Yvelines
itsthesky.info
Hello Everyone !
I just upgrade my server : he is now in 1.14.4.
So, i also put newest version of Tuske, Skript and SkQuery !
Put i make this effect :
Code:
format gui slot 11 of player with stone to run:
    message "&7Test"
No error on load, but when i want to show my GUI, I have this message InGame:
upload_2020-1-30_18-2-40.png

And, this error in the console :
Code:
[18:02:17] [Server thread/ERROR]: #!#!
[18:02:17] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:02:17] [Server thread/ERROR]: #!#!
[18:02:17] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[18:02:17] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[18:02:17] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[18:02:17] [Server thread/ERROR]: #!#! Following plugins are probably related to this error in some way:
[18:02:17] [Server thread/ERROR]: #!#! TuSKe (github.com/Tuke-Nuke/TuSKe)
[18:02:17] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[18:02:17] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[18:02:17] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[18:02:17] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[18:02:17] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[18:02:17] [Server thread/ERROR]: #!#!
[18:02:17] [Server thread/ERROR]: #!#! Stack trace:
[18:02:17] [Server thread/ERROR]: #!#! java.lang.ClassCastException: java.util.HashMap cannot be cast to java.util.WeakHashMap
[18:02:17] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.util.VariableUtil.<init>(VariableUtil.java:24)
[18:02:17] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.util.VariableUtil.getInstance(VariableUtil.java:17)
[18:02:17] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.sections.gui.EffFormatGUI.execute(EffFormatGUI.java:141)
[18:02:17] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.util.EffectSection.check(EffectSection.java:54)
[18:02:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.run(Condition.java:56)
[18:02:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
[18:02:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[18:02:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
[18:02:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:292)
[18:02:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:251)
[18:02:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:251)
[18:02:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:168)
[18:02:17] [Server thread/ERROR]: #!#!     at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:37)
[18:02:17] [Server thread/ERROR]: #!#!     at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[18:02:17] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[18:02:17] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545)
[18:02:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript.dispatchCommand(Skript.java:1375)
[18:02:17] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.util.CommandUtils.runCommand(CommandUtils.java:41)
[18:02:17] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.sections.gui.EffFormatGUI.lambda$execute$0(EffFormatGUI.java:132)
[18:02:17] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.manager.gui.GUI.run(GUI.java:29)
[18:02:17] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.manager.gui.GUIManager$1.onClick(GUIManager.java:149)
[18:02:17] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.listeners.GUIListener.onEvent(GUIListener.java:57)
[18:02:17] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.manager.gui.v2.SkriptGUIEvent.check(SkriptGUIEvent.java:39)
[18:02:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:150)
[18:02:17] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:114)
[18:02:17] [Server thread/ERROR]: #!#!     at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[18:02:17] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[18:02:17] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545)
[18:02:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2314)
[18:02:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:33)
[18:02:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:10)
[18:02:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23)
[18:02:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18)
[18:02:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136)
[18:02:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)
[18:02:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109)
[18:02:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029)
[18:02:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022)
[18:02:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119)
[18:02:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006)
[18:02:17] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929)
[18:02:17] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:748)
[18:02:17] [Server thread/ERROR]: #!#!
[18:02:17] [Server thread/ERROR]: #!#! Version Information:
[18:02:17] [Server thread/ERROR]: #!#!   Skript: 2.5-alpha1 (latest)
[18:02:17] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
[18:02:17] [Server thread/ERROR]: #!#!     Date: 2020-01-11
[18:02:17] [Server thread/ERROR]: #!#!   Bukkit: 1.14.4-R0.1-SNAPSHOT
[18:02:17] [Server thread/ERROR]: #!#!   Minecraft: 1.14.4
[18:02:17] [Server thread/ERROR]: #!#!   Java: 1.8.0_232 (OpenJDK 64-Bit Server VM 25.232-b09)
[18:02:17] [Server thread/ERROR]: #!#!   OS: Linux amd64 4.15.0-70-generic
[18:02:17] [Server thread/ERROR]: #!#!
[18:02:17] [Server thread/ERROR]: #!#! Server platform: Paper
[18:02:17] [Server thread/ERROR]: #!#!
[18:02:17] [Server thread/ERROR]: #!#! Current node: null
[18:02:17] [Server thread/ERROR]: #!#! Current item: format a gui slot [[long:11]] of the player with [[itemstack:stone block]]
[18:02:17] [Server thread/ERROR]: #!#! Current trigger: command /shop (simple event) (Shop.sk, line -1)
[18:02:17] [Server thread/ERROR]: #!#!
[18:02:17] [Server thread/ERROR]: #!#! Thread: Server thread
[18:02:17] [Server thread/ERROR]: #!#!
[18:02:17] [Server thread/ERROR]: #!#! Language: english
[18:02:17] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[18:02:17] [Server thread/ERROR]: #!#!
[18:02:17] [Server thread/ERROR]: #!#! End of Error.
[18:02:17] [Server thread/ERROR]: #!#!
Thanks in advance to help me !!
 

Attachments

  • upload_2020-1-30_18-2-27.png
    upload_2020-1-30_18-2-27.png
    11.2 KB · Views: 138
Status
Not open for further replies.