[NOT SOLVED] Error while trying to use TuSKe

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

2Unexpected

Member
Nov 4, 2022
14
1
3
23
Hello, I get this error when I try to use TuSKe in my skript. Please let me know if I have to provide the skript itself.
TuSKe Version: TuSKe 1.8.3-PikachuPatch-v3

Error:

[23:11:33 INFO]: [Skript] Reloading punishments.sk...

[23:11:33 ERROR]: #!#!
[23:11:33 ERROR]: #!#! [Skript] Severe Error:
[23:11:33 ERROR]: #!#! Could not load punishments.sk
[23:11:33 ERROR]: #!#!
[23:11:33 ERROR]: #!#! Something went horribly wrong with Skript.
[23:11:33 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[23:11:33 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[23:11:33 ERROR]: #!#! Here is full list of them:
[23:11:33 ERROR]: #!#! TuSKe (github.com/Tuke-Nuke/TuSKe) Ersatz Parties (https://alessiodp.com/parties)
[23:11:33 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[23:11:33 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[23:11:33 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[23:11:33 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[23:11:33 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[23:11:33 ERROR]: #!#! Only if the author tells you to do so, report it as Skript issue (url below)
[23:11:33 ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[23:11:33 ERROR]: #!#!
[23:11:33 ERROR]: #!#! Stack trace:
[23:11:33 ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for customenchantment
[23:11:33 ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[23:11:33 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:972)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[23:11:33 ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[23:11:33 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[23:11:33 ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:500)
[23:11:33 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:621)
[23:11:33 ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[23:11:33 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[23:11:33 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:434)
[23:11:33 ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:181)
[23:11:33 ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[23:11:33 ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
[23:11:33 ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648)
[23:11:33 ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchServerCommand(CraftServer.java:634)
[23:11:33 ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.aP(DedicatedServer.java:444)
[23:11:33 ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:407)
[23:11:33 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
[23:11:33 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
[23:11:33 ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:833)
[23:11:33 ERROR]: #!#!
[23:11:33 ERROR]: #!#! Version Information:
[23:11:33 ERROR]: #!#! Skript: 2.2-dev36
[23:11:33 ERROR]: #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT
[23:11:33 ERROR]: #!#! Minecraft: 1.12.2
[23:11:33 ERROR]: #!#! Java: 17.0.4.1 (Java HotSpot(TM) 64-Bit Server VM 17.0.4.1+1-LTS-2)
[23:11:33 ERROR]: #!#! OS: Windows 10 amd64 10.0
[23:11:33 ERROR]: #!#!
[23:11:33 ERROR]: #!#! Server platform: Spigot
[23:11:33 ERROR]: #!#!
[23:11:33 ERROR]: #!#! Current node: open virtual chest with size 6 named "&6&lPunishment&7 for %{_p}%" to player (punishments.sk, line 45)
[23:11:33 ERROR]: #!#! Current item: null
[23:11:33 ERROR]: #!#!
[23:11:33 ERROR]: #!#! Thread: Server thread
[23:11:33 ERROR]: #!#!
[23:11:33 ERROR]: #!#! Language: english
[23:11:33 ERROR]: #!#! Link parse mode: DISABLED
[23:11:33 ERROR]: #!#!
[23:11:33 ERROR]: #!#! End of Error.
[23:11:33 ERROR]: #!#!
 
TuSKe is outdated as of 1.10. I would advise against using it in any version ahead of that. As an alternative, I highly suggest learning to use metadata for GUIs (more commonly just referred to as "vanilla GUIs"). Metadata is a container for data per-entity instance, and it deletes itself when that entity is no longer in memory (someone might need to fact-check that; it might also just clean on server restart, which sounds more accurate).
 
I don't really have time to learn it and understand it, are there any other forks of TuSKe? (skript-gui is not compatible with my skript version)
 
I don't really have time to learn it and understand it, are there any other forks of TuSKe? (skript-gui is not compatible with my skript version)
I'll respond with a quick, easy to understand tutorial once I have more time. Likely tomorrow. Sorry for the wait.
 
Hello? anyone??? I didn't ask a complex question, just name me some forks of tuske that work on 1.12.2 (OTHER THAN Skript-gui)
 
Hello? anyone??? I didn't ask a complex question, just name me some forks of tuske that work on 1.12.2 (OTHER THAN Skript-gui)
It's not complex to just google it either..

Store inventories in variables (set {_x} to chest inventory named "" with x rows). Place items in those slots (set slot x of {_x} to %itemstack%). Listen to `on inventory click` events, compare the inventories (event-inventory = {_x} (or however you store it)), compare the slots, then do things.
 
It's not complex to just google it either..

Store inventories in variables (set {_x} to chest inventory named "" with x rows). Place items in those slots (set slot x of {_x} to %itemstack%). Listen to `on inventory click` events, compare the inventories (event-inventory = {_x} (or however you store it)), compare the slots, then do things.
Sorry for the late and lackluster response by the way. I have to prep for a book report on a 200+ page book I haven't even been able to pick yet.
 
Hello @2Unexpected , After reading your request I've decided to Reject it.

It seems that you are trying to use TuSKe in your skript but you're getting some
errors. (You're using a Minecraft version that TuSKe does not support)

Please note that TuSKe is very outdated and cannot be used on Minecraft 1.12.2,
Instead you can use Vanilla GUIs just like @Zhync suggested, The reason why
I rejected your request is that the only fork of TuSKe is Skript-GUI which it seems
you cannot use because you're using an old version of skript.

Please remember that none of my skripts are tested or used before, so please let me know if there was any errors.

Kind Regards,
Pay

----------------------------------------------------
I'm Always Happy to Help :emoji_blush:
----------------------------------------------------