InventivetalentDev / MapManager

MIT License
54 stars 20 forks source link

Needs updating for 1.16 #60

Closed OverDhill closed 4 years ago

OverDhill commented 4 years ago

What steps will reproduce the problem?

  1. Loading Paper will give a lot of errors in the log file. Nothing seems to be broke in the game.
[21:32:46] [Server thread/ERROR]: Error loading saved data: map_1025
java.lang.IllegalArgumentException: Invalid map dimension: 12
at net.minecraft.server.v1_16_R1.WorldMap.lambda$a$0(WorldMap.java:98) ~[patched_1.16.1.jar:git-Paper-18]
at java.util.Optional.orElseGet(Unknown Source) ~[?:1.8.0_251]
at net.minecraft.server.v1_16_R1.WorldMap.a(WorldMap.java:81) ~[patched_1.16.1.jar:git-Paper-18]
at net.minecraft.server.v1_16_R1.WorldPersistentData.c(WorldPersistentData.java:68) ~[patched_1.16.1.jar:git-Paper-18]
at net.minecraft.server.v1_16_R1.WorldPersistentData.b(WorldPersistentData.java:52) ~[patched_1.16.1.jar:git-Paper-18]
at net.minecraft.server.v1_16_R1.WorldServer.a(WorldServer.java:1700) ~[patched_1.16.1.jar:git-Paper-18]
at org.bukkit.craftbukkit.v1_16_R1.CraftServer.getMap(CraftServer.java:1452) ~[patched_1.16.1.jar:git-Paper-18]
at org.bukkit.craftbukkit.v1_16_R1.CraftServer.getMap(CraftServer.java:231) ~[patched_1.16.1.jar:git-Paper-18]
at org.bukkit.Bukkit.getMap(Bukkit.java:627) ~[patched_1.16.1.jar:git-Paper-18]
at org.inventivetalent.mapmanager.MapManagerPlugin.onEnable(MapManagerPlugin.java:88) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.1.jar:git-Paper-18]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.1.jar:git-Paper-18]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.1.jar:git-Paper-18]
at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugin(CraftServer.java:498) ~[patched_1.16.1.jar:git-Paper-18]
at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugins(CraftServer.java:412) ~[patched_1.16.1.jar:git-Paper-18]
at net.minecraft.server.v1_16_R1.MinecraftServer.loadWorld(MinecraftServer.java:471) ~[patched_1.16.1.jar:git-Paper-18]
at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.1.jar:git-Paper-18]
at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:940) ~[patched_1.16.1.jar:git-Paper-18]
at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.1.jar:git-Paper-18]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_251] 

What were you expecting to happen? What happened instead?

What version of the plugin are you using? Type /version <Plugin Name>

What Spigot version are you using? Type /version

Paper 24

What plugins ae you using? Type /plugins

Do you have an error log? Use pastebin.com. If you're not sure, upload your whole server log

Did your client crash? Upload errors in .minecraft/logs/latest.log as well

Additional information? (Are you using Bungeecord? Did it work in previous versions? etc.)

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.94. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

InventivetalentDev commented 4 years ago

This is likely not specific to 1.16 as the same error occurs when you load maps in deleted dimensions.

stijnb1234 commented 4 years ago

Take a look at #51

stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.