-
-
Notifications
You must be signed in to change notification settings - Fork 89
Permissions
Multiverse-Portals allows you to control who can use portals via permissions! When you create a portal, it automatically creates a permission: multiverse.portal.access.PORTALNAME. If a player has multiverse.portal.access.PORTALNAME, then they can enter that world.
For this reason, Portals are case__insensitive__, meaning MyPortal is the same as myportal.
•Exemptions
If you have certain groups that you want to exempt from payments, you can give those groups the specific exemption permission:
multiverse.portal.exempt.PORTALNAME.
If players do not have multiverse.access.WORLDNAME (the world access permission) of the destination of the portal they will be denied access. Here's an example:
Portal A (in world) goes to Portal C (in world3)
Player fernferret has:
multiverse.portal.access.* and multiverse.access.world
but not
multiverse.access.world3
He will be denied access to use Portal C.
If you would like to let all of your users use all portals and go to all worlds, use the following commands:
NOTE: These var names may not be right... Need to double check the names...
/mv conf enforceaccess false
/mvp conf enforceportalaccess false