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
Apparently an error shown below has has been showing up whenever the server boots up. It's our first time using this plugin, coming from DynMap. Our installation process was nothing unusual, just drag-and-drop to the plugins folder.
java.lang.NoSuchFieldError: Class net.minecraft.server.level.ServerLevel does not have member field 'net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess levelStorageAccess'
at Pl3xMap-1.21.4-520.jar/net.pl3x.map.bukkit.BukkitWorld.<init>(BukkitWorld.java:56) ~[Pl3xMap-1.21.4-520.jar:?]
at Pl3xMap-1.21.4-520.jar/net.pl3x.map.bukkit.Pl3xMapImpl.lambda$loadWorlds$0(Pl3xMapImpl.java:185) ~[Pl3xMap-1.21.4-520.jar:?]
at Pl3xMap-1.21.4-520.jar/net.pl3x.map.core.registry.WorldRegistry.getOrDefault(WorldRegistry.java:37) ~[Pl3xMap-1.21.4-520.jar:?]
at Pl3xMap-1.21.4-520.jar/net.pl3x.map.bukkit.Pl3xMapImpl.lambda$loadWorlds$1(Pl3xMapImpl.java:184) ~[Pl3xMap-1.21.4-520.jar:?]
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[?:?]
at Pl3xMap-1.21.4-520.jar/net.pl3x.map.bukkit.Pl3xMapImpl.loadWorlds(Pl3xMapImpl.java:184) ~[Pl3xMap-1.21.4-520.jar:?]
at Pl3xMap-1.21.4-520.jar/net.pl3x.map.core.Pl3xMap.enable(Pl3xMap.java:235) ~[Pl3xMap-1.21.4-520.jar:?]
at Pl3xMap-1.21.4-520.jar/net.pl3x.map.bukkit.Pl3xMapImpl.enable(Pl3xMapImpl.java:76) ~[Pl3xMap-1.21.4-520.jar:?]
at Pl3xMap-1.21.4-520.jar/net.pl3x.map.bukkit.Pl3xMapBukkit.onEnable(Pl3xMapBukkit.java:62) ~[Pl3xMap-1.21.4-520.jar:?]
We initially assumed that it was an outdated version, but this one is indeed for 1.21.4. I tested it on a fresh local Spigot server and the same error showed up. Although thankfully the workaround was as simple as using an older version. I used 1.21.4-517 and it launched without any errors, both on the local server and on the deployed server.
I should add that I have not tested the plugin yet beyond this point--I'm not usually the one handling that for our server. Though I suppose that warrants an issue of its own should any further issues arise.
The text was updated successfully, but these errors were encountered:
Apparently an error shown below has has been showing up whenever the server boots up. It's our first time using this plugin, coming from DynMap. Our installation process was nothing unusual, just drag-and-drop to the plugins folder.
We initially assumed that it was an outdated version, but this one is indeed for 1.21.4. I tested it on a fresh local Spigot server and the same error showed up. Although thankfully the workaround was as simple as using an older version. I used 1.21.4-517 and it launched without any errors, both on the local server and on the deployed server.
I should add that I have not tested the plugin yet beyond this point--I'm not usually the one handling that for our server. Though I suppose that warrants an issue of its own should any further issues arise.
The text was updated successfully, but these errors were encountered: