You are viewing our Forum Archives. To view or take place in current topics click here.
Multiverse help
Posted:

Multiverse helpPosted:

EzMoneY
  • Summer 2019
Status: Offline
Joined: Apr 06, 201014Year Member
Posts: 8,517
Reputation Power: 2121
Status: Offline
Joined: Apr 06, 201014Year Member
Posts: 8,517
Reputation Power: 2121
I believe there is a way to only allow certain usergroups to go through a portal but i cant seem to find the command :|

Is there a command or am i just crazy?
#2. Posted:
Finite
  • TTG Natural
Status: Offline
Joined: Aug 05, 201112Year Member
Posts: 908
Reputation Power: 37
Status: Offline
Joined: Aug 05, 201112Year Member
Posts: 908
Reputation Power: 37
I've never used multiverse but does this help?

[ Register or Signin to view external links. ]


I can keep looking if not.
#3. Posted:
MLP
  • TTG Contender
Status: Offline
Joined: Oct 26, 201013Year Member
Posts: 3,869
Reputation Power: 177
Status: Offline
Joined: Oct 26, 201013Year Member
Posts: 3,869
Reputation Power: 177
The node is

multiverse.portal.access.[portal name]

You put this in the group in permissions.


Last edited by MLP ; edited 1 time in total
#4. Posted:
Bullets
  • Rated Awesome
Status: Offline
Joined: Nov 18, 201013Year Member
Posts: 4,913
Reputation Power: 3764
Status: Offline
Joined: Nov 18, 201013Year Member
Posts: 4,913
Reputation Power: 3764
Just incase you didn't pick up what I said in shoutbox..
Give the group you want to allow into the world
multiverse.access.WORLDNAME And you will also need to give them
multiverse.portal.access.PORTALNAME so that they can enter and use the portal
It IS case sensitive so if the world / portalname is DerPHerP it would NEED to be entered multiverse.access.DerPHerP not multiverse.access.derpherp
Go here for further info
Allow access to certain worlds
[ Register or Signin to view external links. ]
Allow access to certain portals
[ Register or Signin to view external links. ]
For example PermissionsEX would look like this
groups:
    TheGroupName:
        default: false
        permissions:
        - multiverse.access.DerPHerP
        - multiverse.portal.access.DerPHerP

And GroupManager would look like this
groups:
  Default:
    default: false
    permissions:
    - multiverse.access.DerPHerP
    - multiverse.portal.access.DerPHerP
    inheritance:
    - randominheritance
    info:
      prefix: ''
      build: true
      suffix: ''

Good luck
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.