Multiworld
Craftbukkit 1.9 support!
Multiworld - The official Multiworld Project
The easy to use multiworld plugin, support custom end and nether worlds for each worlds, you can configure what you want, and you get it (limited to what I programmed)
History
I made this plugin because the previous author "Baummann", the original creator of Multiworld, became inactive. Before, it was just a simple plugin with 2 commands: /goto and /newworld. I took control of the project and developed a better version. We are now at version 5.2.8 of Multiworld.
Features
- Custom world generators like a world with deserts
- Allows you to change the gamemode of a player when you enters a world
- Supports relative coordinates with /mw move and /mw goto like the /teleport from vanila minecraft
- Block chat coming from other worlds to create worlds where the users have their own private chat
Commands and Permissions
world commands
| Command | Description | Permissions |
|---|---|---|
| World | ||
| /mw create <world name> [generator] [seed] | Adds a new world to the Multiworld Database. Notice: you can also use this command to add existing worlds. Warning: Do not give to players you don't thrust because they can create unlimited worlds! | multiworld.command.create |
| /mw load <world name> | Loads a world that has been defined in the Multiworld database | multiworld.command.load |
| /mw unload <world name> | Unloads a world that has been defined in the Multiworld database, other plugins cannot see this world anymore | multiworld.command.unload |
| /mw delete <wold name> | Removes a world from the MultiWorld database. Warning: This action is destructive to the settings multiworld has defined to the world! | multiworld.command.delete |
| /mw list | List the worlds multiworld has generated in your server. | multiworld.command.list |
| /mw info | Shows information from a world | multiworld.command.info |
| /mw listgens | List the supported world generators to use with /mw create | multiworld.command.listgens |
| Rules | ||
| /mw listflags | List the possible flags to use with the following commands. | multiworld.command.flags |
| /mw setflag <world> <flagname> <value> | Sets a flag/option on a world. | multiworld.command.setflag |
| /mw getflag <world> <flagname> | Gets a flag from a world, tip use * to get al the world flags. | multiworld.command.getflag |
| Portalling | ||
| /mw link <src-world> <dst-world> | Links all nether portals from <src-world> to <dst-world>. Notice, to use this you need to turn on the nether portal handler! | multiworld.command.link.nether |
| /mw link-end <src-world> <dst-world> | Links al end portals from <src-world> to <dst-world>. Notice, to use this you need to turn on the end portal handler | multiworld.command.link.end |
| Teleportation | ||
| /mw goto <world name> | Teleports yourself to a world, this command can also be used as alias /goto <world> | multiworld.command.goto |
| /mw move <player> <world> | Moves a player to an world | multiworld.command.move |
| Spawning | ||
| /mw spawn | Teleports yourself to spawn, to move other people use /mw move. | multiworld.command.spawn |
| /mw setspawn | Sets the spawn of a world, you can use this to correct the starting spawn point | multiworld.command.setspawn |
| Core and Utility | ||
| /mw save | Saves the plugin data | multiworld.command.save |
| /mw reload | Reload the plugin data | multiworld.command.reload |
| /mw debug | Shows some debugging information, this information is very handy when you create a bug report | multiworld.command.debug |
| /mw help | Shows help about the commands used in Multiworld, useful so you don't need to go to this page | multiworld.command.help |
| /mw easteregg | Not a real command, but there is a easter egg hidden in multiworld | - |
| Other | ||
| - | Permission used to allow multiworld to change the gamemode of the affected player when entering a creative world. Its recommend to give everyone this permission. | multiworld.creativemode |
| - | Gives access to the basic Multiworld moderator controll, this permission won't allow users to modefy settings of existing world, it only allows them to view the settings / teleport to worlds | multiworld.basic |
| - | All the permissions from multiworld, you can also use the star permission to give them all permissions. | Multiworld.admin |
Optional features
| Feature Name | Description | Configuration location |
|---|---|---|
| End portal handler | The end portal handlers allows you to define custom end portals per world | options.useEndPortalHandler |
| Nether portal handler | This addon makes it posiable to redirect netherportals to custom nether worlds, this setting is per-world | options.usePortalHandler |
| WorldChatSeperator | This allows you to use the RecieveChat and the SendChat flags on a world | options.useWorldChatSeperator |
| GamemodeChanger | This allows you to use the flag CreativeWorld to turn on creative mode for a world, to use this you need to give you users the following permissions on all worlds: multiworld.creativemode This module also comes with a other configuration settings, when you turn off usecreativemodeinv, it ONLY handles the gamemode part, it won't change the inventory contents, this can be used if you have a custom plugin for per world inventories. | options.usecreativemode |
| EnderBlock | Prevents the use of ender chests in creative mode, this can be used to prevent people from cheating stuff by storing it inside a ender chest in a creative world, and then removing it in a survival world. | options.blockEnderChestInCrea |
| WorldSpawnHandler | This allows you to have custom respawn worlds per world group, this can be setup by turning this part on to generate the configuration needed for this. | options.useWorldSpawnHandler |
| CraftbukkitHooks | Allows multiworld to hook into craftbukkit to display information that the bukit api won't provide. This feature will try to turn itself off when there are any errors. | options.craftbukkitHooks |
Multiworld and Data Collecting
Multiworld is using a statistcs tracking code so useage statistics wil be logged, for more information what is logged see:
Other recommended plugins for your server
- LocationTeleport - This plugin teleports users when they enter a arena, when you shape the area like a portal, you can have your own portals
- hothgenerator - Generates a awesome snow world (Case sensitive)
/mw create WorldName plugin:HothGenerator
- multiinv - Allows more control between the inventories of worlds than multiworld can provide on its own.
-
View User Profile
-
Send Message
Posted Jan 19, 2015@ferrybig what sever have you been working with since the big fiasco with Bukkit? I'm curious as to your take on Spigot's fork / work? http://www.spigotmc.org/wiki/buildtools/
It appears that it is working rather well, but perhaps some hiccups so far with some plugins. Was curious if you have any experience with Spigot so far.
-
View User Profile
-
Send Message
Posted Jan 19, 2015@benoitfouc
looks like a error inside your craftbukkit
-
View User Profile
-
Send Message
Posted Jan 13, 2015What about an option to edit world names, it seems i have found a reason to need such a feature , this might be a good idea to consider adding ?!?! Thanks
-
View User Profile
-
Send Message
Posted Jan 13, 2015Is there a option to rename a world ?! and if not, this would be a very useful feature !! Thanks
-
View User Profile
-
Send Message
Posted Jan 10, 2015I can't figure out how you're supposed to use the WorldSpawnHandler option. It says to see the official site for details, but I can't find any information here or at your curse site. I've tried setting my creative world to things other than "defaultgroup" but it everytime I reload the plugin it reverts. I can't find any groups folders or anything that refers to them in config file. how do I make a new group for this?
-
View User Profile
-
Send Message
Posted Jan 5, 2015Minecraft Crash Report Why is it breaking :(
Time: 05/01/15 16:53 Description: Watching Server
java.lang.Error at net.minecraft.server.v1_8_R1.PortalTravelAgent.findPortal(PortalTravelAgent.java:142) at org.bukkit.craftbukkit.v1_8_R1.CraftTravelAgent.findPortal(CraftTravelAgent.java:47) at org.bukkit.craftbukkit.v1_8_R1.CraftTravelAgent.findOrCreate(CraftTravelAgent.java:31) at multiworld.addons.PortalHandler.onPlayerPortal(PortalHandler.java:240) at multiworld.addons.NetherPortalHandler.onPlayerPortal(NetherPortalHandler.java:32) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) at net.minecraft.server.v1_8_R1.Entity.c(Entity.java:1885) at net.minecraft.server.v1_8_R1.Entity.K(Entity.java:263) at net.minecraft.server.v1_8_R1.EntityLiving.K(EntityLiving.java:154) at net.minecraft.server.v1_8_R1.EntityInsentient.K(EntityInsentient.java:148) at net.minecraft.server.v1_8_R1.Entity.s_(Entity.java:230) at net.minecraft.server.v1_8_R1.EntityLiving.s_(EntityLiving.java:1396) at net.minecraft.server.v1_8_R1.EntityInsentient.s_(EntityInsentient.java:192) at net.minecraft.server.v1_8_R1.EntityMonster.s_(EntityMonster.java:26) at net.minecraft.server.v1_8_R1.EntityCreeper.s_(EntityCreeper.java:108) at net.minecraft.server.v1_8_R1.World.entityJoinedWorld(World.java:1374) at net.minecraft.server.v1_8_R1.World.g(World.java:1352) at net.minecraft.server.v1_8_R1.World.tickEntities(World.java:1222) at net.minecraft.server.v1_8_R1.WorldServer.tickEntities(WorldServer.java:539) at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:700) at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) at java.lang.Thread.run(Thread.java:744)
-
View User Profile
-
Send Message
Posted Jan 4, 2015@ferrybig
Hello, i have been using Multiworld for a while on all of my servers and i love it.
However i have 1 problem thats bugging me. The End.
How do i make a end portal on other worlds? I know with multiverse there is a addon plugin called NetherPortals that allows this but the endportalhandler: true in the multiworld config does not seem to do anything.
-
View User Profile
-
Send Message
Posted Jan 3, 2015Hi there, I was wondering if there is a way to turn weather and fly mode on and off per world? Thank you :D
-
View User Profile
-
Send Message
Posted Dec 29, 2014@switorik
It uses the bukkit api to select a target portal using its portal travel agents, however, while this worked correctly in the past, bukkit has some bugs with this api at the moment
-
View User Profile
-
Send Message
Posted Dec 23, 2014EDIT: Nvm I see this plugin needs 2 other plugins just to fix the inventory between worlds.
-
View User Profile
-
Send Message
Posted Dec 23, 2014I am not sure if this is intentional or not, but when I connect the end portal of World A to World B, it will teleport the player from World A to the nether portal (or create one if one isn't close enough) in World B. So things are actually teleported to a World C by using the nether portal.
-
View User Profile
-
Send Message
Posted Dec 12, 2014Hey, Im the Owner of a brand new server and I use this plugin. But I need the players to respawn in the world they died in. Ive tried looking for commands and tried /mv setspawn but it just teleports me to the main spawn please fix this. Or create a new plugin.
Thanks
-
View User Profile
-
Send Message
Posted Dec 8, 2014Can I get a guide for the config please?
-
View User Profile
-
Send Message
Posted Dec 8, 2014@benoitfouc MW detects is the feets are next to the portal, or if the feets are inside the portal, by any change that the player is only half inside the portal?
-
View User Profile
-
Send Message
Posted Dec 7, 2014I noticed in the config, spawnGroup references a website for info on it, although it doesn't specify what website and I can't seem to find any explanations or examples for it, could someone point me in the right direction?
-
View User Profile
-
Send Message
Posted Dec 6, 2014Hey i got a problem...
I am using mw on my server and it can tp me to the other world. By the way I am using end portal, but when I get linked to the other world it creates a netherportal. Its fine it uses the portal but then I cant come to nether unless I use a sign with warp to nether..... Anyone who can tell me if I do something wrong in the config or anything...
I used like 8 hours on different plugins and this one is the one I wanna go with!
-
View User Profile
-
Send Message
Posted Dec 5, 2014@zhangyishu
I have a little problem with MW, the end portal work a time and decided to doesn't work an other time ...
-
View User Profile
-
Send Message
Posted Dec 4, 2014It's a really great plugin, but is there has any difference between mw and mv?
-
View User Profile
-
Send Message
Posted Dec 2, 2014Need update for 1.8 :(
-
View User Profile
-
Send Message
Posted Nov 21, 2014Thank you for this great plugin :)