diff --git a/Home.md b/Home.md index 3d60a78..8477788 100644 --- a/Home.md +++ b/Home.md @@ -27,4 +27,23 @@ If you need more help, you can always join the [Discord-Server for BlueMap](http 1. [Block-colors config](Configuring-mods#block-colors-config) 1. [Biomes config](Configuring-mods#biomes-config) 1. [Installing those configs](Configuring-mods#installing-those-configs) - 1. [Infos for modders](Configuring-mods#infos-for-modders) \ No newline at end of file + 1. [Infos for modders](Configuring-mods#infos-for-modders) + +## FAQ +### Q: Where can i open my map? +By default it's your servers public ip-address (e.g. 123.45.67.8) and the port (8100) like this: `http://123.45.67.8:8100/` + +### Q: I still can't access the website! +Here is a checklist: +- Have you set the correct public ip of my server in the configuration? (E.g. `ip: "123.45.67.8"`) +- Do you get a message saying `Webserver started...` in your server-console/log? If not, check the configuration again. +- Is the port (`8100` by default) open and forwarded correctly? Or is your firewall blocking incoming connections on the port? Ask your provider if you don't know this. + +### Q: I have a black map / a lot of the map is missing! +- Have you used `/bluemap render ` yet? If not, do that! :D +- Have you pregenerated your world? The pregenerated chunks that have not been visited by a player might not have their light-data generated yet. BlueMap needs the light data and ignores chunks that don't have it. So it will only render chunks that have been loaded by a player at least once. +- Are you using mods? Some mod might prevent minecraft from generating and storing the light-data. BlueMap needs the light data and ignores chunks that don't have it. Try to find that mod and disable it/remove it to make BlueMap work. + +You can check if the light-data of your chunks is generated by using [NBT-Explorer](https://github.com/jaquadro/NBTExplorer/releases) and open your world-files. If `LightPopulated` is `0` the Light-data is **not** generated and BlueMap will ignore the chunk. (See the screenshot) + +![NBT-Screenshot](https://bluecolored.de/paste/kdufszhg.png) \ No newline at end of file