betterphp / InfinitePlots

A plugin for Bukkit based Minecraft server that can generate infinite square plots of a configurable size.
http://dev.bukkit.org/server-mods/infiniteplots/
3 stars 4 forks source link

size: 32 #7

Closed h0us3cat closed 12 years ago

h0us3cat commented 12 years ago

I used /mv create myworld normal -g InfinitePlots:32. So far it worked fine, i have plots of 32x32. Next i made a border with worldborder and filled the world. Result: http://maps.myminecraft.org/#/105/64/10/max/0/0. But now if players go to the border the gen generates new plots of 64x64 outside of the border. http://maps.myminecraft.org/#/29/64/965/-2/0/0 I have size: 32 in my config.

betterphp commented 12 years ago

Which world management plugin are you using ? It looks like the outer chunks are not being given the correct ID value. Did this happen after a restart too ?

h0us3cat commented 12 years ago

I use multiverse, not sure about after a restart. But i think found the problem, in the worlds.yml of multiverse I see generator: InfinitePlots:64, changed it to 32 now. I can check it tomorrow how it works. I have no idea why it was set to 64.