Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

pls update for 1.21.1

CloudeLecaw opened this issue ยท 19 comments

commented
[18:47:23] [Server thread/INFO]: [dynmap] version=1.21.1-3-70dfa46 (MC: 1.21.1)
[18:47:23] [Server thread/ERROR]: [dynmap] Cannot find [Lnet.minecraft.server.BiomeBase;
[18:47:23] [Server thread/ERROR]: [dynmap] Cannot find net.minecraft.server.BiomeStorage
[18:47:23] [Server thread/ERROR]: [dynmap] Unable to find method getHandle for org.bukkit.craftbukkit.CraftChunk
[18:47:23] [Server thread/ERROR]: [dynmap] Unable to find method getValue for com.mojang.authlib.properties.Property
[18:47:23] [Server thread/ERROR]: [dynmap] Error loading org.dynmap.bukkit.helper.BukkitVersionHelperCB
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:74) ~[?:?]
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) ~[?:?]
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) ~[?:?]
	at Dynmap-3.7_Beta6.jar/org.dynmap.bukkit.Helper.loadVersionHelper(Helper.java:15) ~[Dynmap-3.7_Beta6.jar:?]
	at Dynmap-3.7_Beta6.jar/org.dynmap.bukkit.Helper.getHelper(Helper.java:103) ~[Dynmap-3.7_Beta6.jar:?]
	at Dynmap-3.7_Beta6.jar/org.dynmap.bukkit.DynmapPlugin.onLoad(DynmapPlugin.java:900) ~[Dynmap-3.7_Beta6.jar:?]
	at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59) ~[paper-1.21.1.jar:1.21.1-3-70dfa46]
	at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18) ~[paper-1.21.1.jar:1.21.1-3-70dfa46]
	at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[paper-1.21.1.jar:1.21.1-3-70dfa46]
	at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:40) ~[paper-1.21.1.jar:1.21.1-3-70dfa46]
	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:546) ~[paper-1.21.1.jar:1.21.1-3-70dfa46]
	at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:292) ~[paper-1.21.1.jar:1.21.1-3-70dfa46]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1215) ~[paper-1.21.1.jar:1.21.1-3-70dfa46]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.1.jar:1.21.1-3-70dfa46]
	at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Error initializing dynmap - bukkit version incompatible!
	at Dynmap-3.7_Beta6.jar/org.dynmap.bukkit.helper.BukkitVersionHelperGeneric.<init>(BukkitVersionHelperGeneric.java:166) ~[Dynmap-3.7_Beta6.jar:?]
	at Dynmap-3.7_Beta6.jar/org.dynmap.bukkit.helper.BukkitVersionHelperCB.<init>(BukkitVersionHelperCB.java:44) ~[Dynmap-3.7_Beta6.jar:?]
	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) ~[?:?]
	... 14 more
[18:47:23] [Server thread/INFO]: [dynmap] Mod Support API available
commented

Hello, as explained on 1.21.1 patch notes (a hotfix version that addresses some critical exploits), and as we - server admins - are highly encouraged to upgrade to this version, I hope Dynmap will be updated soon to support this 1.21.1 patch ๐Ÿ™

commented

I can confirm the same issue for Paper versions 1.21.1-1 through 1.21.1-5, with Dynmap 3.7-948, worked fine on latest Paper 1.21.

commented

I'm having the same issue

commented

yes can u pls update?

commented

When is the plugin update expected to be released for 1.21.1?

commented

open your dynmap.jar file with 7-zip and edit mod.json file:

"minecraft": ["1.21-rc.1", "1.21", "1.21.1"]

my fabric server work now dynmap 1.21.1 without problems.

commented

open your dynmap.jar file with 7-zip and edit mod.json file:

"minecraft": ["1.21-rc.1", "1.21", "1.21.1"]

my fabric server work now dynmap 1.21.1 without problems.

paper spigot and bukkit have no mod.json file inside the jar.

commented

Also having issues with 1.21.1 after it working in 1.21. Running paper 1.21.1-5,12,13. Error:

[23:14:19 ERROR]: Error occurred while enabling dynmap v3.7-SNAPSHOT-948 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "org.dynmap.DynmapCore.disableCore()" because "this.core" is null
	at Dynmap-3.7-beta-6-spigot.jar/org.dynmap.bukkit.DynmapPlugin.onDisable(DynmapPlugin.java:1094) ~[Dynmap-3.7-beta-6-spigot.jar:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:291) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
	at Dynmap-3.7-beta-6-spigot.jar/org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:916) ~[Dynmap-3.7-beta-6-spigot.jar:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
	at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.1.jar:1.21.1-13-7c9240f]
	at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.1.jar:1.21.1-13-7c9240f]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:640) ~[paper-1.21.1.jar:1.21.1-13-7c9240f]
	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:589) ~[paper-1.21.1.jar:1.21.1-13-7c9240f]
	at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:754) ~[paper-1.21.1.jar:1.21.1-13-7c9240f]
	at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:516) ~[paper-1.21.1.jar:1.21.1-13-7c9240f]
	at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:329) ~[paper-1.21.1.jar:1.21.1-13-7c9240f]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1215) ~[paper-1.21.1.jar:1.21.1-13-7c9240f]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.1.jar:1.21.1-13-7c9240f]
	at java.base/java.lang.Thread.run(Thread.java:1570) ~[?:?]
commented

Also having issues with 1.21.1 after it working in 1.21. Running paper 1.21.1-5,12,13. Error:

[...]
dynmap v3.7-SNAPSHOT-948
[...]

Try the new snapshot 949.

commented

Try the new snapshot 949.

How do I get that version? The latest on Spigot download link is beta 6.

commented

Here's my version: Dynmap-3.7-SNAPSHOT-spigot.jar made by myself according to the tutorial on discord.
It works, while we wait for the official version.

commented

Try the new snapshot 949.

How do I get that version? The latest on Spigot download link is beta 6.

Use the HEAD files from http://mikeprimm.com/dynmap/builds/dynmap/?C=M;O=D (the link sorts the listing by modification timestamp, so you'll get the newest ones at the top), in your case the Dynmap-HEAD-spigot.jar.

EDIT: Ah, looks like the 949 build one is gone since I checked it a few days ago, it probly didn't work even as well as 948. Unless I somehow misread 8 as 9.

commented

I am also having the same issue as OP. I am running a 1.21.1 papern server and got the same error messages on my console. The paper version doesn't seem to have the mod.json to edit. So I am now just waiting on a update of this plugin or a hot fix someone can lead me to in the meantime.

commented

Try the new snapshot 949.

How do I get that version? The latest on Spigot download link is beta 6.

Use the HEAD files from http://mikeprimm.com/dynmap/builds/dynmap/?C=M;O=D (the link sorts the listing by modification timestamp, so you'll get the newest ones at the top), in your case the Dynmap-HEAD-spigot.jar.

Thank you for the tips :)
Indeed, the last build is still based on 3.7-SNAPSHOT-948.
Anyway, I bookmarked the link to get the last build as soon as available!

commented

Here's my version: Dynmap-3.7-SNAPSHOT-spigot.jar made by myself according to the tutorial on discord. It works, while we wait for the official version.

This worked! Thank you!

commented

Try the new snapshot 949.

How do I get that version? The latest on Spigot download link is beta 6.

Use the HEAD files from http://mikeprimm.com/dynmap/builds/dynmap/?C=M;O=D (the link sorts the listing by modification timestamp, so you'll get the newest ones at the top), in your case the Dynmap-HEAD-spigot.jar.

Thank you for the tip :) Indeed, the last build is still based on 3.7-SNAPSHOT-948. Anyway, I bookmarked the link to get the last build as soon as available!

Ah, looks like the 949 build one is gone since I checked it a few days ago, it probly didn't work even as well as 948. Unless I somehow misread 8 as 9.

commented

Here's my version: Dynmap-3.7-SNAPSHOT-spigot.jar made by myself according to the tutorial on discord. It works, while we wait for the official version.

This worked for me and my paper server 1.21.1. Thank you!

commented

Here's my version: Dynmap-3.7-SNAPSHOT-spigot.jar made by myself according to the tutorial on discord. It works, while we wait for the official version.

This worked for me too. Thank you for sharing <3

commented

Anyway, I bookmarked the link to get the last build as soon as available!

Here it is :) https://mikeprimm.com/dynmap/builds/dynmap/Dynmap-3.7-beta-7-spigot.jar