[SPIGOT-1569] Bukkit.createMap() only returns the map with id 0 Created: 01/Mar/16 Updated: 18/Nov/16 Resolved: 01/Mar/16 |
|
| Status: | Resolved |
| Project: | Spigot |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Fupery | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 1.9, api, bukkit | ||
| Environment: |
Freshly created Spigot 1.9 server, built with the latest BuildTools (#49), with no other plugins running. |
||
| Attachments: |
|
| Description |
|
Calling Bukkit.createMap() returns the same map (with a Map ID 0) every time without fail. Additionally, no new map data files are created in the /world/data folder. I made a little plugin The code for this plugin can be found here. |