-
Notifications
You must be signed in to change notification settings - Fork 17
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
Dynmap-Griefprevention bug with 1.6.1 #2
Comments
What version of GriefPrevention are you running? Please try newest Dynmap-GriefPrevention release if it's a recent one. |
I have similar error: I have tried with both 0.60 and 0.70 using Dynmap 1.8 and GriefPrevention build 126 and 127. I suspect your using the old API for GP and after the rewrite I suspect things have changed. |
I only support versions published (d.b.o or otherwise). Dev builds aren't supported. I'll look at updating the dev build of Dynmap-GP to use the dev builds, but will not release until their is a corresponding release of GP |
I switched to a new map and did /dynmap purgeworld to all worlds i had. Here the error I get:
2013-07-03 12:40:53 [WARNING] [Dynmap-GriefPrevention] Task #47 for Dynmap-GriefPrevention v0.40 generated an exception
java.lang.ClassCastException: me.ryanhamshire.GriefPrevention.ClaimArray cannot be cast to java.util.ArrayList
at org.dynmap.griefprevention.DynmapGriefPreventionPlugin.updateClaims(DynmapGriefPreventionPlugin.java:239)
at org.dynmap.griefprevention.DynmapGriefPreventionPlugin.access$000(DynmapGriefPreventionPlugin.java:34)
at org.dynmap.griefprevention.DynmapGriefPreventionPlugin$GriefPreventionUpdate.run(DynmapGriefPreventionPlugin.java:94)
at org.bukkit.craftbukkit.v1_6_R1.scheduler.CraftTask.run(CraftTask.java:58)
at org.bukkit.craftbukkit.v1_6_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
at net.minecraft.server.v1_6_R1.MinecraftServer.t(MinecraftServer.java:518)
at net.minecraft.server.v1_6_R1.DedicatedServer.t(DedicatedServer.java:235)
at net.minecraft.server.v1_6_R1.MinecraftServer.s(MinecraftServer.java:481)
at net.minecraft.server.v1_6_R1.MinecraftServer.run(MinecraftServer.java:413)
at net.minecraft.server.v1_6_R1.ThreadServerApplication.run(SourceFile:582)
The text was updated successfully, but these errors were encountered: