Support for > 128 map height?

Discussion in 'Plugin Development' started by thehutch, Dec 29, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    thehutch

    I generated a map of height 2048 using the singleplayer map generation and decided to load this onto my local server however, when I do I get lots of chunk errors about invalid chunks and when I login, the world has been cut down to 128 blocks and everything above is gone :( , anyway of preventing this or does Bukkit need to support this map size?
     
  2. You can't generate it on singleplayer and then move it to multiplayer...You need to generate it in multiplayer, and its not possible (yet) with Bukkit.... @Afforess knows more on this
     
  3. Offline

    MrMag518

    I am pretty sure this aint possible, yet.
     
  4. Offline

    croxis

    I recompiled craftbukkit with heightBit = 8 (256 height) in world.java and it works. A lot of features don't quite work right though above y=128.
     
  5. Offline

    user_43347

    You could cut down the world chunks (the bottom), do the underground is thinner, but that would allow more overland.
     
Thread Status:
Not open for further replies.

Share This Page