Skip to content
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

Pl3xMap fails to load on Spigot/Purpur (v1.21.4) #80

Open
DefinitelyRus opened this issue Dec 28, 2024 · 4 comments
Open

Pl3xMap fails to load on Spigot/Purpur (v1.21.4) #80

DefinitelyRus opened this issue Dec 28, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@DefinitelyRus
Copy link

DefinitelyRus commented Dec 28, 2024

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.

@Surax23
Copy link

Surax23 commented Jan 2, 2025

Affirmative. Same on Purpur 1.21.4-2376-HEAD@4bf1b98 (2024-12-20T23:48:12Z) for Minecraft 1.21.4.

@jub-jan
Copy link

jub-jan commented Jan 3, 2025

can confirm on spigot 1.21.4 with buildtools

@granny granny changed the title Pl3xMap v1.21.4-520 fails to load on Spigot v1.21.4. Pl3xMap fails to load on Spigot (v1.21.4) Jan 3, 2025
@granny granny added the bug Something isn't working label Jan 3, 2025
@granny granny changed the title Pl3xMap fails to load on Spigot (v1.21.4) Pl3xMap fails to load on Spigot/Purpur (v1.21.4) Jan 3, 2025
@adabugra
Copy link

adabugra commented Jan 5, 2025

can confirm on Folia 1.21.4

@yonta
Copy link

yonta commented Jan 8, 2025

can not confirm on PaperMC v1.21.4-75, Pl3xMap is working correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants