1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Tuske error help

Discussion in 'Skript' started by Tunaliar, Jun 10, 2021.

Thread Status:
Not open for further replies.
  1. Tunaliar

    Tunaliar Member

    Joined:
    Jun 10, 2021
    Messages:
    2
    Likes Received:
    0
    ok so i am trying to make thing gui thin but it either wont accept my command or it will and not show the clickable item in the gui help!!

    here is my code
    Code (Text):
    1. command /Vehicle:
    2.     aliases: /cars
    3.     permission: car.buy
    4.     permission message: &7[&4Rusty&7] &6You Dont Have Persmission!
    5.     trigger:
    6.         wait 1 tick
    7.         create a gui with id "car" with virtual chest with 3 rows named "&5▬▬▬&6Vehicles&5▬▬▬":
    8.             make gui slot 0 and 1 and 2 and 3 and 4 and 5 and 6 and 7 and 8 and 9 and 17 and 18 and 19 and 20 and 21 and 22 and 23 and 24 and 25 and 26 with gray stained glass pane named " "
    9.             format gui slot 10 with stone named "&6bikeshop" with lore "&bClick me to open the bikshop!":
    10.                 make player execute command "bikeshop"
    11.             make gui slot 12 with book named " "
    12.         open gui "car" to players
    and here is the error i get sometimes plse help!

    Code (Text):
    1. [10.06 15:50:01] [Server] [ERROR] #!#!
    2. [10.06 15:50:01] [Server] [ERROR] #!#! [Skript] Severe Error:
    3. [10.06 15:50:01] [Server] [ERROR] #!#!
    4. [10.06 15:50:01] [Server] [ERROR] #!#! Something went horribly wrong with Skript.
    5. [10.06 15:50:01] [Server] [ERROR] #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
    6. [10.06 15:50:01] [Server] [ERROR] #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
    7. [10.06 15:50:01] [Server] [ERROR] #!#! Here is full list of them:
    8. [10.06 15:50:01] [Server] [ERROR] #!#! TuSKe v1.8.2 (github.com/Tuke-Nuke/TuSKe)
    9. [10.06 15:50:01] [Server] [ERROR] #!#! We could not identify which of those are specially related, so this might also be Skript issue.
    10. [10.06 15:50:01] [Server] [ERROR] #!#! You should try disabling those plugins one by one, trying to find which one causes it.
    11. [10.06 15:50:01] [Server] [ERROR] #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
    12. [10.06 15:50:01] [Server] [ERROR] #!#! In that case, you will be given instruction on how should you report it.
    13. [10.06 15:50:01] [Server] [ERROR] #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
    14. [10.06 15:50:01] [Server] [ERROR] #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
    15. [10.06 15:50:01] [Server] [ERROR] #!#!
    16. [10.06 15:50:01] [Server] [ERROR] #!#! Stack trace:
    17. [10.06 15:50:01] [Server] [ERROR] #!#! java.lang.ClassCastException: class java.util.HashMap cannot be cast to class java.util.WeakHashMap (java.util.HashMap and java.util.WeakHashMap are in module java.base of loader 'bootstrap')
    18. [10.06 15:50:01] [Server] [ERROR] #!#!     at com.github.tukenuke.tuske.util.VariableUtil.<init>(VariableUtil.java:24)
    19. [10.06 15:50:01] [Server] [ERROR] #!#!     at com.github.tukenuke.tuske.util.VariableUtil.getInstance(VariableUtil.java:17)
    20. [10.06 15:50:01] [Server] [ERROR] #!#!     at com.github.tukenuke.tuske.sections.gui.EffMakeGUI.execute(EffMakeGUI.java:77)
    21. [10.06 15:50:01] [Server] [ERROR] #!#!     at com.github.tukenuke.tuske.util.EffectSection.check(EffectSection.java:54)
    22. [10.06 15:50:01] [Server] [ERROR] #!#!     at ch.njol.skript.lang.Condition.run(Condition.java:55)
    23. [10.06 15:50:01] [Server] [ERROR] #!#!     at ch.njol.skript.lang.Conditional.walk(Conditional.java:50)
    24. [10.06 15:50:01] [Server] [ERROR] #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)
    25. [10.06 15:50:01] [Server] [ERROR] #!#!     at ch.njol.skript.effects.Delay$1.run(Delay.java:108)
    26. [10.06 15:50:01] [Server] [ERROR] #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100)
    27. [10.06 15:50:01] [Server] [ERROR] #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
    28. [10.06 15:50:01] [Server] [ERROR] #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1427)
    29. [10.06 15:50:01] [Server] [ERROR] #!#!     at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:436)
    30. [10.06 15:50:01] [Server] [ERROR] #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1342)
    31. [10.06 15:50:01] [Server] [ERROR] #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1130)
    32. [10.06 15:50:01] [Server] [ERROR] #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291)
    33. [10.06 15:50:01] [Server] [ERROR] #!#!     at java.base/java.lang.Thread.run(Thread.java:834)
    34. [10.06 15:50:01] [Server] [ERROR] #!#!
    35. [10.06 15:50:01] [Server] [ERROR] #!#! Version Information:
    36. [10.06 15:50:01] [Server] [ERROR] #!#!   Skript: 2.5.3 (latest)
    37. [10.06 15:50:01] [Server] [ERROR] #!#!     Flavor: skriptlang-github
    38. [10.06 15:50:01] [Server] [ERROR] #!#!     Date: 2020-12-11
    39. [10.06 15:50:01] [Server] [ERROR] #!#!   Bukkit: 1.16.5-R0.1-SNAPSHOT
    40. [10.06 15:50:01] [Server] [ERROR] #!#!   Minecraft: 1.16.5
    41. [10.06 15:50:01] [Server] [ERROR] #!#!   Java: 11.0.10 (Java HotSpot(TM) 64-Bit Server VM 11.0.10+8-LTS-162)
    42. [10.06 15:50:01] [Server] [ERROR] #!#!   OS: Linux amd64 4.15.0-128-generic
    43. [10.06 15:50:01] [Server] [ERROR] #!#!
    44. [10.06 15:50:01] [Server] [ERROR] #!#! Server platform: Paper
    45. [10.06 15:50:01] [Server] [ERROR] #!#!
    46. [10.06 15:50:01] [Server] [ERROR] #!#! Current node: null
    47. [10.06 15:50:01] [Server] [ERROR] #!#! Current item: make  a gui slot [[long:10]] of gui with ([[itemtype:stone block]] named "bikeshop" with lore "Click me to open the bikshop!" >> [email protected]: itemtype -> itemstack)
    48. [10.06 15:50:01] [Server] [ERROR] #!#! Current trigger: command /vehicle (simple event) (claim.sk, line -1)
    49. [10.06 15:50:01] [Server] [ERROR] #!#!
    50. [10.06 15:50:01] [Server] [ERROR] #!#! Thread: Server thread
    51. [10.06 15:50:01] [Server] [ERROR] #!#!
    52. [10.06 15:50:01] [Server] [ERROR] #!#! Language: english
    53. [10.06 15:50:01] [Server] [ERROR] #!#! Link parse mode: DISABLED
    54. [10.06 15:50:01] [Server] [ERROR] #!#!
    55. [10.06 15:50:01] [Server] [ERROR] #!#! End of Error.
    56. [10.06 15:50:01] [Server] [ERROR] #!#!
     
  2. Minecoll_YT

    Supporter Forums Helper

    Joined:
    Dec 2, 2018
    Messages:
    650
    Likes Received:
    39
    Why are you mixing GUI addons? Decide for one and then try again
     
  3. Tunaliar

    Tunaliar Member

    Joined:
    Jun 10, 2021
    Messages:
    2
    Likes Received:
    0
    i am only using skript and tuske thats it

    just trying to add a command to my tuske skript and when i do so it has a mental break down
     
  4. Minecoll_YT

    Supporter Forums Helper

    Joined:
    Dec 2, 2018
    Messages:
    650
    Likes Received:
    39
    Yes, but you can't mix tuske or skript. Decide for one.
     
Thread Status:
Not open for further replies.

Share This Page

Loading...