sekwah41 / Advanced-Portals

An advanced portals plugin for bukkit
GNU Lesser General Public License v3.0
157 stars 65 forks source link

portal permission #295

Closed seema84 closed 3 years ago

seema84 commented 3 years ago

Does the perm "portals.portalname" still work to authorize individual portals? Is there any documentation for this? I could not find anything current on this.

Version: 0.7.0

sekwah41 commented 3 years ago

We've never used those permissions. If you want to set a portal to need a permission use permission:some.permission.here and it will check if the player has whatever is after permission:

We only use that if you enable the warp command.

If you want to check if a player does not have a permission you can use permission:!some.permission.here

seema84 commented 3 years ago

Oh that's right. I had set the perm tag like this.

Is there any way to stop the teleport of the vanilla nether portals?

sekwah41 commented 3 years ago

You would need to do it using multiverse or disable the nether. By default we disable portals in overlapping regions.

seema84 commented 3 years ago

I use multiverse (and have disabled the nether) but there is a issue.

https://github.com/Multiverse/Multiverse-Core/issues/2634