-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Bukkit#getMap(id) no longer works on 1.20.2 #9788
Copy link
Copy link
Closed
Labels
status: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.Disputed bug is accepted as valid or Feature accepted as desired to be added.type: bugSomething doesn't work as it was intended to.Something doesn't work as it was intended to.
Metadata
Metadata
Assignees
Labels
status: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.Disputed bug is accepted as valid or Feature accepted as desired to be added.type: bugSomething doesn't work as it was intended to.Something doesn't work as it was intended to.
Type
Fields
Give feedbackNo fields configured for Bug.
Projects
Status
Done
Expected behavior
Bukkit.getMap(id)should return a MapView for plugin-created maps following a reboot.Observed/Actual behavior
Bukkit.getMap(id)returns null upon a reboot, breaking plugins that use this API tool. Example:Steps/models to reproduce
Plugin and Datapack List
ImageMaps
Paper version
Other
This is occurring in a world that's existed for a while primarily with ImageMaps populating the map IDs.