-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Tamed Ocelot: java.lang.NoSuchMethodError: 'boolean org.bukkit.entity.Ocelot.isTamed()' #20
Comments
I am currently using Paper 318 on 1.16.4 |
Seeing same issue on 1.18.1
|
Forks fix this, its down to Cats and the check for tamed cats, which isnt included. If you check pull requests a couple have the fixes. |
Same! Spigot: spigot-1.18.2-R0.1-SNAPSHOT Excerpts from the latest.log file : [16:55:25] [Server thread/WARN]: Legacy plugin dynmap-mobs v1.4 does not specify an api-version.
Ocelots are not tameable. There are breadable. https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Ocelot.html |
That ocelot check is an old check which at the time related to Cats. If you check Pull requests as I said I even provided a fork updated along with others up to 1.18 |
13.12 18:38:13 [Server] WARN Task #256808 for dynmap-mobs v1.4 generated an exception
13.12 18:38:13 [Server] INFO java.lang.NoSuchMethodError: 'boolean org.bukkit.entity.Ocelot.isTamed()'
13.12 18:38:13 [Server] INFO at org.dynmap.mobs.DynmapMobsPlugin$MobUpdate.run(DynmapMobsPlugin.java:334) ~[?:?]
13.12 18:38:13 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.16.4.jar:git-Paper-318]
13.12 18:38:13 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468) ~[patched_1.16.4.jar:git-Paper-318]
13.12 18:38:13 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1294) ~[patched_1.16.4.jar:git-Paper-318]
13.12 18:38:13 [Server] INFO at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:377) ~[patched_1.16.4.jar:git-Paper-318]
13.12 18:38:13 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1209) ~[patched_1.16.4.jar:git-Paper-318]
13.12 18:38:13 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:997) ~[patched_1.16.4.jar:git-Paper-318]
13.12 18:38:13 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:178) ~[patched_1.16.4.jar:git-Paper-318]
The text was updated successfully, but these errors were encountered: