1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Change world height limit

Discussion in 'Development' started by Todo56, Nov 24, 2019.

  1. Todo56

    Todo56 Silverfish

    Messages:
    17
    GitHub:
    todo56
    Is there any ways I can change the 256 max building limit? I've tried doing
    PHP:
        public function onEnable()
        {
            foreach (
    $this->getServer()->getLevels() as $level){
                
    $level->setHeightMap(100001000010000);
            }
        }
     
  2. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    I think this is limited by the world format
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.