Worldedit Permissions won't work.

Discussion in 'Bukkit Help' started by DesignTrice, Aug 23, 2012.

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

    DesignTrice

    So I just added certain worldedit permissions to the moderator rank and got some stuff working, but.
    I just added worldedit.region.* after I tried worldedit.region.set but they both won't work to let my moderators use the //set command.
    This is my permission file:
    Code:
    groups:
      Guest:
        default: true
        permissions:
        - modifyworld.*
        - -essentials.chat.color
        - bukkit.command.help
        - bukkit.command.me
        - bukkit.command.kill
        - bukkit.command.plugin
        - bukkit.command.list
        - essentials.spawn
        - buttonwarp.use
        - essentials.afk
        inheritance:
        - ''
        prefix: '&a[Guest] '
        suffix: '&f'
      Owners:
        default: false
        permissions:
        - '*'
        prefix: '&3[OWNER] '
        suffix: '&f'
      Co-Owner:
        default: false
        permissions: []
        inheritance:
        - Owner
        prefix: '&3[Co-Owner]'
        suffix: '&f'
      Moderators:
        default: false
        permissions:
        - modifyworld.*
        - bukkit.command.kick
        - bukkit.command.teleport
        - bukkit.command.give
        - bukkit.command.say
        - worldedit.fast
        - worldedit.stuck
        - worldedit.wand
        - 'worldedit.selection.*'
        - worldedit.command.set
        - essentials.chat.url
        - worldedit.fixlava
        - worldedit.fixwater
        - 'wordedit.region.*'
        - worldguard.region.*
        - worldedit.selection.expand
        - cgm.change
        - bukkit.command.help
        - essentials.sethome.multiple.staff
        - essentials.time
        - essentials.time.set
        - essentials.tp
        - essentials.tp.others
        - essentials.tpa
        - essentials.tpaall
        - essentials.tpaccept
        - nofloatingtrees.command.nftpurge
        inheritance:
        - Member
        prefix: '&5[Mod] '
        suffix: '&f'
      Administrators:
        default: false
        permissions:
        - logblock.spawnTools
        - logblock.*
        - bukkit.*
        - logblock.rollback
        - modifyworld.*
        - worldedit.*
        - worldguard.*
        - permissions.*
        - weatherGod.*
        - streetlights.*
        inheritance:
        - Moderators
        prefix: '&4[Admin] '
        suffix: '&f'
      Member:
        default: false
        permissions:
        - iConomy.bank.transfer
        - essentials.sethome
        - essentials.home
        - essentials.delhome
        inheritance:
        - Guest
        prefix: '&2[Member] '
        suffix: '&f'
      VIP:
        default: false
        permissions:
        - essentials.command.jumpto
        - essentials.sethome.multiple.vip
        inheritance:
        - Member
        prefix: '&9[VIP] '
        suffix: '&f'
    
     
  2. Offline

    Tanite

    I would lose the apostrphes around some of the permissions nodes. Like you have

    - 'worldedit.selection.*'
    - worldedit.command.set
    - essentials.chat.url
    - worldedit.fixlava
    - worldedit.fixwater
    - 'wordedit.region.*'
    - worldguard.region.*


    and I see no reason why some of them should have it if others don't. That may not be your issue though.
     
  3. Offline

    DesignTrice

    Just for testing if that would make it work. It really can't be the issue.
     
  4. Offline

    ChancEmerica

    if you'd like them to have all the worldedit commands you can do - worldedit.*
     
  5. Offline

    Necrodoom

    what permissions plugin is this? also you are confusing a few nodes.
    - essentials.command.jumpto
    doesnt exist, jumpto is a worldedit command
     
  6. Offline

    DesignTrice

    Hmm okay well I still didn't get a good answer yet :/
     
  7. Offline

    Necrodoom

    you havent answered what permissions plugin you are using, so you cant get a good answer.
     
  8. Offline

    DesignTrice

    Oh sorry about that. I'm using PermissionsEx
     
  9. Offline

    Omnitv

    They can be the issue.
     
  10. Offline

    DesignTrice

    Deleted the ' ' still not works :/
     
Thread Status:
Not open for further replies.

Share This Page