Project Portals

Never used that plugin before. What features are you looking for?

Are you familiar with a ā€œStargateā€ reference?

Essential on Almura, I created a large Stargate network of portals that not only go to other places on the same world but cross world. It basically a sign based controller. You right click on the sign to change its destination and if you have the necessary permissions once you walk through the portal you are teleported to that location. Below is a picture.

This is a not-active stargate. Its activated by right-clicking sign:

Sign:

Line1: GateName
Line2: GatesNameWorld
Line3: GateDestination
Line4: GateDestinationWorld

Hi!

When I try to create a new portal to another coords in world, I get an error :frowning:

/portal create test world -100 64 132

Error:
Too many argumentsā€¦

What did I wrong?

Your missing the coordinate flag -c and the coordinates should be comma seperated with no spaces.

/portal create test world -c -100,64,132

/portal create End world -c -149,59,16 east

Too Many Argumentsā€¦ ? Any help will be greatly appreciated. The video doesnt work either, and that way looks much easier.

/portal create End world -c -149,59,16 -d east

23.07 14:42:05 [Server] Server thread/INFO [nucleus]: Sean_Amor ran the command: /portal create End world -c -149,59,16 -d east 23.07 14:42:05 [Server] Server thread/WARN [com.gmail.trentech.pjp]: Can't find config node for portal 23.07 14:42:05 [Server] Server thread/ERROR [Sponge]: Error occurred while executing command 'portal create End world -c -149,59,16 -d east' for source EntityPlayerMP['Sean_Amor'/475, l='world', x=-6944.45, y=171.00, z=998.87]: No value present 23.07 14:42:05 [Server] INFO java.util.NoSuchElementException: No value present 23.07 14:42:05 [Server] INFO at java.util.Optional.get(Optional.java:135) ~[?:1.8.0_45] 23.07 14:42:05 [Server] INFO at com.gmail.trentech.pjp.effects.Particles.getDefaultEffect(Particles.java:53) ~[Particles.class:?] 23.07 14:42:05 [Server] INFO at com.gmail.trentech.pjp.commands.portal.CMDCreate.execute(CMDCreate.java:90) ~[CMDCreate.class:?] 23.07 14:42:05 [Server] INFO at org.spongepowered.api.command.args.ChildCommandElementExecutor.execute(ChildCommandElementExecutor.java:177) ~[ChildCommandElementExecutor.class:1.8.9-1890-4.2.0-BETA-1585] 23.07 14:42:05 [Server] INFO at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:331) ~[CommandSpec.class:1.8.9-1890-4.2.0-BETA-1585] 23.07 14:42:05 [Server] INFO at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:331) ~[SimpleDispatcher.class:1.8.9-1890-4.2.0-BETA-1585] 23.07 14:42:05 [Server] INFO at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:279) [SpongeCommandManager.class:1.8.9-1890-4.2.0-BETA-1585] 23.07 14:42:05 [Server] INFO at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:80) [bd.class:?] 23.07 14:42:05 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:815) [lm.class:?] 23.07 14:42:05 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:794) [lm.class:?] 23.07 14:42:05 [Server] INFO at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(SourceFile:37) [ie.class:?] 23.07 14:42:05 [Server] INFO at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(SourceFile:9) [ie.class:?] 23.07 14:42:05 [Server] INFO at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:121) [PacketUtil.class:1.8.9-1890-4.2.0-BETA-1585] 23.07 14:42:05 [Server] INFO at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$0(SourceFile:39) [fh$1.class:?] 23.07 14:42:05 [Server] INFO at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fh$1.class:?] 23.07 14:42:05 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45] 23.07 14:42:05 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45] 23.07 14:42:05 [Server] INFO at net.minecraft.util.Util.func_181617_a(SourceFile:44) [g.class:?] 23.07 14:42:05 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:660) [MinecraftServer.class:?] 23.07 14:42:05 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344) [ko.class:?] 23.07 14:42:05 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605) [MinecraftServer.class:?] 23.07 14:42:05 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481) [MinecraftServer.class:?] 23.07 14:42:05 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]

NVM I deleted my config folder and restarted

Spongee got renamed to SpongyCord (https://ore-staging.spongepowered.org/pie_flavor/SpongyCord) , could you please update support for it, thanks

I already haveā€¦

https://github.com/trentech/ProjectPortals/commit/2b50d9c5818cf5e283ec4ab91030a9c7deaccc14

Still says error tho http://imgur.com/a/N6rpC

projectportals-5.0.0-0.12.2
spongeforge-1.10.2-2026-5.0.0-BETA-1605

Yeah I just realized these changes havenā€™t been put into a release yet, or pushed to the 5.0.0 branchā€¦

Just pushed a new unstable build. Itā€™s untested so let me know if any problems arise

Thank you very much, and thanks for this awesome plugin and bungeecord support :slight_smile:

nvm, didnt have it installed

To get this on my Bungeecord with API5 i just need to install this? Or also Spongycord? and if also spongycord where is build.gradle. Sorry Im brand new to Bungeecord and over the past hours managed to get everything up and running just need a portal mod now.

Not sure what you mean by where is build.gradle. Yes you need SpongyCord

I canā€™t find if anyone else has asked this, but can the portals go across worlds?