Open sandain opened 5 years ago
I might try to work on this as I have found a really neat map program called BlueMap
BlueMap is a program that reads your Minecraft world files and generates not only a map, but also 3D-models of the whole surface. With the web-app you then can look at those in your browser and basically view the world as if you were ingame! Or just look at it from far away to get an overview.
BlueMap comes as a Spigot/Paper or Sponge Plugin, as a Fabric or Forge-Mod and you can also use BlueMap without any Server from the Command-Line as a standalone tool.
Here are a couple of examples I found https://mc.marc.tv/3d/ https://drehmal.cyou/#3d/
It would be nice to make it easier to change mapping programs in MSCS. Currently, the configuration for Overviewer is hard coded into the script, making it difficult to change programs if necessary. It would be fantastic to move this configuration into either the
mscs.defaults
ormscs.properties
files (or both probably) to make it easier to use different mapping programs for each world, or change the default mapper for all world servers.