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 Jun 13, 2014@rexyrexcactus
For Minecraft 1.6.4, install this version of MultiWorld -> http://dev.bukkit.org/bukkit-plugins/multiworld-v-2-0/files/64-v5-0-0/
-
View User Profile
-
Send Message
Posted Jun 13, 2014HELP!!!!!!
How do you Install this for minecraft 1.6.4? Every time I try to input a command like /mw or /multiworld, I get this error in the console:
14:58:31 [WARNING] Unexpected exception while parsing console command "mw" org.bukkit.command.CommandException: Unhandled exception executing command 'mw' in plugin MultiWorld v5.2.0 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:528) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchServerCommand(CraftServer.java:515) at net.minecraft.server.v1_6_R3.DedicatedServer.as(DedicatedServer.java:263) at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:228) at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:488) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:421) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583) Caused by: java.lang.NullPointerException at multiworld.MultiWorldPlugin.pushCommandStack(MultiWorldPlugin.java:221) at multiworld.MultiWorldPlugin.onCommand(MultiWorldPlugin.java:206) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 8 more
Can ANYONE please help me?!
-
View User Profile
-
Send Message
Posted Jun 11, 2014The SolarSystem world generator causes the server to crash.
edit: It's not just the planets generator, it seems that all of them do it.
-
View User Profile
-
Send Message
Posted Jun 10, 2014Is it this in the config, usecreativemode: false
-
View User Profile
-
Send Message
Posted Jun 10, 2014I have a problem, I changed my PlotMe settings so that the world should be named PlotWorld, so I used the command /mw create PlotWorld plugin:PlotMe , and it worked, /plotme auto, /plotme home, they all worked. so then I did, /mw setflag PlotWorld CreativeWorld true, but it stays in survival.
-
View User Profile
-
Send Message
Posted Jun 8, 2014Is there anyway to make it so you can give a permission to goto certain worlds? For example multiworld.command.goto.survivalworld would be able to goto the Survival World.
-
View User Profile
-
Send Message
Posted Jun 8, 2014@xxxwonderxxx
install essentials to stop flint n steel, its not that kind of plugin.
-
View User Profile
-
Send Message
Posted Jun 4, 2014Hi does this program is some way stop flint and steel with any of its functionality?
-
View User Profile
-
Send Message
Posted Jun 4, 2014@jtarules89
Must use the right version of multiworld :P
-
View User Profile
-
Send Message
Posted Jun 1, 2014Nice multiworld plugin! I use my own plugin for it but Nice plugin!
Tip for the commands: Disable it and use Tickets.
Another tip: Move the permissions & command to another page like in my plugin.
It will make your page much more clear.
-
View User Profile
-
Send Message
Posted May 27, 2014Hello whenever I try and use the create new world command it gives me an error saying internal error. Can anyone help me with this? I tried typing in /mw create 1v1 normal seed, and it gives me that error. I am using tekkit server 1.2.8d server version.
-
View User Profile
-
Send Message
Posted May 24, 2014Why hasnt the Amplified world that came in 1.7.2 been added to the default gens in Multiworld, could we have this added it would be greatly appreciated ! Thanks
-
View User Profile
-
Send Message
Posted May 22, 2014Plz use the forums for help requests:
http://dev.bukkit.org/bukkit-plugins/multiworld-v-2-0/forum/
I added this forum so it is easier to track if someone has replied to your message
-
View User Profile
-
Send Message
Posted May 22, 2014@lhvnetwork
I don't need any help coding, but I do need a better system for this to manage the comments
-
View User Profile
-
Send Message
Posted May 22, 2014@mihalaras4
does it give a error message in the console?
-
View User Profile
-
Send Message
Posted May 21, 2014When ever i disconnect using multiworld and multiinv it deletes my inventory
-
View User Profile
-
Send Message
Posted May 20, 2014where is link on website? i want see how setup config
-
View User Profile
-
Send Message
Posted May 19, 2014Hi, i use multiworld for a long time but now i have a problem. i creatied a world for sg and uploaded a map but something went wrong and i decided to dwnload the map i made and create a new world to upload to it. i tried this alot of times but i can't do it because when i upload the map the world becomed unloaded and when i try to load it it says failed to load world hg! i did it alot of times but always the same message please help me...
also sorry for my bad english
-
View User Profile
-
Send Message
Posted May 18, 2014@ferrybig
I wrote that I am using version 5.1.2 :P
-
View User Profile
-
Send Message
Posted May 17, 2014After about 4 hours of trying to figure out just how to make a portal I finally did it. but now how do I make that portal teleport a player to a specific location (another portal) in that other world? what I have set up now is 'world' and 'zombie' 2 worlds that are already set up and I want the players to be able to come out of a very specific portal. how do I do this? and can I take away the delay in teleporting? so when they walk through they instantly get teleported? any help would be good