Solved Players can't warp after given proper perms?

Discussion in 'Bukkit Help' started by Felixx61, May 18, 2013.

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

    Felixx61

    Evening all,

    I seem to have run into a problem...I've tried adding permission for a certain group to be able to type '/warp' for only a select few warps, as well as use signs linked with warps. I'm currently using serversigns for warp-linked signs, and PEX for permissions. When my player tries right-clicking the sign with command '/warp greathall', red text is displayed saying "You do not have access to that command." The same happens when they try to issue the command "/warp greathall".

    permissions.yml:
    Code:
      Wizard:
        default: false
        permissions:
        - -bukkit.command.plugins
        - essentials.help
        - essentials.motd
        - essentials.rules
        - essentials.helpop
        - essentials.balance
        - essentials.chat.question
        - essentials.compass
        - essentials.depth
        - essentials.ping
        - essentials.spawn
        - essentials.time
        - essentials.signs.use.*
        - essentials.signs.use.warp
        - essentials.warps.london
        - essentials.warps.privetdrive
        - essentials.warps.greathall
        - serversigns.use
        - automessage.receive.All
        - factions.kit.halfplayer
        - factions.join
        - lwc.deny
        - lwc.info
        - bookshop.use
        prefix: '&7[Wizard]'
    Code:
    # Set this true to enable permission per warp.
    per-warp-permission: true
    Thank-you for your help.
     
  2. Offline

    EvoFusion192

    In game type: /pex group Wizard add essentials.warp
     
  3. Offline

    Iroh

    Can you show us the whole permissions file? Post it on the site in my signature.
     
  4. Offline

    juzz318

    try adding just the below into what you already have (dont delete any of the perms you already have just add this one in)

    - essentials.warps
     
    Felixx61 likes this.
  5. Offline

    Necrodoom

    Felixx61 you forgot to give permission for the command it self, essentials.warp
     
    Felixx61 likes this.
  6. Offline

    Felixx61

    necrodoom

    Ah, I wasn't aware it was needed! Thanks for this, fixed it perfectly. You would by any chance know the command to force-add a player into a faction from the console do you?

    Cheers
     
  7. Offline

    Necrodoom

    i dont, sorry.
     
Thread Status:
Not open for further replies.

Share This Page