multiverse permissions

Discussion in 'Bukkit Help' started by legoguy46, Apr 6, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    legoguy46

    how do i make permissions for people to break blocks and different world permissions
    i have a mac

    i use permissions ex

    help me
    can someone do an example
    please

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  2. Offline

    SolarEpsilon

  3. Offline

    legoguy46

    but can you do an example of what the oermissions look like but i need the world permissions

    i also want the permission so people could break blocks, place blocks, use chest, ect

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  4. Offline

    SolarEpsilon

    Do you use modifyworld? If so, modifyworld.*
    A friend of mine, Go4Nightfire has a good example of a basic class.
    Code:
    groups:
      Guest:
        default: true
        prefix: '[&6Quest&f]'
        suffix: ''
        options:
          rank: '300'
          build: false
        worlds:
          World1:
            permissions:
            - permission.node       
          World2:
            permissions:
            - permission.node
        permissions:
        -  '*'
        inheritance:
        - Quest
     
    ArsenArsen and Go4Nightfire like this.
Thread Status:
Not open for further replies.

Share This Page