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.

Solved TuSKe & SkQuery Corruption

Discussion in 'Skript' started by AZERTY44, Apr 15, 2022.

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

    AZERTY44 New Member

    Joined:
    Jun 5, 2021
    Messages:
    6
    Likes Received:
    0
    Hello,
    I'm trying to get TuSKe and/or SkQuery on my server, but when I restart the server (1.14.4 Bukkit) with one of these, it corrupt all my scripts, like when I type a command it says "Unknown command. Type /help".
    And it send errors of Skript on the console:

    Code (Text):
    1. > [17:03:17] [Server thread/ERROR]: #!#! Thread: Server thread
    2. > [17:03:17] [Server thread/ERROR]: #!#!
    3. > [17:03:17] [Server thread/ERROR]: #!#! Language: english
    4. > [17:03:17] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
    5. > [17:03:17] [Server thread/ERROR]: #!#!
    6. > [17:03:17] [Server thread/ERROR]: #!#! End of Error.
    7. > [17:03:17] [Server thread/ERROR]: #!#!
    8. > [17:03:17] [Server thread/ERROR]: #!#!
    9. > [17:03:17] [Server thread/ERROR]: #!#! [Skript] Severe Error:
    10. > [17:03:17] [Server thread/ERROR]: #!#! Could not load messages.sk
    11. > [17:03:17] [Server thread/ERROR]: #!#!
    12. > [17:03:17] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
    13. > [17:03:17] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
    14. > [17:03:17] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
    15. > [17:03:17] [Server thread/ERROR]: #!#! Here is full list of them:
    16. > [17:03:17] [Server thread/ERROR]: #!#! skRayFall v1.9.18 (https://sk.rayfall.net/) TuSKe v1.8.2-Pikachu-Patch-3 (github.com/Tuke-Nuke/TuSKe) skript-gui v1.0.0 (https://github.com/APickledWalrus/skript-gui) skDragon v0.17 SkBee v1.10.2 (https://github.com/ShaneBeee/SkBee) skript-yaml v1.4 SkUniversal v2.13
    17. > [17:03:17] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
    18. > [17:03:17] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
    19. > [17:03:17] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
    20. > [17:03:17] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
    21. > [17:03:17] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
    22. > [17:03:17] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
    23. > [17:03:17] [Server thread/ERROR]: #!#!
    24. > [17:03:17] [Server thread/ERROR]: #!#! Stack trace:
    25. > [17:03:17] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for customenchantment
    26. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
    27. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.fromString(TypePatternElement.java:92)
    28. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:132)
    29. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:48)
    30. > [17:03:17] [Server thread/ERROR]: #!#! at java.util.HashMap.computeIfAbsent(HashMap.java:1128)
    31. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1301)
    32. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:226)
    33. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
    34. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:523)
    35. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:800)
    36. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)
    37. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    38. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    39. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    40. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    41. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)
    42. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)
    43. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    44. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    45. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    46. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:121)
    47. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:57)
    48. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1302)
    49. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:226)
    50. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
    51. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:77)
    52. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.sections.SecConditional.init(SecConditional.java:83)
    53. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.init(Section.java:69)
    54. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:257)
    55. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
    56. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.lambda$parse$0(Section.java:157)
    57. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section$SectionContext.modify(Section.java:190)
    58. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.parse(Section.java:156)
    59. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1127)
    60. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:752)
    61. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:525)
    62. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:417)
    63. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:433)
    64. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:524)
    65. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:468)
    66. > [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$1.run(Skript.java:778)
    67. > [17:03:17] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
    68. > [17:03:17] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
    69. > [17:03:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1022)
    70. > [17:03:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:393)
    71. > [17:03:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:970)
    72. > [17:03:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:815)
    73. > [17:03:17] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:750)
    74. > [17:03:17] [Server thread/ERROR]: #!#!
    75. > [17:03:17] [Server thread/ERROR]: #!#! Version Information:
    76. > [17:03:17] [Server thread/ERROR]: #!#! Skript: 2.6.1 (latest)
    77. > [17:03:17] [Server thread/ERROR]: #!#! Flavor: skriptlang-github
    78. > [17:03:17] [Server thread/ERROR]: #!#! Date: 22:18:42.554713200
    79. > [17:03:17] [Server thread/ERROR]: #!#! Bukkit: 1.14.4-R0.1-SNAPSHOT
    80. > [17:03:17] [Server thread/ERROR]: #!#! Minecraft: 1.14.4
    81. > [17:03:17] [Server thread/ERROR]: #!#! Java: 1.8.0_322 (OpenJDK 64-Bit Server VM 25.322-b06)
    82. > [17:03:17] [Server thread/ERROR]: #!#! OS: Linux amd64 4.19.0-18-amd64
    83. > [17:03:17] [Server thread/ERROR]: #!#!
    84. > [17:03:17] [Server thread/ERROR]: #!#! Server platform: Spigot
    85. > [17:03:17] [Server thread/ERROR]: #!#!
    86. > [17:03:17] [Server thread/ERROR]: #!#! Current node: if player has permission "seejoinmessages": (messages.sk, line 20)
    87. > [17:03:17] [Server thread/ERROR]: #!#! Current item: null
    88. > [17:03:17] [Server thread/ERROR]: #!#!
    89. > [17:03:17] [Server thread/ERROR]: #!#! Thread: Server thread
    90. > [17:03:17] [Server thread/ERROR]: #!#!
    91. > [17:03:17] [Server thread/ERROR]: #!#! Language: english
    92. > [17:03:17] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
    93. > [17:03:17] [Server thread/ERROR]: #!#!
    94. > [17:03:17] [Server thread/ERROR]: #!#! End of Error.
    95. > [17:03:17] [Server thread/ERROR]: #!#!
    I just need the features of theses plugins, to create menus (and optionally scoreboards).

    This is the list of my plugins:
    Code (Text):
    1. CoreProtect, VoidGen, WorldEdit, OldPVP, PlaceholderAPI, BuildBattle, NametagEdit, HolographicDisplays, CommandPanels, ServersNPC, Bingo, Multiverse-Core, WorldGuard, Multiverse-Inventories, ViaVersion, ItemJoin, Multiverse-NetherPortals, ViaBackwards, ViaRewind, LuckPerms, Skript, Essentials, JumpPads, SkUniversal, skDragon, TuSKe, skript-gui, skRayFall, SkBee, EssentialsChat, TAB, EssentialsSpawn, LPC, TitleManager, skript-yaml
    There's maybe a conflit between somes plugins.

    Thanks so much for your help

     
  2. Best Answer:
    Post #8 by Minecoll_YT, Apr 19, 2022
  3. synccoin

    synccoin Member

    Joined:
    Mar 13, 2022
    Messages:
    4
    Likes Received:
    0
    upload_2022-4-16_23-2-34.png

    find the mistake
     
  4. AZERTY44

    AZERTY44 New Member

    Joined:
    Jun 5, 2021
    Messages:
    6
    Likes Received:
    0
    Yes, I know, but even with a Patched TuSKe (pikachu patch) it's not working. Same for SkQuery
     
  5. synccoin

    synccoin Member

    Joined:
    Mar 13, 2022
    Messages:
    4
    Likes Received:
    0
    well,
    i dont get why you would need tuske,
    also, skuniversal is 1.17, there are many plugins that you have that are outdated OR in some cases, your server is outdated.
     
  6. AZERTY44

    AZERTY44 New Member

    Joined:
    Jun 5, 2021
    Messages:
    6
    Likes Received:
    0
    I need to create Menus and eventually scoreboards, I don't need SkUniversal, I know only 3 plugins who allow this, TuSKe, SkQuery and Skript-gui.
    Skript-gui have the same issue as TuSKe and SkQuery.
    If you need more info tell me
     
  7. synccoin

    synccoin Member

    Joined:
    Mar 13, 2022
    Messages:
    4
    Likes Received:
    0
    vanilla guis
     
  8. AZERTY44

    AZERTY44 New Member

    Joined:
    Jun 5, 2021
    Messages:
    6
    Likes Received:
    0
    How ? Can you explain me Please ?
     
  9. Minecoll_YT

    Supporter Forums Helper

    Joined:
    Dec 2, 2018
    Messages:
    650
    Likes Received:
    40
  10. AZERTY44

    AZERTY44 New Member

    Joined:
    Jun 5, 2021
    Messages:
    6
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page

Loading...