Some perms work some don't PEX.

Discussion in 'Bukkit Help' started by josip1, Feb 10, 2012.

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

    josip1

    Hi guys from some reason with PEX some perms are working some aren't... for only 1 rank lol

    I'm trying to set up my mod rank

    http://pastebin.com/c6X76EYR

    Perms which arent working are


    - bukkit.command.kick
    - bukkit.command.teleport
    - bukkit.command.gamemode
    - commandbook.slap.*

    any ideas why?
     
  2. Offline

    Snipes01

    can we see the full file?
     
  3. Offline

    josip1

  4. Offline

    zipron

    just to make things a bit easier, you know you can grant all commands of a plugin at once using .*?
    f.e.
    Code:
            - worldedit.region.set
            - worldedit.region.move
            - worldedit.scripting.execute
            - worldedit.scripting.execute
            - worldedit.selection.chunk
            - worldedit.selection.pos
            - worldedit.selection.pos
            - worldedit.selection.hpos
            - worldedit.selection.hpos
            - worldedit.wand
            - worldedit.wand.toggle
            - worldedit.selection.contract
            - worldedit.analysis.distr
            - worldedit.analysis.count
            - worldedit.selection.size
            - worldedit.selection.shift
            - worldedit.selection.expand
            - worldedit.snapshots.restore
            - worldedit.snapshots.list
            - worldedit.snapshots.restore
            - worldedit.superpickaxe
            - worldedit.superpickaxe.pickaxe.area
            - worldedit.superpickaxe.replacer
            - worldedit.superpickaxe.data-cycler
            - worldedit.superpickaxe.drawing.brush
            - worldedit.superpickaxe.drawing.brush
            - worldedit.superpickaxe.pickaxe.recursive
            - worldedit.superpickaxe.info
            - worldedit.superpickaxe.pickaxe
            - worldedit.superpickaxe.tree
            - worldedit.fill.recursive
            - worldedit.fixlava
            - worldedit.fixwater
            - worldedit.removeabove
            - worldedit.removebelow
            - worldedit.removenear
            - worldedit.replacenear
            - worldedit.snow
            - worldedit.thaw
            - worldedit.extinguish
            - worldedit.butcher
            - worldedit.fill
    becomes
    Code:
        - worldedit.*
    bit easier, no? maybe you can find some more help in the guide I wrote about yml/permissions, check out the link in my sig down below =) Also, if you can't get out, please paste your server.log somewhere here in a code box =)

    zip
     
  5. Offline

    josip1

    Yeah, I know. I just have them there because if I do decide to remove them later it's easier. Like particular ones :p

    But problem still exists...anyone have any ideas?
     
Thread Status:
Not open for further replies.

Share This Page