aliuly submitted a new plugin: ManyWorlds - Basic commands for MultiWorld functionality Read more about this plugin...
aliuly updated ManyWorlds with a new update entry: Second release Read the rest of this update entry...
I need help I want to generate a flat world using this preset 3;1*minecraft:bedrock,40*minecraft:stone,6*minecraft:dirt,1*minecraft:grass;1;village,mineshaft(chance=0.01),stronghold(chance=32 count=3 spread=3),decoration,lake But When I Generate it and go to it its a normal flat world PLEASE HELP ME
Yes, because: 1. There was a typo in "Server.php" whereby the presets are ignored. You would have to use a dev version of PocketMine-MP. 2. The presets string uses an "old-style" preset configuration, and only the block settings are used. The decoration, biome etc, are ignored. So, your string would look like: 3;7,40x1,6x3,2;1;
I wanna start with this... AMAZING plugin!!! But what im missing is and auto world loader, so that all worlds load on server startup. When i start world now i get 200 errors from different plugins that works on non-default worlds. and then i need to manually load all the other worlds..
This is described in the FAQ: Q: How do I load multiple worlds on start-up? A: That functionality is provided by PocketMine-MP core by default. In the pocketmine.yml file there is a worlds section where you can define which worlds to load on start-up. It does not load all the worlds, but you can easily add the worlds that you need loading.
When you teleport to a world it Broadcasts to the whole server you teleported to that world can you make it so we can disable this? Other then that the plugin rocks
I am still busy updating this plugin with other features. In the meantime you could use this (not fully tested) version... After installing and first run it will create a "config.yml" with a "settings" section with a "broadcast-tp: true". Change to "false"
hey please add 'Automatic Map Load because after all restarts I must load maps Manuel and this sucks I little bit -------------------- The plugin is very nice i like it so much it is the best multi Map Plugin! good job!!
Automatic map loader after restarts is a PocketMine feature. You simply list the maps that you want to load in your pocketmine.yml file.
aliuly updated ManyWorlds with a new update entry: BugFix release Read the rest of this update entry...
aliuly updated ManyWorlds with a new update entry: API updates and Fixes Read the rest of this update entry...
What version of PocketMine are you running? There are versions of PocketMine that will ignore the world type setting. Did you verify that you get "flat" when you do /mw ls minigames? You need to be using at least v1.4.1 and even that one had a typo that ignored the presets.