squaremap

squaremap

1.9k Downloads

map does not load?

lomar92 opened this issue ยท 4 comments

commented

I just downloaded and configured Squaremap, but it seems like the map isn't loading correctly. My Minecraft server is running in a Docker container with 4GB of RAM. It's a small, private server with a max of 2 players.

Do I need to increase the server specs, or could this be due to the fact that the server is running on version 1.21.30 and the plugin hasn't been updated yet?
Bildschirmfoto 2024-09-18 um 19 57 23

commented

I have the exact same issue.

  • Minecraft version 1.21.1
  • 4GB allocated for Java
  • max 5 players
commented

@lomar92 It seems that by default it only renders areas where players have roamed. Here's how you can render the entire map (runner needs to be an operator):

/squaremap:squaremap fullrender

commented

@lomar92 It seems that by default it only renders areas where players have roamed. Here's how you can render the entire map (runner needs to be an operator):

/squaremap:squaremap fullrender

That's it ! or /squaremap:squaremap radiusrender minecraft:overworld 500 ~ ~ if you want to start by rendering 500 blocks around you

commented

squaremap will not generate chunks. When background rendering is enabled, it will automatically render chunks freshly generated while squaremap is running, and chunks that have block changes while squaremap is running. To render pre-existing chunks from before squaremap was installed you will need to use one of the rendering commands like /map fullrender or /map radiusrender. If you want to generate more chunks you can use another mod like Chunky. For future reference, the Discord is a better place for troubleshooting and other questions, the issue tracker is for final bug reports and feature requests.