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

pmmp-make a void only world

Discussion in 'Help' started by sxkumo, Feb 18, 2021.

  1. sxkumo

    sxkumo Silverfish

    Messages:
    18
    GitHub:
    sxkumo
    so ive been looking around for a way to make a world completely empty and i found this

    $this->getServer()->generateLevel($FFA1, null, "pocketmine\level\generator\Flat", ["preset" => "3;;1"]);

    idk what to do with it really or where to apply it if anyone could help me with this code or any other way to do this would be much appreciated.
     
  2. Mcbeany

    Mcbeany Spider Jockey

    Messages:
    33
    GitHub:
    mcbeany
  3. sxkumo

    sxkumo Silverfish

    Messages:
    18
    GitHub:
    sxkumo
  4. Primus

    Primus Zombie Pigman

    Messages:
    749
    PHP:
    Plugin::onLoad() or Plugin::onEnable()
     
  5. sxkumo

    sxkumo Silverfish

    Messages:
    18
    GitHub:
    sxkumo
    sorry im sort of new like..what file is that in?server properties?i have a world generator
     
  6. Primus

    Primus Zombie Pigman

    Messages:
    749
    My fault, I assumed you're asking for help in plugin development.

    Plugin by @aliuly is outdated: https://github.com/Muirfield/EmptyWorld unless someone have updated it, I do not know.

    Also why you accept this approach as solution when you're clearly generating "FLAT" world instead of "completely empty" as you've asked.

    I think one of his other creations: https://github.com/Muirfield/ManyWorlds he had option to generate a "void" world, that seems to match your request. I can't test anything. I posted links to original repository, not to confuse you, but to pay respect for him.

    Here is what you're looking for: https://github.com/CzechPMDevs/MultiWorld

    Read the front page, and you'll find it there.
     
    Last edited: Feb 20, 2021
  7. sxkumo

    sxkumo Silverfish

    Messages:
    18
    GitHub:
    sxkumo
    thanks ill check them out
     
  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.