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
The error is as follows:
[11:50:47 INFO]: [Dynmap-GriefPrevention] Enabling Dynmap-GriefPrevention v0.70
[11:50:47 INFO]: [Dynmap-GriefPrevention] initializing
[11:50:47 ERROR]: [Dynmap-GriefPrevention] Plugin Dynmap-GriefPrevention v0.70 h
as failed to register events for class org.dynmap.griefprevention.DynmapGriefPre
ventionPlugin$GPListener because me/ryanhamshire/GriefPrevention/events/ClaimCre
atedEvent does not exist.
[11:50:47 INFO]: [Dynmap-GriefPrevention] version 0.70 is activated
//Some other stuff loads
[11:50:49 WARN]: [Dynmap-GriefPrevention] Task #47 for Dynmap-GriefPrevention v0
.70 generated an exception
java.lang.NoSuchMethodError: me.ryanhamshire.GriefPrevention.Claim.getUUID()Ljav
a/util/UUID;
at org.dynmap.griefprevention.DynmapGriefPreventionPlugin.handleClaim(Dy
nmapGriefPreventionPlugin.java:220) ~[?:?]
at org.dynmap.griefprevention.DynmapGriefPreventionPlugin.updateClaims(D
ynmapGriefPreventionPlugin.java:278) ~[?:?]
at org.dynmap.griefprevention.DynmapGriefPreventionPlugin.access$100(Dyn
mapGriefPreventionPlugin.java:42) ~[?:?]
at org.dynmap.griefprevention.DynmapGriefPreventionPlugin$GriefPreventio
nUpdate.run(DynmapGriefPreventionPlugin.java:109) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java
:71) ~[spigot_server.jar:git-Spigot-47b1dff-f233e7d]
at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHea
rtbeat(CraftScheduler.java:350) [spigot_server.jar:git-Spigot-47b1dff-f233e7d]
at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:6
94) [spigot_server.jar:git-Spigot-47b1dff-f233e7d]
at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:3
16) [spigot_server.jar:git-Spigot-47b1dff-f233e7d]
at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:6
23) [spigot_server.jar:git-Spigot-47b1dff-f233e7d]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java
:526) [spigot_server.jar:git-Spigot-47b1dff-f233e7d]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
The text was updated successfully, but these errors were encountered:
The error is as follows:
[11:50:47 INFO]: [Dynmap-GriefPrevention] Enabling Dynmap-GriefPrevention v0.70
[11:50:47 INFO]: [Dynmap-GriefPrevention] initializing
[11:50:47 ERROR]: [Dynmap-GriefPrevention] Plugin Dynmap-GriefPrevention v0.70 h
as failed to register events for class org.dynmap.griefprevention.DynmapGriefPre
ventionPlugin$GPListener because me/ryanhamshire/GriefPrevention/events/ClaimCre
atedEvent does not exist.
[11:50:47 INFO]: [Dynmap-GriefPrevention] version 0.70 is activated
//Some other stuff loads
[11:50:49 WARN]: [Dynmap-GriefPrevention] Task #47 for Dynmap-GriefPrevention v0
.70 generated an exception
java.lang.NoSuchMethodError: me.ryanhamshire.GriefPrevention.Claim.getUUID()Ljav
a/util/UUID;
at org.dynmap.griefprevention.DynmapGriefPreventionPlugin.handleClaim(Dy
nmapGriefPreventionPlugin.java:220) ~[?:?]
at org.dynmap.griefprevention.DynmapGriefPreventionPlugin.updateClaims(D
ynmapGriefPreventionPlugin.java:278) ~[?:?]
at org.dynmap.griefprevention.DynmapGriefPreventionPlugin.access$100(Dyn
mapGriefPreventionPlugin.java:42) ~[?:?]
at org.dynmap.griefprevention.DynmapGriefPreventionPlugin$GriefPreventio
nUpdate.run(DynmapGriefPreventionPlugin.java:109) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java
:71) ~[spigot_server.jar:git-Spigot-47b1dff-f233e7d]
at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHea
rtbeat(CraftScheduler.java:350) [spigot_server.jar:git-Spigot-47b1dff-f233e7d]
at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:6
94) [spigot_server.jar:git-Spigot-47b1dff-f233e7d]
at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:3
16) [spigot_server.jar:git-Spigot-47b1dff-f233e7d]
at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:6
23) [spigot_server.jar:git-Spigot-47b1dff-f233e7d]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java
:526) [spigot_server.jar:git-Spigot-47b1dff-f233e7d]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
The text was updated successfully, but these errors were encountered: