You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
Describe the bug
StackMob generates exceptions/warnings when running MythicMobs
java.lang.NoSuchMethodError: 'java.lang.String io.lumine.xikage.mythicmobs.mobs.MythicMob.getDisplayName()'
at uk.antiperson.stackmob.compat.hooks.MythicMobsHook.getDisplayName(MythicMobsHook.java:55) ~[?:?]
at uk.antiperson.stackmob.tasks.TagTask.run(TagTask.java:48) ~[?:?]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.4.jar:git-Paper-192]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) ~[patched_1.14.4.jar:git-Paper-192]
at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1148) ~[patched_1.14.4.jar:git-Paper-192]
at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:417) ~[patched_1.14.4.jar:git-Paper-192]
at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1075) ~[patched_1.14.4.jar:git-Paper-192]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:919) ~[patched_1.14.4.jar:git-Paper-192]
at java.lang.Thread.run(Thread.java:834) [?:?] ```
**To Reproduce**
Install MythicMobs with all examples
**Expected behavior**
no exceptions in logs
**Bukkit/Spigot AND StackMob version:**
Spigot 1.14.4
StackMob v4.0.2
The text was updated successfully, but these errors were encountered:
Describe the bug
StackMob generates exceptions/warnings when running MythicMobs
The text was updated successfully, but these errors were encountered: