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
Error in log file during startup after upgrading to Spigot 1.16.3:
[Server thread/ERROR]: Error occurred while enabling Dynmap-WorldGuard v1.3-SNAPSHOT (Is it up to date?)
java.lang.NullPointerException: null
at org.dynmap.bukkit.DynmapPlugin.getMarkerAPI(DynmapPlugin.java:1042) ~[?:?]
at org.dynmap.worldguard.DynmapWorldGuardPlugin.activate(DynmapWorldGuardPlugin.java:422) ~[?:?]
at org.dynmap.worldguard.DynmapWorldGuardPlugin.onEnable(DynmapWorldGuardPlugin.java:394) ~[?:?]
[snip]
Roll back to 1.16.2 and the plugin functions perfectly again.
The text was updated successfully, but these errors were encountered:
Error in log file during startup after upgrading to Spigot 1.16.3:
[Server thread/ERROR]: Error occurred while enabling Dynmap-WorldGuard v1.3-SNAPSHOT (Is it up to date?)
java.lang.NullPointerException: null
at org.dynmap.bukkit.DynmapPlugin.getMarkerAPI(DynmapPlugin.java:1042) ~[?:?]
at org.dynmap.worldguard.DynmapWorldGuardPlugin.activate(DynmapWorldGuardPlugin.java:422) ~[?:?]
at org.dynmap.worldguard.DynmapWorldGuardPlugin.onEnable(DynmapWorldGuardPlugin.java:394) ~[?:?]
[snip]
Roll back to 1.16.2 and the plugin functions perfectly again.
The text was updated successfully, but these errors were encountered: