Map height

Discussion in 'Plugin Development' started by neko259, Jun 15, 2011.

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

    neko259

    I saw in chunk generator example plugin, that it returns bloks array with the height of 128 pixels. Can I return more blocks to make the map height bigger? Does server/client support it?
     
  2. Offline

    Baummann

    Server: Yes Client: No
     
  3. Offline

    nisovin

    The server doesn't really support it either. The 128 cap is pretty hard-coded into the file save format. You'd have to do some significant modding to change it.
     
  4. Offline

    Baummann

    But how would you mod bukkit?
     
  5. Offline

    nisovin

    By downloading the CraftBukkit code and changing it.
     
  6. Offline

    neko259

    Can bukkit developers remove this cap and add a config for the map height?
     
  7. Offline

    nisovin

    As a general rule, Bukkit does not add or modify any game features. It just adds the plugin framework. So, the answer is no, they can't.
     
Thread Status:
Not open for further replies.

Share This Page