Project Portals

Nope, the forge version.

*Sponge proper, without any plugins being included

Outside of things like Voxel Sniper and World Edit, yes.

I’m unsure if that’s possible in the Sponge proper, without any plugins being included

K, thx. Any suggestions for permissions plugins to look at?

Thx, I’ll take a look

Just ran a quick test, and op’d my user to see if it made any difference. I’m assuming that would give me permission to everything. The weird thing about the flow I’m taking is the first part of the flow actually works. I basically do this:
type ‘/pjp’
type ‘/’ to stay in the console
click on ‘portal’
plug in displays the list of commands for portal
click on ‘create’
get an error for ‘non enough arguments’
s

Issue with the GUI I guess.
I’ve never bothered with the point-and-click as it’s quicker for me to type.

Just rattle off the command as outlined in the gitwiki

Exactly how does that work? Honestly, I’d rather use the command line but the intro above doesn’t mention it and I can’t find a wiki on the github page for it. Basically I type this:

‘/pjp:portal’ and I get the list of portal commands.

However if I want to see the details for let’s say ‘/portal create’ how do I do that? I’ve tried various permutations of pjp such as pjp:portal create, pjp:portal:create, etc and get the same error that I received when I clicked on it or ‘unknown command’

https:https://forums-cdn.spongepowered.org/uploads/default/original/2X/e/e603830725213d82a79e5519ac8f765a307818aa.png

I saw that from the info at the top. However, how I do use the command line to display help for any of the other topics? I was only using create as an example. I really need to display help for the all the commands as I go through them.

They’re essentially all the same command just referencing a different trigger.
Use autocomplete via tab and see what pops up for indications of what goes where.

This enables the help feature, also adds command /hm

Thanks, I’ll add the plugin for helpme and see if that solves my problems.

Hi, I don’t know this is how to use the
Whether it is random or XYZ have been prompted this:

Thank you in advance.

…What should I do?

Hi,

I begin to create a MC forge/sponge server in 1.11.2. I don’t know how to install this plugin proprely : I put the .jar file in the mods directory and launch the server but the plugin seems not intalled ( I can’t use any command from this plugin, and i did’nt find a "plugin manager " to see my active plugin yet ).

Could you help me to install this plugin on my server is the version is compatible ^^" ?

thanks a lot o/

/portal create scrtp world -c 9566,64,29431

dev builds can be found here for API 6.x
http://trentech.org/jenkins/job/Project%20Portals/

Also will require this as well. If you have HelpMe, remove it
http://trentech.org/jenkins/job/Project%20Core/

NOTE some things have changed that are not documented in the OP such as portal permissions

Thanks again ! It works !

however, I can’t access to the command /pjp… any idea ?

btw, I would like to set up 5 or 6 portal destination via coordonate xyz, and create a door portal that when i go through i’m teleported at one of the 5/6 destination randomly. Is it possible to do that ?

Thank you