CzechPMDevs / MultiWorld

🌎 An advanced world management PocketMine plugin with custom world generators.
GNU General Public License v3.0
105 stars 77 forks source link

Can't Generate new worlds #231

Closed BobbyTowers closed 2 years ago

BobbyTowers commented 3 years ago

Describe the bug Trying to create a new nether in game and on the server side. /mw create [seed] [generator] [17:25:00] [Server thread/INFO]: Starting Minecraft: Bedrock Edition server version v1.17.40 [17:43:48] [Server thread/INFO]: This server is running PocketMine-MP version 3.25.1 [17:37:23] [Server thread/INFO]: Usage: /mw create [seed] [generator] mw create Nether Nether [17:37:36] [Server thread/INFO]: Generator not found. mw create Nether [17:38:06] [Server thread/INFO]: Generator not found.

To Reproduce /mw create Nether Nether

Expected behavior Trying to generate a new nether world.

Desktop (please complete the following information):

Bodhi-Teraguchi commented 3 years ago

same here.

VixikHD commented 3 years ago

Use correct syntax - first argument on this command should be seed, not generator.

BobbyTowers commented 3 years ago

@VixikHD Can you show my proper syntax to create one!? I'm getting back on MCPE. I can send you a PM and you can try it?

VixikHD commented 3 years ago

https://discord.gg/uwBf2jS

Bodhi-Teraguchi commented 3 years ago

I got it to work with /mw create [seed] [generator] but I needed to include the [] instead of leaving the seed blank. so /mw create <name> [] Normal