By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
✔️ Passing PHPStan Level 9
✔️ Simple world management commands
✔️ Custom generators (Vanilla, Ender, Nether, Void, SkyBlock)
✔️ Supports last PocketMine API version
✔️ Multi-language system
✔️ Simple API for other plugins
✔️ Command autofill
/mw
(/multiworld
) except for the /gamerule
command that was added as an alias to change game rules from settings./mw help
All MultiWorld Commands:
Command | Description |
---|---|
/mw help |
Displays list of all MultiWorld commands Alias: /mw ? Usage: /mw help <page: 0-1>
|
/mw create |
Generate new world using seed and generator Aliases: /mw new , /mw generate Usage: /mw create <levelName> [seed] [generator] Seed is value seed is the initial value by which the world is generated, when you set it empty, world will be generated by random number. You can use 6 generators ( Normal , Nether , End , Void , SkyBock and Nether_Old = Nether generator without glowstone and quartz ore) |
/mw teleport |
Teleports you or seleced player to world spawn Aliases: /mw tp , /tp move Usage: /mw tp <levelName> [player] If you are using Slapper plugin and after you click on the npc you want to move the player to another world, you can use /slapper edit <id> addcommand mw tp <world> {player} command |
/mw list |
Displays list of all levels Alias: /mw ls Usage: /mw list
|
/mw info |
Displays level information Alias: /mw i Usage: /mw info This command can be used only in game |
/mw delete |
Remove level Aliases: /mw del , /mw dl , /mw remove , /mw rm Usage: /mw remove <level> Default level can not be deleted |
/mw load |
Loads level Aliases: /mw ld Usage: /mw load <level>
|
/mw unload |
Unloads level Aliases: /mw unld Usage: /mw unload <level>
|
/mw rename |
Renames level Aliases: /mw rnm , /mw re Usage: /mw rename <levelName> <newName> This command changes name of the folder and of nbt too. |
/mw manage |
Opens world form manager Aliases: /mw mng , /mw mg Usage: /mw manage The form manager just dispatches command as a player, so player needs also permission for the command. |
/mw setspawn |
Sets world spawn to player's position Usage: /mw setspawn
|
/mw setlobby |
Set server lobby to player's position Usage: /mw setlobby
|
Icon
Vanilla (Overworld & Nether) generators
Translations
MultiWorld - PocketMine plugin that manages worlds.
Copyright (C) 2018 - 2023 CzechPMDevs
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Full license here.
Some crashes are now handled so message is shown with no server crash
New commands /mw setlobby & /mw setspawn, both updating specific positions to player's position
Removed deprecated stuff from language resources
Ender generator GENERERATES WORLD DIFFERENTLY (You might want to re-generate your end world). (#278)
Updated plugin to PM 5.x
This update may contain some bugs due to quick update. If you find some, please submit those to github in order to make fixes as quick as possible.
1.4.1 news:
1.4.2 news:
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time