Solved some people cant do /home? (PEX)

Discussion in 'Plugin Help/Development/Requests' started by Scorpionvssub, Jun 12, 2015.

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

    Scorpionvssub

    I got a sudden issue with PEX it used to work fine and works fine for some users... but when i set my coowner to default she cant do /home but with * perms she can, Monkey exact same story regarding her default group cant do /home while force can even though he just joined and the setup is exacly the same :confused:

    how is that possible?


    http://pastebin.com/QmHyVQJL

    Code:
    groups:
      default:
        worlds:
          Freebuild:
            permissions:
            - -mobarena.arenas.*
            - -auction.bid
          world:
            permissions:
            - essentials.msg
            - auction.info
            - essentials.chat.url
            - voteroulette.claimall
            - voteroulette.votecommand
            - voteroulette.lastvote
            - voteroulette.top10
            - voteroulette.viewstats
            - auction.start
            - reporter.report
            - votelist.use
            - auction.bid
            - cannon.use
            - hub.teleport
            - silkspawners.place.*
            - silkspawners.silkdrop.*
            - auction.help
            - essentials.rules
            - autorank.check
            - essentials.spawn
            - -bukkit.command.plugins
            - -bukkit.command.help
            - bukkit.command.version
            - multiverse.access.Freebuild
            - Essentials.delhome
            - Essentials.home
            - Essentials.sethome
            - essentials.sethome.multiple.guest
            - essentials.sethome.bed
            - multiverse.portal.access.*
            - multiverse.access.Freebuild
            - multiverse.access.world
            - multiverse.access.world_nether
            - multiverse.access.world_the_end
            - lobby.sign.use
            - essentials.warps.Shop
            - Essentials.warp
            - essentials.warps.*
            - essentials.warp.list
            - ChestShop.shop.buy
            - payday.default
            - essentials.msg
            - Essentials.warp.list
            - essentials.money
            - essentials.balance
            - essentials.balancetop
            - Essentials.tpaccept
            - Essentials.tpa
            - Essentials.tpdeny
            - Essentials.warp
            - Essentials.warp.list
            - Essentials.mail
            - Essentials.mail.send
            - essentials.warps.Pvp
            - iConomy.access
            - frameProtect.place.*
            - frameProtect.autoprotect.*
            - essentials.pay
            - essentials.afk
            - essentials.customtext
        options:
          prefix: '&7[Lid]&7 '
          default: true
    users:
      9cf9d7c7-38b0-3a90-a0ef-1ad812fa76a1:
        group:
        - default
        options:
          name: MonkeyManiak9
      7699f2ff-8980-39fc-abd5-02eb9e8115d9:
        group:
        - default
        options:
          name: Forcedown
    schema-version: 1
    worlds:
      Freebuild:
        inheritance:
        - world
      world_nether:
        inheritance:
        - world
      world_the_end:
        inheritance:
        - world
      SafeWorld:
        inheritance:
        - World
    *Note* Didnt add ALL users but all are set up the same some groups are coowner some vip+ etc.
     
  2. Offline

    H1DD3NxGames

    @Scorpionvssub is there any other commands default players cant do that they have permission for, like can they do /warp
     
  3. Offline

    Scorpionvssub

    just let monkey perform /warp no permission

    She can do /vote which is run by a overrite plugin command overrite but /spawn /msg etc. cant be done


    Solved: Turns out i made a typo on the inheritance where the world was World and the W had to be lowercase
     
    Last edited: Jun 12, 2015
Thread Status:
Not open for further replies.

Share This Page