trees are not showing
1Pootis1 opened this issue ยท 4 comments
The EarthMC and custom worldpainter maps havr many known issues with Dynmap such as, incomplete render, only rendering where players have visited, or not rendering leaves and other foliage.
This is a result of how the map was made and is not an issue with Dynmap, luckily there is a fix.
- Download the WorldBorder plugin: https://www.spigotmc.org/resources/worldborder.60905/
- Pause Dynmap: /dynmap pause all
- Run worldborder with the force flag: /wb [worldname] fill [freq] [pad] [force]
- [worldname] is the name of your world folder
- [freq] is how many chunks a second are generated, 20 is the default. WARNING: setting this too high will cause server lag
- [pad] how many chunks beyond the border to generate, this makes sure that if a player visits the border, all chunks are already generated. The default is 208, I recommend setting this to 0 for EarthMC
- [force] This must be set to true
- Wait for worldborder to finish
- Unpause Dynmap /dynmap pause none, you may have to restart the fullrender using /dynmap fullrender [worldname]
I don't know if worldborder still works, the other way is to fly around the world and generate the chunks that way
@1Pootis1 did you manage to fix it?