PEX Help!

Discussion in 'Bukkit Help' started by ^w^Nick^w^, Feb 9, 2014.

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

    ^w^Nick^w^

    Help! I need help on my Essentials warp command!

    Here is my permissions.yml file in PEX:

    Code:
    groups:
      default:
        default: true
        permissions:
        - modifyworld.*
        - bukkit.help
        - bukkit.spawn
        - bukkit.list
        - essentials.home
        - essentials.sethome
        - essentials.warps
        - essentials.warp.*
        - scribblenauts.notebook
        - essentials.spawn
        - essentials.back
        - essentials.back.ondeath
        - essentials.tpa
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.tpaccept
        - essentials.afk
        - essentials.afk.auto
        - notebook.get
        - essentials.sell
        - essentials.pay
        - essentials.balance
        - essentials.bal
        - essentials.help
        - essentials.signs.use.buy
        - essentials.rules
        - bukkit.command.plugins
        - notebook.itempage
        - notebook.commandpage.X
        - notebook.commandpage
        - usb.island.create
        - essentials.warp
        - essentials.warps.*
     
    groups:
      default:
        default: false
        permissions:
        - '*'

    When I deop my self, and I try to do /warps, it doesn't work! It says I don't have access. The only warp that works in /warp (warp)!

    Help?
     
  2. Offline

    TreeDB

    ^w^Nick^w^ You have the same group listed twice, try this :

    Code:
    groups:
      default:
        default: true
        permissions:
        - modifyworld.*
        - bukkit.help
        - bukkit.spawn
        - bukkit.list
        - essentials.home
        - essentials.sethome
        - essentials.warps
        - essentials.warp.*
        - scribblenauts.notebook
        - essentials.spawn
        - essentials.back
        - essentials.back.ondeath
        - essentials.tpa
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.tpaccept
        - essentials.afk
        - essentials.afk.auto
        - notebook.get
        - essentials.sell
        - essentials.pay
        - essentials.balance
        - essentials.bal
        - essentials.help
        - essentials.signs.use.buy
        - essentials.rules
        - bukkit.command.plugins
        - notebook.itempage
        - notebook.commandpage.X
        - notebook.commandpage
        - usb.island.create
        - essentials.warp
        - essentials.warps.*
    
     
  3. Offline

    JaguarJo

    ^w^Nick^w^ The essentials warp nodes that you want to have are essentials.warp, essentials.warp.list, and either essentials.warps.<warpname> or essentials.warps.*. The command with the .list at the end is the one that you're missing.
     
  4. Offline

    TreeDB

    JaguarJo He had essentials.warps.* I think it is from having the group listed twice.
     
  5. Offline

    JaguarJo

    TreeDB Well having the group listed twice is definitely breaking his file, I won't argue there. But he does not have essentials.warp.list in there anywhere and that is why he can't get the warp list to show up when he does /warp.
     
  6. Offline

    nightcrawler601

    @^w^Nick^w^ Set per-warp-permission in config.yml of Essentials to true, this will surely fix it.
     
Thread Status:
Not open for further replies.

Share This Page