Console error: Parsing not implemented?

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

    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.

Leidz

Member
Mar 26, 2022
1
0
1
Hi, I have installed MythicSkriptAddon v0.99 and since this, all my skripts are broken!

The console say: Parsing not implemented (remember to override parse method)

Here is the full error log:

Code:
#!#!
[21:01:40] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[21:01:40] [Server thread/ERROR]: #!#! Could not load arene.sk
[21:01:40] [Server thread/ERROR]: #!#!
[21:01:40] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[21:01:40] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[21:01:40] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[21:01:40] [Server thread/ERROR]: #!#! Here is full list of them:
[21:01:40] [Server thread/ERROR]: #!#! skript-placeholders v1.5.2 (https://github.com/APickledWalrus/skript-placeholders) SkBee v1.15.0 (https://github.com/ShaneBeee/SkBee) MythicSkriptAddon v0.99e-SNAPSHOT SharpSK v1.6.3 Factions v1.6.9.5-3.0.0-RC-1.18pre
[21:01:40] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[21:01:40] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[21:01:40] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[21:01:40] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[21:01:40] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[21:01:40] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[21:01:40] [Server thread/ERROR]: #!#!
[21:01:40] [Server thread/ERROR]: #!#! Stack trace:
[21:01:40] [Server thread/ERROR]: #!#! java.lang.UnsupportedOperationException: Parsing not implemented (remember to override parse method): com.gmail.berndivader.mythicskript.classes.CustomClasses$1
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.classes.Parser.parse(Parser.java:53)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.registrations.Classes.parseSimple(Classes.java:443)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.registrations.Classes.parse(Classes.java:472)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:94)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:83)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:45)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.conditions.CondCompare.init(CondCompare.java:175)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.conditions.CondCompare.init(CondCompare.java:126)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:257)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Condition.parse(Condition.java:77)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.sections.SecConditional.init(SecConditional.java:83)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.init(Section.java:69)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:257)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.lambda$parse$0(Section.java:157)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section$SectionContext.modify(Section.java:190)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.parse(Section.java:156)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1127)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.loadCode(Section.java:90)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.sections.SecConditional.init(SecConditional.java:118)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.init(Section.java:69)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:257)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.lambda$parse$0(Section.java:157)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section$SectionContext.modify(Section.java:190)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.parse(Section.java:156)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1127)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.loadCode(Section.java:90)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.sections.SecConditional.init(SecConditional.java:118)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.init(Section.java:69)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:257)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.lambda$parse$0(Section.java:157)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section$SectionContext.modify(Section.java:190)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Section.parse(Section.java:156)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1127)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.command.Commands.loadCommand(Commands.java:489)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:707)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:525)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:417)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:433)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:524)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:468)
[21:01:40] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:149)
[21:01:40] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[21:01:40] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159)
[21:01:40] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_18_R1.CraftServer.dispatchCommand(CraftServer.java:876)
[21:01:40] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_18_R1.CraftServer.dispatchServerCommand(CraftServer.java:839)
[21:01:40] [Server thread/ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.bf(DedicatedServer.java:507)
[21:01:40] [Server thread/ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:481)
[21:01:40] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1470)
[21:01:40] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1264)
[21:01:40] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317)
[21:01:40] [Server thread/ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:833)
[21:01:40] [Server thread/ERROR]: #!#!
[21:01:40] [Server thread/ERROR]: #!#! Version Information:
[21:01:40] [Server thread/ERROR]: #!#!   Skript: 2.6.1 (latest)
[21:01:40] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
[21:01:40] [Server thread/ERROR]: #!#!     Date: 22:18:42.554713200
[21:01:40] [Server thread/ERROR]: #!#!   Bukkit: 1.18.1-R0.1-SNAPSHOT
[21:01:40] [Server thread/ERROR]: #!#!   Minecraft: 1.18.1
[21:01:40] [Server thread/ERROR]: #!#!   Java: 17.0.1 (OpenJDK 64-Bit Server VM 17.0.1+12-39)
[21:01:40] [Server thread/ERROR]: #!#!   OS: Linux amd64 4.19.0-10-amd64
[21:01:40] [Server thread/ERROR]: #!#!
[21:01:40] [Server thread/ERROR]: #!#! Server platform: Paper
[21:01:40] [Server thread/ERROR]: #!#!
[21:01:40] [Server thread/ERROR]: #!#! Current node: if arg 2 is online: (arene.sk, line 54)
[21:01:40] [Server thread/ERROR]: #!#! Current item: null
[21:01:40] [Server thread/ERROR]: #!#!
[21:01:40] [Server thread/ERROR]: #!#! Thread: Server thread
[21:01:40] [Server thread/ERROR]: #!#!
[21:01:40] [Server thread/ERROR]: #!#! Language: english
[21:01:40] [Server thread/ERROR]: #!#! Link parse mode: STRICT
[21:01:40] [Server thread/ERROR]: #!#!
[21:01:40] [Server thread/ERROR]: #!#! End of Error.
[21:01:40] [Server thread/ERROR]: #!#!

All my addons for skript:
  1. skript-placeholders v1.5.2
  2. SkBee v1.15.0
  3. MythicSkriptAddon v0.99e-SNAPSHOT
  4. SharpSK v1.6.3

I have tried to modify the config, reupload older version of the addon, but nothing. Without the plugin everything run fine, Any solutions?
 
Status
Not open for further replies.