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:
I just need the features of theses plugins, to create menus (and optionally scoreboards).
This is the list of my plugins:
There's maybe a conflit between somes plugins.
Thanks so much for your help
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:
> [17:03:17] [Server thread/ERROR]: #!#! Thread: Server thread
> [17:03:17] [Server thread/ERROR]: #!#!
> [17:03:17] [Server thread/ERROR]: #!#! Language: english
> [17:03:17] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
> [17:03:17] [Server thread/ERROR]: #!#!
> [17:03:17] [Server thread/ERROR]: #!#! End of Error.
> [17:03:17] [Server thread/ERROR]: #!#!
> [17:03:17] [Server thread/ERROR]: #!#!
> [17:03:17] [Server thread/ERROR]: #!#! [Skript] Severe Error:
> [17:03:17] [Server thread/ERROR]: #!#! Could not load messages.sk
> [17:03:17] [Server thread/ERROR]: #!#!
> [17:03:17] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
> [17:03:17] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
> [17:03:17] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
> [17:03:17] [Server thread/ERROR]: #!#! Here is full list of them:
> [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:03:17] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
> [17:03:17] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
> [17:03:17] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
> [17:03:17] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
> [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.
> [17:03:17] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
> [17:03:17] [Server thread/ERROR]: #!#!
> [17:03:17] [Server thread/ERROR]: #!#! Stack trace:
> [17:03:17] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for customenchantment
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.fromString(TypePatternElement.java:92)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:132)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:48)
> [17:03:17] [Server thread/ERROR]: #!#! at java.util.HashMap.computeIfAbsent(HashMap.java:1128)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1301)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:226)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:523)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:800)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:121)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:57)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1302)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:226)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:77)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.sections.SecConditional.init(SecConditional.java:83)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.init(Section.java:69)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:257)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.lambda$parse$0(Section.java:157)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section$SectionContext.modify(Section.java:190)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.parse(Section.java:156)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1127)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:752)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:525)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:417)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:433)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:524)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:468)
> [17:03:17] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$1.run(Skript.java:778)
> [17:03:17] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
> [17:03:17] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
> [17:03:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1022)
> [17:03:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:393)
> [17:03:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:970)
> [17:03:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:815)
> [17:03:17] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:750)
> [17:03:17] [Server thread/ERROR]: #!#!
> [17:03:17] [Server thread/ERROR]: #!#! Version Information:
> [17:03:17] [Server thread/ERROR]: #!#! Skript: 2.6.1 (latest)
> [17:03:17] [Server thread/ERROR]: #!#! Flavor: skriptlang-github
> [17:03:17] [Server thread/ERROR]: #!#! Date: 22:18:42.554713200
> [17:03:17] [Server thread/ERROR]: #!#! Bukkit: 1.14.4-R0.1-SNAPSHOT
> [17:03:17] [Server thread/ERROR]: #!#! Minecraft: 1.14.4
> [17:03:17] [Server thread/ERROR]: #!#! Java: 1.8.0_322 (OpenJDK 64-Bit Server VM 25.322-b06)
> [17:03:17] [Server thread/ERROR]: #!#! OS: Linux amd64 4.19.0-18-amd64
> [17:03:17] [Server thread/ERROR]: #!#!
> [17:03:17] [Server thread/ERROR]: #!#! Server platform: Spigot
> [17:03:17] [Server thread/ERROR]: #!#!
> [17:03:17] [Server thread/ERROR]: #!#! Current node: if player has permission "seejoinmessages": (messages.sk, line 20)
> [17:03:17] [Server thread/ERROR]: #!#! Current item: null
> [17:03:17] [Server thread/ERROR]: #!#!
> [17:03:17] [Server thread/ERROR]: #!#! Thread: Server thread
> [17:03:17] [Server thread/ERROR]: #!#!
> [17:03:17] [Server thread/ERROR]: #!#! Language: english
> [17:03:17] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
> [17:03:17] [Server thread/ERROR]: #!#!
> [17:03:17] [Server thread/ERROR]: #!#! End of Error.
> [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:
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