mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-25 12:05:13 +01:00
Updated Home (markdown)
parent
ddd72cb486
commit
7181365e6e
6
Home.md
6
Home.md
@ -24,20 +24,20 @@ Check your `core.conf` configuration file, did you set `accept-download` to `tru
|
||||
If yes, check if your `webroot` settings in `render.conf` and `webserver.conf` are set to the correct (same) folder.
|
||||
|
||||
### Q: My map isn't updating!
|
||||
BlueMap needs to wait until the server saves the world data to disk, so it may take some time for changes to appear on the map. Also make sure to click `clear tile cache` in the menu on the left to make your browser fetch a fresh copy.
|
||||
BlueMap needs to wait until the server saves the world data to disk, so it may take some time for changes to appear on the map. Also make sure to click `Update Map` in the menu on the left to make your browser fetch a fresh copy.
|
||||
|
||||
### Q: I have black/pink-checkered blocks on my map!
|
||||
Read this: https://github.com/BlueMap-Minecraft/BlueMap/wiki/Configuring-mods
|
||||
|
||||
### Q: My block-textures are messed up when i zoom in on the map!
|
||||
First, press the `clear tile cache` button in BlueMap's menu. This updates all tiles from the server and makes sure your browser has not cached anything weird.<br>
|
||||
First, press the `Update Map` button in BlueMap's menu. This updates all tiles from the server and makes sure your browser has not cached anything weird.<br>
|
||||
You can also try to clear your browser-cache completely. *(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
|
||||
- Press the `clear tile cache` button in BlueMap's menu. This updates all tiles from the server and makes sure your browser has not cached anything weird.
|
||||
- Press the `Update Map` button in BlueMap's menu. This updates all tiles from the server and makes sure your browser has not cached anything weird.
|
||||
- Use the command `/bluemap debug block`. If that is throwing an error, it is likely that you have a mod installed that is not compatible with bluemap. Check the incompatibilities-list below.. If you don't have any mod from the list, please report the error [here](https://github.com/BlueMap-Minecraft/BlueMap/issues).
|
||||
- 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. As a workaround, try to set `ignoreMissingLightData: true` in your map configuration (`render.conf`).
|
||||
|
Loading…
Reference in New Issue
Block a user