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?
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: []