Bug Closed · Resolved

Dungeons cannot use the AccessKeys option

#4227 opened by Unknown 3 years ago

Unknownreported this bug

The console displays the following error when this option is used. The plugin version is 1.2.0 Server core is 1.16.5PaperSpigot in Java16 environment

[10:13:41 WARN]: Unexpected exception while parsing console command "md play 123 Ghost067_" org.bukkit.command.CommandException: Unhandled exception executing command 'md' in plugin MythicDungeons v1.2.0 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.16.5.jar:git-Paper-794] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.5.jar:git-Paper-794] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Paper-794] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchServerCommand(CraftServer.java:788) ~[patched_1.16.5.jar:git-Paper-794] at net.minecraft.server.v1_16_R3.DedicatedServer.handleCommandQueue(DedicatedServer.java:470) ~[patched_1.16.5.jar:git-Paper-794] at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:437) ~[patched_1.16.5.jar:git-Paper-794] at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1347) ~[patched_1.16.5.jar:git-Paper-794] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1135) ~[patched_1.16.5.jar:git-Paper-794] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794] at java.lang.Thread.run(Thread.java:831) [?:?] Caused by: java.lang.NoSuchMethodError: 'java.lang.String io.lumine.mythic.core.items.ItemExecutor.getMythicTypeFromItem(org.bukkit.inventory.ItemStack)' at net.playavalon.mythicdungeons.utility.Util.getMythicItemType(Util.java:1237) ~[?:?] at net.playavalon.mythicdungeons.dungeons.Dungeon.isValidKey(Dungeon.java:962) ~[?:?] at net.playavalon.mythicdungeons.dungeons.Dungeon.getFirstKey(Dungeon.java:978) ~[?:?] at net.playavalon.mythicdungeons.dungeons.Dungeon.meetsRequirements(Dungeon.java:593) ~[?:?] at net.playavalon.mythicdungeons.MythicDungeons.sendToDungeon(MythicDungeons.java:1742) ~[?:?] at net.playavalon.mythicdungeons.MythicDungeons.onCommand(MythicDungeons.java:741) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.16.5.jar:git-Paper-794] ... 9 more

This is the configuration file for the AccessKeys option [Legacy attachment omitted]

Unknowncommented

Hey there. It looks to me like this may be a Mythic Mobs version mismatch. What version of Mythic Mobs are you using?

Unknowncommented

I am using plugin version 5.0.3. Because of the peculiarities of my server, I can only use this version of the plugin.

Unknowncommented

Unfortunately, I can't provide reliable support for versions of Mythic Mobs lower than 5.1.0 as there were significant API changes during the 5.0 versions that Mythic Dungeons is designed around. This particular issue is a direct result of those changes. Sorry.

Sign in to join the discussion.