squaremap

squaremap

1.9k Downloads

The command "/map fullrender" does not render the entire map.

WuYouOwO opened this issue · 6 comments

commented

as shown

commented

73d05a8eac71764c04be0c72d1dfc5c1

commented

a806524f77af82807c7ddded3faf708f

commented

I'm using an Earth map.
However, the "/map fullrender" rendering process only renders most of the map, the rest of the map is rendered when the player runs over it.

commented

Your world is missing some data required for squaremap to render those chunks, earthmaps are pretty notorious for this.

Whenever a player visits an area your server will automatically generate this data, hence why squaremap will only render the areas a player has visited

The easiest fix is to use a pregeneration plugin like chunky to generate this data for you without having to visit those areas ingame

commented

See above explanation

commented

Understood. Thank you for your answer. :)