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

MultiWorld Spawn /hub Issue

Discussion in 'Plugin Help' started by EerieAlchemist, Mar 13, 2020.

  1. EerieAlchemist

    EerieAlchemist Spider Jockey

    Messages:
    36
    I am trying to set a hub for my worlds. If I use /hub in the world where the hub is located, it is successful. However, if I use it in a different world, it says "world not found." How do I fix this?
     
  2. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    You will need to make sure the world gets loaded when your server is started, you can do this by adding it to the worlds section in your pocketmine.yml like this:
    Code:
    worlds:
      #These settings will override the generator set in server.properties and allows loading multiple levels
      #Example:
      #world:
      # seed: 404
      # generator: FLAT:2;7,59x1,3x3,2;1;decoration(treecount=80 grasscount=45)
      yourworldnamehere: []
     
  3. EerieAlchemist

    EerieAlchemist Spider Jockey

    Messages:
    36
    I'm sorry, but would you mind going through it step by step with me? I'm a noob, sorry :(
     
  4. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    That's the one step
     
  5. EerieAlchemist

    EerieAlchemist Spider Jockey

    Messages:
    36
    So do I add "yourworldnamehere: []" at the bottom? Where do I put my world name?
     
  6. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    Instead of yourworldname
     
  7. EerieAlchemist

    EerieAlchemist Spider Jockey

    Messages:
    36
    I tried that, and it didn't work.
     
  8. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    Did you forget the spaces before the line?
     
  9. EerieAlchemist

    EerieAlchemist Spider Jockey

    Messages:
    36
    Got it. Sorry for the hassle, I think I need a reality check :(
     
  10. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    No problem, yml sucks
     
  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.