Permissions get meesed up

Discussion in 'Bukkit Help' started by Yamasawa, Aug 26, 2011.

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

    Yamasawa

    When ever i add ne commands to permissions like groups EX.i added - 'iconomy.access' to guest and notepad++ says there is no error but when i go ingame the prefix or something gets all mees up and disapears please help?
     
  2. Offline

    vapid2323

    Use code tags and post the config
     
  3. Offline

    Yamasawa

    whats code tags? and here it is
    groups:
    Default:
    default: true
    info:
    prefix: '&z'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'iConomy.access'
    - 'iConomy.rank'
    - 'iConomy.payment'
    - 'iConomy.list'
    - 'iConomy.bank.join'
    - 'iConomy.bank.leave'
    - 'iConomy.bank.withdraw'
    - 'iConomy.bank.deposit'
    - 'iConomy.bank.access
    - 'lottery.buy'
    - 'Homex.sethome'
    - 'Homex.home'
    - 'iConomyChestShop.create'
    - 'iConomyChestShop.buy'
    - 'iConomyChestShop.sell'
    Moderator:
    default: false
    info:
    prefix: '&1'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'bar.foo'
    Admins:
    default: false
    info:
    prefix: '&4'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - '*'
    Member:
    default: false
    info:
    prefix: '&2'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    Lumberjack:
    default: false
    info:
    prefix: '&e'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    Miner:
    default: false
    info:
    prefix: '&0'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:



    Its all lined up correct just doesnt do the linning up on this
     
  4. @Yamasawa
    When you type a message into this forum you have a few tools just above the text box.
    If you hit the 'Code' button, which is second from the right on the second line then you can paste your text in there.
    Code:
    For:
        Example:
            - This
     
  5. Offline

    Yamasawa

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&z'
                suffix: ''
                build: true
            inheritance:
            permissions:
            - 'iConomy.access'
            - 'iConomy.rank'
            - 'iConomy.payment'
            - 'iConomy.list'
            - 'iConomy.bank.join'
            - 'iConomy.bank.leave'
            - 'iConomy.bank.withdraw'
            - 'iConomy.bank.deposit'
            - 'iConomy.bank.access
            - 'lottery.buy'
            - 'Homex.sethome'
            - 'Homex.home'
            - 'iConomyChestShop.create'
            - 'iConomyChestShop.buy'
            - 'iConomyChestShop.sell'
        Moderator:
            default: false
            info:
                prefix: '&1'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - '*'
        Member:
            default: false
            info:
                prefix: '&2'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
        Lumberjack:
            default: false
            info:
                prefix: '&e'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
        Miner:
            default: false
            info:
                prefix: '&0'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
    bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
Thread Status:
Not open for further replies.

Share This Page