Permissions Help

Discussion in 'Bukkit Help' started by Deans789, Jan 4, 2012.

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

    Deans789

    Hello, my server runs Permissions Ex
    My problem is, when making the group "moderator" I've tried to prevent them from doing several commands "/thor /vulcan /fireball and /kill *playername*." BUT THEY STILL HAVE ACCESS TO THE COMMANDS! Here is what i put in my permissions.yml

    groups:
    default:
    default: true
    permissions:
    - admincmd.server.help
    - admincmd.spawn.tp
    - admincmd.warp.tp
    - admincmd.player.kill
    - modifyworld.*
    - ecocreature.reward.*
    - ecocreature.gain.*
    - ChestShop.shop.sell
    - ChestShop.shop.buy
    - petition.pe
    admins:
    default: false
    prefix: '&4[Admin]&7'
    permissions:
    - '*'
    moderators:
    default: false
    prefix: '&2[Moderator]&7'
    permissions:
    - '*'
    - -admincmd.player.vulcan.*
    - -admincmd.player.thor.*
    - -admincmd.player.fireball.*
    - -admincmd.player.kill.other.*
    users:
    blade_178:
    group:
    - moderators
    Can somebody explain to me why the still have access to those commands? Thanks
     
  2. Offline

    ArrowToTheKnee

    Just try to remove them in game. Type in /pex group Moderator add "-(whatever you don't want them to do)"
    Also, make sure the spacing is correct, with permissions four letters after Moderator, with the p starting at the "r."
    Also, make sure that your permissions are in the same spacing as "permisisons."
    Yes, you must have spacing, so like this:
    Code:
    groups:
        moderators:
            default: false
            prefix: '&2[Moderator]&7'
            permissions:
            - '*'
            - -admincmd.player.vulcan.*
            - -admincmd.player.thor.*
            - -admincmd.player.fireball.*
            - -admincmd.player.kill.other.*
    users:
     
  3. Offline

    Deans789

    yes it's exactly like that.
    *edit* editing in-game works but not when adding it manually in permissions.yml... strange
     
Thread Status:
Not open for further replies.

Share This Page