Updated Home (markdown)

Lukas Rieger 2020-04-05 10:04:30 +02:00
parent 105474e56f
commit 63d007142a
1 changed files with 5 additions and 0 deletions

@ -39,6 +39,11 @@ Here is a checklist:
- 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: My block-textures are messed up when i zoom in on the map!
First, try to clear your browser-cache. *(Ctrl+F5 might not be enough)*<br>
If that doesn't help you might have changed some bluemap-settings that require a complete re-render of the map:
Delete the whole folder that contains your rendered map data *(including the `textures.json`, `bluemap/web/data` by default)*, and use `/bluemap render <world>` to render the maps again. Then clear your browser-cache again and it should be fixed :)
### Q: I have a black map / a lot of the map is missing!
- Have you used `/bluemap render <world>` 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.