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 playerclaims on my server aren't showing up on dynmap.
I use Griefdefender 2.3.2 and GDHooks v0.8-DEV.
on Startup GDHooks prints the following message to the console:
[20:15:43 WARN]: [GDHooks] Plugin GDHooks v0.8-DEV generated an exception while executing task 262
java.lang.NullPointerException: Cannot invoke "com.griefdefender.api.claim.ClaimManager.getWorldClaims()" because the return value of "com.griefdefender.GDCore.getClaimManager(java.util.UUID)" is null
at com.griefdefender.GDCore.getAllClaims(GDCore.java:157) ~[?:?]
at com.griefdefender.hooks.provider.DynmapProvider.updateClaims(DynmapProvider.java:261) ~[?:?]
at com.griefdefender.hooks.provider.DynmapProvider.access$300(DynmapProvider.java:61) ~[?:?]
at com.griefdefender.hooks.provider.DynmapProvider$GriefDefenderUpdate.run(DynmapProvider.java:342) ~[?:?]
at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.19.3.jar:git-Paper-384]
at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.19.3.jar:git-Paper-384]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.19.3.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
How can i fix that?
Thx for help
The text was updated successfully, but these errors were encountered:
Hello,
the playerclaims on my server aren't showing up on dynmap.
I use Griefdefender 2.3.2 and GDHooks v0.8-DEV.
on Startup GDHooks prints the following message to the console:
How can i fix that?
Thx for help
The text was updated successfully, but these errors were encountered: