Multiverse-Portals

Core | Portals | NetherPortals | SignPortals | Inventories
Multiverse Portals Resources:
Wiki | Source | Feature Request | Bug Report
About MV2
Multiverse was created at the dawn of Bukkit multiworld support. It has since then grown into a complete world management solution including special treatment of your nether worlds with NetherPortals.
In the second delivery of Multiverse, we've broken it up into several smaller plugins that are each feature packed but *not bloated*! Multiverse provides the easiest to use world management solution for your Minecraft server, big or small, and with great addons like Portals and NetherPortals, what's not to love!
Multiverse is back! Is your server, a Multiverse?
Multiverse-Portals Features
- Restrict users from using specific portals with permissions
- Charge users to use specific portals!
- Exempt users from portal fees.
- Launch users through the air when they enter a Multiverse Portal!
- Allow minecarts/boats through Multiverse Portals
So long Awesome Builds
We use to have this notion of an "Awesome Build" or AB which was suppose to be thought of like Bukkit's Recommended Build system. Awesome Builds were ones that we put extra testing into and were meant to be very stable. Unfortunately there will be no more Awesome Builds. Our development team doesn't have the time to devote to the project that we use to. As such, we've moved to a new build system which you'll notice in the new version numbering. Our release builds here should be stable; Lots of people have had time to vet them for us while they were only development builds. While we don't have much time to work on the project, we do still take critical bugs very seriously and try to get them fixed as quickly as possible.
-
View User Profile
-
Send Message
Posted Apr 7, 2016Hello guys, I have a problem, When I make a portal, the purple glowing part of it (like the portal in vanilla minecraft) is facing north/south and I was wondering I it was possible to change that ? Moreover, when a player teleports himself through the portal, he is not facing what's in front of it but the side of it. Is there any way to fix that ?
-
View User Profile
-
Send Message
Posted Apr 4, 2016@lantrick
Did you use "." in your portal names? That's what broke it for me ;)
-
View User Profile
-
Send Message
Posted Apr 3, 2016@lantrick
Same here!
-
View User Profile
-
Send Message
Posted Mar 29, 2016http://pastebin.com/EJtUct5Z
I can't get portals to load correctly. I stripped down my server to just the Multiverse plugins for testing and they portals won't load.
"[19:42:34 WARN]: [MVPLogging] Portal Test has an invalid LOCATION! [19:42:34 WARN]: [MVPLogging] Portal 'Test' not loaded due to invalid location! [19:42:34 WARN]: [MVPLogging] Failed Parsing Location for: Flat (Format Error, was expecting: `X,Y,Z:X,Y,Z`, but got: `world;-149.0,67.0,459.0;-149.0,69.0,464.0`)"
any ideas whats going on?
can i reformat the portal coordinates in portals.yml or something?
-
View User Profile
-
Send Message
Posted Mar 24, 2016@fernferret
Which build number, if any, has support for 1.8.9?
-
View User Profile
-
Send Message
Posted Mar 18, 2016@CameronPlayzMC04
You're trying to use an ancient build with 1.9, please grab a more recent one from http://ci.onarandombox.com
-
View User Profile
-
Send Message
Posted Mar 18, 2016@AdamTragedy
We haven't uploaded the builds here yet, because I'm lazy. Check http://ci.onarandombox.com
-
View User Profile
-
Send Message
Posted Mar 18, 2016Can you please help me with this error?
[10:33:10 INFO]: CameronPlayzMC04 issued server command: /mvp create Parkour cleanroom [10:33:10 INFO]: WEAPI [10:33:10 ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'mvp' in plugin Multiverse-Portals v2.4-b548 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) [craftbukkit.jar:git-Bukkit-1386bd3] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) [craftbukkit.jar:git-Bukkit-1386bd3] at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchCommand(CraftServer.java:624) [craftbukkit.jar:git-Bukkit-1386bd3] at net.minecraft.server.v1_9_R1.PlayerConnection.handleCommand(PlayerConnection.java:1290) [craftbukkit.jar:git-Bukkit-1386bd3] at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:1150) [craftbukkit.jar:git-Bukkit-1386bd3] at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit.jar:git-Bukkit-1386bd3] at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit.jar:git-Bukkit-1386bd3] at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit.jar:git-Bukkit-1386bd3] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_66] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_66] at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45) [craftbukkit.jar:git-Bukkit-1386bd3] at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:679) [craftbukkit.jar:git-Bukkit-1386bd3] at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:361) [craftbukkit.jar:git-Bukkit-1386bd3] at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:635) [craftbukkit.jar:git-Bukkit-1386bd3] at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:539) [craftbukkit.jar:git-Bukkit-1386bd3] at java.lang.Thread.run(Unknown Source) [?:1.8.0_66] Caused by: java.lang.NoSuchMethodError: com.sk89q.worldedit.LocalSession.getSelectionWorld()Lcom/sk89q/worldedit/LocalWorld; at com.onarandombox.MultiversePortals.PortalPlayerSession.getSelectedRegion(PortalPlayerSession.java:169) [?:?] at com.onarandombox.MultiversePortals.commands.CreateCommand.runCommand(CreateCommand.java:56) [?:?] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.checkAndRunCommand(CommandHandler.java:279) [?:?] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.processFoundCommands(CommandHandler.java:143) [?:?] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:93) [?:?] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:71) [?:?] at com.onarandombox.MultiversePortals.MultiversePortals.onCommand(MultiversePortals.java:317) [?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [craftbukkit.jar:git-Bukkit-1386bd3] ... 15 more
-
View User Profile
-
Send Message
Posted Mar 18, 2016Sooo does this work on 1.9 or not?
-
View User Profile
-
Send Message
Posted Mar 17, 2016@Joshii2201
You can easily set that up with the plugin bungee portals!
-
View User Profile
-
Send Message
Posted Mar 13, 2016I'm using a mod and I like your help multiverse D:
The solution would be for multiverse to post all of the appropriate Forge event hooks if they aren't already doing so. If they are using a different dimension ID for their version of the overworld, that will also prevent ZSS dungeons from generating as dimension id 0 has traditionally been used to indicate that the dimension is the vanilla overworld; otherwise, ZSS dungeons will end up generating in lots of modded dimensions that don't want them.
Any of those fixes would need to be applied by the Multiverse mod. I have no idea about how their code works internally, nor have I ever used their mod; if they have suggestions for ways to fix it on my end, go ahead and let me know, but if you have't heard my computer is broken and I can't code right now, so it will be months before I can do anything about it if it turns out to be something on my end.
-
View User Profile
-
Send Message
Posted Mar 12, 2016i do what you are saying but i don't get it on 1.9 pleas gan you help me?
-
View User Profile
-
Send Message
Posted Mar 12, 2016could you add bungeecordsupport, so I can create a Portal to another server?
-
View User Profile
-
Send Message
Posted Mar 11, 2016Hi there guys :D is there any way to add command to portal ? I mean if i use portal i get teleported and for example ill get 100 arrows ?
-
View User Profile
-
Send Message
Posted Mar 4, 2016Confirmed crystal that was the result as of March 1 as documented by cricket and myself.
The updates as of March 2nd do work on 1.9 now! My multiverse server is up and running again!
Use the dev builds for 1.8 or 1.9 servers. http://ci.onarandombox.com/view/Multiverse/
MVP #738 with MVC #716 (March 2nd builds). Got portals working again! Thank you DTM!
-
View User Profile
-
Send Message
Posted Mar 4, 2016@Crystal1978
Exactly the same here!
-
View User Profile
-
Send Message
Posted Mar 3, 2016I have just installed a fresh spogit server 1.9 with multiverse core 2.5. Unfortunately I can't get multiverse portals 2.4 AND 2.5 to work.
2.4 does seem to semi-work. I can get the magic wand and define the start and end position of a portal. But when I want to create a portal, I get the error "An internal error occurred while attempting to perform this command"
As the advise below, I downloaded the newer version, released yesterday, version 2.5
This one does not seem to do anything. If I use a command I get no errors, but nothing happens. No confirmation or error on screen. Nothing. As if I never did anything.
If I press /TAB all the mvp commands do show up. So it does seem that 2.5 is installed. Just not doing anything.
Anyone else also having this problem?
-
View User Profile
-
Send Message
Posted Mar 1, 2016@cricketcricketcricket
Sorry for that pastbin under ddos - portals wont load for me using the dev build 3-1-16 it appears it doesnt like my old portals.yml...thats a lot of portals to recreate :(
-
View User Profile
-
Send Message
Posted Mar 1, 2016[09:50:03] [Server thread/ERROR]: Error occurred while enabling Multiverse-Portals v2.5-b737 (Is it up to date?) java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player; at com.onarandombox.MultiversePortals.MVPortal.addToUpperLists(MVPortal.java:170) [?:?] at com.onarandombox.MultiversePortals.MVPortal.init(MVPortal.java:101) [?:?] at com.onarandombox.MultiversePortals.MVPortal.<init>(MVPortal.java:67) [?:?] at com.onarandombox.MultiversePortals.MVPortal.loadMVPortalFromConfig(MVPortal.java:177) [?:?] at com.onarandombox.MultiversePortals.MultiversePortals.loadPortals(MultiversePortals.java:220) [?:?] at com.onarandombox.MultiversePortals.MultiversePortals.onEnable(MultiversePortals.java:131) [?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:291) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugin(CraftServer.java:361) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at org.bukkit.craftbukkit.v1_9_R1.CraftServer.enablePlugins(CraftServer.java:321) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.MinecraftServer.t(MinecraftServer.java:411) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.MinecraftServer.l(MinecraftServer.java:376) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.MinecraftServer.a(MinecraftServer.java:331) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:269) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:522) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
-
View User Profile
-
Send Message
Posted Mar 1, 2016Multiverse Portals not working in 1.9 Using MVP #737, MVI #404, and MVC #715 as of March 1st most updated versions on Jenkins.