Project Portals

what about the bad type data thing i keep getting? is that a bug or something i could i change to fix it on my end. not sure what the error refers to. i posted a log earlier

Well assuming you updated from an old version it’s bad sign data. I rewrote a large portion of this plugin which broke everything. Remove the signs and it should stop.

API 5 corresponds to minecraft 1.10 not 1.8.9

When you download SpongeForge / SpongeVanilla you can see the API version used.
Image taken from the SpongeVanilla download site.

API 6 & API 5.1.0 are not yet released/stabilized.

Since API 6 is a Major Version change that means that changes made in 6 will be incompatible with some plugins.

Since API 5.1 is a Minor Version change, theoretically plugins made for 5.0.0 are guaranteed to work on 5.1.0

Plugins made for 5.1.0 may not work on 5.0.0 depending on if they use the new features.

Before an API version is released, changes can happen unexpectedly, something that works on 6 or 5.1 today, might not work on 6 or 5.1 tomorrow.

The first listed (and most recently updated project worlds) is made for API version 5.

The second listed (and somewhat dated) is made for API snapshot 4.2.0 which (from memory) I don’t think saw release, but many people were using anyway.

I hope this not only clears up what downloads to use for which version, but gives you some insight into the versioning systems used.

We are currently working on making this a lot easier to understand.

1 Like

Thank you so much

How do you create multiple worlds for your server?

You need a world management plugin

I am having some difficulties with permissions. When I add pjp.portal.interact to a group (with advanced permissions turned off) players still get a message saying they do not have the required permissions to use the portal (this happens with all other permissions as well). Am I missing a specific node or is it a bug?

(Sponge 1.10.2)

If you use pex, you can run the command pex debug and enter the portal. In the console you will see which permissions are required. Run the command pex debug to disable debugging.

1 Like

I may need help.
we are trying to figure out how to set the portals but we cant create them.
we tried the command up there no luck.
any tutorial or guide? thnx.
oh and we are using 1.10. and everytime we uses the command it says too many argument.

Yeah Sponge is supposed to return the command usage if someone isn’t right but it hasn’t worked in forever.

/Portal create <name> <world|server> [-c <coordinates>] [-d <direction>] [-p <price] [-b]

I haven’t officially put this out there yet but this might help

Gives information about commands registered with HelpMe. Most of my plugins already support it as well as a few vanilla commands. Simply type /helpme for command list. Most everything is clickable with usage syntax having description when hovered over.

That worked. Thanks!

@TrenTech I still get the error: [Server thread/ERROR] [Sponge]: The Scheduler tried to run the task pjp…
https://github.com/trentech/ProjectPortals/issues/24
https://github.com/trentech/ProjectPortals/issues/26

I have tried: spongeforge-1.10.2-2098-5.0.0-BETA-1808.jar - spongeforge-1.10.2-2107-6.0.0-BETA-1873.jar

https://github.com/trentech/ProjectPortals/releases/tag/0.13.4

@TrenTech Thank you! There is no error!

projectportals-5.1.0-0.13.4.jar
spongeforge-1.10.2-2098-5.1.0-BETA-1814.jar and spongeforge-1.10.2-2107-6.0.0-BETA-1873.jar

Just having a browse of this.
Seems permission and economy based warps are covered - is there an existing function / the potential to add item based requirements? Whether an item needs to be equipped / held / in the inventory for a portal / warp to work?

I need wiki sign. I need sign for go to specified warp when player right click at sign.
How to make sign with specified warp.

example:
sign 1 go to warp name test1
sign 2 go to warp name test2

Sign warping might not be the point of portals, maybe you need the update of commandsigns.

Ok. Thank you very much. How to set color of particle in config. In sample clip is beautiful.

Sign portals are indepenent and don’t rely on other other source. That being said you create sign portals the same way other portals are created.

/sign <world|server> [-c <x,y,z>] [-p <price>] [-d <direction>]

followed by placing a sign with any desired text.

Only REDSTONE_DUST supports particle colors. RED is default but can specify one of the following

BLACK
BLUE
CYAN
DARK_CYAN
DARK_GREEN
DARK_MAGENTA
GRAY
GREEN
LIME
MAGENTA
NAVY
PINK
PURPLE
RED
WHITE
YELLOW
RAINBOW

Babump :slight_smile: