Skip to content
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

Error with spigot 1.8 #14

Open
BetaPotato opened this issue Jan 2, 2015 · 2 comments
Open

Error with spigot 1.8 #14

BetaPotato opened this issue Jan 2, 2015 · 2 comments

Comments

@BetaPotato
Copy link

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]

@mikeprimm
Copy link
Member

Looks like unsupported version of GriefPrevention (at least for the Dynmap-GriefPrevention you are running). What version are you using

@BetaPotato
Copy link
Author

I was using GriefPrevention v10.1 and dynmap v2.1-SNAPSHOT-1077

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants