PEX&Chestshop HELP?

Discussion in 'Bukkit Help' started by karate322, Oct 24, 2011.

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

    karate322

    so i followed the basic setup for PEX(https://github.com/t3hk0d3/PermissionsEx/wiki/Basic-Setup-example) and it worked when i typed all the permissions and stuff it told me to do. So i thought i was set and I decided to add a few permissions from the ChestShop and iConomy plugin so my friends could buy,sell,and create and check their money. But when i started the server and tested it out by putting myself as a member(who can buy,sell,create, check money,and pay), i typed /money and it says im not permitted to do it...
    here's my PEX permissions.yml (most permissions were from the example setup)

    Code:
    groups:
        default:
            default: true
            options:
                rank: '1000'
            permissions:
            - modifyworld.chat
        admin:
            prefix: '&7'
            permissions:
            - -modifyworld.mobtarget.*
            - '*'
            worlds:
                4pillars:
                    permissions:
                    - '*'
            options:
                rank: '0'
        member:
            prefix: '&0(&8M&7ember&0)&7 '
            permissions:
            - modifyworld.*
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - ChestShop.shop.create
            - iConomy.access
            - iConomy.payment
            options:
                rank: '900'
        VIP:
            prefix: '&0(&eVIP&0)&7 '
            permissions:
            - -modifyworld.mobtarget.monster.creeper
            - modifyworld.*
            inheritance:
            - member
            options:
                rank: '800'
        moderator:
            prefix: '&0(&1moderator&0)&7 '
            permissions:
            - -modifyworld.mobtarget.*
            - modifyworld.*
            options:
                rank: '100'
    users:
        alex:
            group:
            - admin
        andy:
            group:
            - default
        bippity:
            group:
            - member
    
     
  2. Offline

    haws1290

    Oh Mate For some reason /money never works its Op only for some reason. Use /balance instead
     
  3. Offline

    karate322

    im sorry, but, where exactly am i supposed to change that?

    I've managed to fix the ChestShop plugin by adding the permissions through the console (/pex group member(the group) add ChestShop.shop.(create/buy/sell)(the permission).
    so now the members can create,buy,and sell. But i tried typing in the iconomy permissions into the console the same way and it STILL says not permitted. -.- please help

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

    BioRage

  5. Offline

    karate322

    replying to your other post, everything is the new version that they have from a couple days ago because that's when i started my server. i have iConomy6, the newest PEX, and i have no idea what a CB build is :p
    Now, to the pastie reply, I wasn't sure what you wanted me to do exactly but I first tried adding the "check balance permission" which is iConomy.holdings: true, WHICH didn't work still. Then i tried replacing my whole permissions.yml with that pastie and it just spammed me with errors.
     
  6. Offline

    BioRage

    CB~RB-> Current Build - Recommended Build :)

    You could re-do your permissions, and simply delete it, and let it re-create a .yml
     
  7. Offline

    karate322

    how do i find my current build?(sorry im a noob)
    yes thats what i did, i re-entered all the permissions and iconomy6 still doesnt let you view your /money if you're not admin.
     
Thread Status:
Not open for further replies.

Share This Page