Essentials warp commands?

Discussion in 'Bukkit Help' started by imamage597, Feb 23, 2013.

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

    imamage597

    Hi, i am setting up permissions (I am using PEX) but when i add the node essentials.warps.sVIP+ to the group sVIP it dosnt show up in the /warp and they cannot do /warp sVIP+ . Here is my full permissions!

    My permissions:
    Code:
    groups:
      Owner:
        permissions:
        - '*'
        prefix: '&4'
      Member:
        prefix: '&e'
        default: true
        permissions:
        - essentials.delhome
        - essentials.ping
        - essentials.msg
        - essentials.motd
        - essentials.helpop
        - essentials.pay
        - essentials.balance
        - essentials.tpdeny
        - essentials.tpaccept
        - essentials.sethome
        - essentials.home
        - essentials.spawn
      Templar:
        inheritance:
        - Member
        prefix: '&8'
      VIP:
        inheritance:
        - Templar
        prefix: '&a'
        permissions:
        - essentials.top
        - essentials.nick
        - essentials.hat
        - essentials.sethome.multiple.vip
        - essentials.tpahere
        - essentials.tpa
      sVIP:
        inheritance:
        - VIP
        prefix: '&7'
        permissions:
        - essentials.warp.sVIP+
        - essentials.warp.list
        - essentials.warp
        - essentials.sethome.multiple.iVIP
        - essentials.warps.sVIP+
      gVIP:
        inheritance:
        - sVIP
        permissions:
        - essentials.keepxp
        - essentials.workbench
        - essentials.enderchest
        - essentials.nick.color
        - essentials.sethome.multiple.gVIP
        prefix: '&6'
    users:
      imamage597:
        group:
        - Owner
      iAmJayhawk:
        group:
        - Owner
      iITimidIi:
        group:
        - sVIP
    
    Thanks in advance for the help!

    Is there anyone who can help me?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  2. Offline

    StyL_TwisT

    1. You can't have a "+" in a warp name,
    2. Have you defined per-warp permissions in the essentials config?
     
  3. Offline

    imamage597

    Yes, ill try to remove the + and see if that works

    Thank you, the + was the problem! I am an idiot [skeleton]

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  4. Offline

    StyL_TwisT

    Glad to help :)
     
  5. Offline

    Necrodoom

    you mean that PEX doesnt support '+' in permission nodes now?
     
  6. Offline

    StyL_TwisT

    I think it does, All I know is you can't have a "+" in a warp name.
     
  7. Offline

    Necrodoom

    you can, actually.
     
  8. Offline

    StyL_TwisT

    Oh, must be PEX then.
     
Thread Status:
Not open for further replies.

Share This Page