Multiverse portal permissions

Discussion in 'Bukkit Help' started by Dijsss, Jul 24, 2012.

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

    Dijsss

    Hey,

    i've started a server with multiple worlds, and im using multiverse portals for the transportation between. But i want one rank to not be abled to use the portals. They could go through in the past, i deleted the permission "multiverse.portal.access.*" but they can still use the portal. im using Groupmanager for permissions
    thanks!

    -Dijs
    this is the file:
    groups:
    Miner:
    default: true
    permissions:
    - essentials.back
    - essentials.home
    - essentials.kit
    - essentials.kit.tools
    - essentials.sethome
    - essentials.spawn
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - iConomy.access
    - iConomy.payment
    - lwc.protect
    - lwc.remove
    - watchblock.protect
    inheritance: []
    info:
    prefix: '&e'
    build: true
    suffix: '[Miner]'
    Pixel-Art:
    default: true
    permissions:
    - essentials.back
    - essentials.home
    - essentials.kit
    - essentials.kit.tools
    - essentials.sethome
    - essentials.spawn
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - iConomy.access
    - iConomy.payment
    - lwc.protect
    - lwc.remove
    - watchblock.protect
    - multiverse.access.*
    - multiverse.portal.access.*
    inheritance: []
    info:
    prefix: '&e'
    build: true
    suffix: '[Miner]'
    Owner:
    default: false
    permissions:
    - '*'
    inheritance:
    - admin
    info:
    prefix: '&4'
    build: true
    suffix: '[Owner]'
    NoProtection:
    default: false
    permissions:
    - essentials.back
    - essentials.home
    - essentials.kit
    - essentials.kit.tools
    - essentials.sethome
    - essentials.spawn
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - iConomy.access
    - iConomy.payment
    - lwc.protect
    - lwc.remove
    info:
    prefix: '&7'
    build: true
    suffix: '[NoProtection]'
    Builder:
    default: false
    permissions:
    - essentials.home
    - essentials.kit.builder
    - essentials.kit.tools
    - essentials.repair
    - essentials.repair.all
    - essentials.sethome
    - essentials.spawn
    - essentials.time
    - essentials.warp
    - essentials.whisper
    - iConomy.access
    - iConomy.payment
    - multiverse.portal.access.*
    - multiverse.access.*
    inheritance:
    - miner
    info:
    prefix: '&2'
    build: true
    suffix: '[Builder]'
    Moderator:
    default: false
    permissions:
    - bukkit.*
    - essentials.*
    - worldedit.*
    - multiverse.access.*
    inheritance:
    - builder
    info:
    prefix: '&4'
    build: true
    suffix: '[Moderator]'
    Admin:
    default: false
    permissions: []
    inheritance:
    - moderator
    info:
    prefix: '&c'
    build: true
    suffix: '[Admin]'
    LeadAdmin:
    default: false
    permissions: []
    inheritance:
    - moderator
    info:
    prefix: '&c'
    build: true
    suffix: '[LeadAdmin]'
     
  2. Offline

    Omnitv

    Please post youre permissions.yml at pastie or pastebin.
    Pastebin http://pastebin.com/
    Pastie http://pastie.org/
    Or at the code box Symbol {}#
    and then link them here
    Scrolling down to the bottom is a b
     
  3. Offline

    Necrodoom

    which rank you dont want to use portals, exactly?
     
  4. Offline

    Dijsss

    i want to disable the portals for the rank Miner
     
  5. Offline

    Necrodoom

    type /mangcheckp default multiverse.portal.access.* and /mangcheckp default multiverse.portal.access

    paste here what messages you get
     
  6. Offline

    Dijsss

    At the first commands it says: User inherits the permission from group: Miner Permission node: null
    at the second one it says: The group doesnt have access
     
  7. Offline

    Necrodoom

    that means miner still has permission for multiverse.portal.access.*

    how did you do the change? did you do it while server online, and you edited config? do /manload. if doesnt work, add -multiverse.portal.access.* to block default permissions. if still doesnt work, you have more groups.yml where miner still has the permission.
     
  8. Offline

    Dijsss

    i did it in the config and then reloaded the server, and i the files the same in all worlds but they still have access
     
  9. Offline

    Necrodoom

    you did /reload? that wont work. you should have did /manload. restart server.
     
  10. Offline

    Dijsss

    I already restarted and tried manload. But they can still use the portals
     
  11. Offline

    Necrodoom

    did you do the other things i mentioned? giving a negate node and checking other groups.ymls?
     
  12. Offline

    Dijsss

    I dont really get what you mean by blocking the default permissions

    it worked for some reason it workes now! thanks everybody

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
Thread Status:
Not open for further replies.

Share This Page