iConomy PEX Problem

Discussion in 'Bukkit Help' started by GoldenWrapper, Mar 18, 2012.

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

    GoldenWrapper

    Hey all, I have a problem where a person can't do /money pay person amount. I added the right node: iConomy.payment, but it still says no permission for them. Perms:
    Code:
    groups:
      Guest:
        default: true
        prefix: '[&8Guest&f]'
        suffix: ''
        options:
          rank: '600'
        permissions:
        - modifyworld.chat
        - multiverse.access.*
        - multiverse.access.factions
        - multiverse.access.towny
        - iConomy.pay
        - modifyworld.blocks.destroy.*
        - modifyworld.blocks.place.*
        - creativegates.*
        - iConomy.bank.withdraw
        - iConomy.list
        - essentials.sethome
        - -bukkit.command.plugins
        - iConomy.bank.transfer
        - essentials.home
        - showcase.finite
        - showcase.buy.finite
        - showcase.buy.infinite
        - showcase.exchange
        - essentials.spawn
        - -bukkit.command.op
        - essentials.help
        - towny.claimed.owntown.block.*
        - mcmmo.commands.ability
        - -bukkit.op
        - -op
        - showcase.basic
        - mcmmo.ability.*
        - iConomy.payment
        - iconomy.payment
        - mcmmo.skills.*
        - towny.chat.general
        - towny.chat.town
        - essentials.tell
        - towny.town.*
        - towny.wild.*
        - essentials.tpa
        - essentials.tpaccept
        - essentials.back
        - essentials.tpdeny
        - essentials.warp.mall
        - essentials.warp
        - essentials.tpahere
        - announcer.receiver
        - iConomy.access
        - iConomy.money
        - ancasino.use
        - iconomy.money
        - lwc.protect
        - launchme.launch
     
  2. Offline

    ZeroZX4

    1st of all

    in pex NEVER EVER USE BIG LETTERS

    next
    words
    groups:
    and
    users:

    need to have 0 spaces

    groups and user names need to have 4 spaces

    ranks need to have 10 spaces

    and everything else need to have 8

    i edit ur permissions and it should work now

    if not than reply cause i didnt even read what was ur problem


    http://pastebin.com/UNFSx4dX
     
  3. Offline

    alext97

    Depend to his PermissionsEx version, he can actually use big letters:)
     
  4. Offline

    ZeroZX4

    always when i seen big letters in pex it didnt work and changing it to lower case always fix the problem so well it dont hurt to have small letters naywya
     
  5. Offline

    GoldenWrapper

    That com
    That completely messed the permissions up, no one could do any commands. BUMP
     
  6. Offline

    bastion

    can you post your entire permissions.yml in for us. include users and all your groups.

    Code:
    groups:
      Guest:
        default: true
        prefix: '[&8Guest&f]'
        suffix: ''
        options:
          rank: '600'
        permissions:
        - modifyworld.chat
        - modifyworld.blocks.destroy.*
        - modifyworld.blocks.place.*
        - multiverse.access.*
        - multiverse.access.factions
        - multiverse.access.towny
        - iConomy.user
        - showcase.finite
        - showcase.buy.finite
        - showcase.buy.infinite
        - showcase.exchange
        - showcase.basic
        - -bukkit.command.plugins
        - -bukkit.command.op
        - -bukkit.op
        - -op
        - essentials.home
        - essentials.sethome
        - essentials.spawn
        - essentials.help
        - essentials.tell
        - essentials.tpa
        - essentials.tpaccept
        - essentials.back
        - essentials.tpdeny
        - essentials.warp.mall
        - essentials.warp
        - essentials.tpahere
        - mcmmo.commands.ability
        - mcmmo.ability.*
        - mcmmo.skills.*
        - towny.chat.general
        - towny.chat.town
        - towny.claimed.owntown.block.*
        - towny.town.*
        - towny.wild.*
        - announcer.receiver
        - creativegates.*
        - ancasino.use
        - lwc.protect
        - launchme.launch
    couple things when you use a * at the end of a node like with multiverse.access.* that give them access to everything so you don't need to follow on with the other 2 nodes, they are redundant.

    I have no idea which version of iconomy you are using but the iConomy.user node give you access to /money and /money pay commands i took out all the rest of the commands you had in there, so try this and see if it works for you.
     
Thread Status:
Not open for further replies.

Share This Page