Permission.yml help!!

Discussion in 'Bukkit Help' started by gose1, Sep 24, 2011.

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

    gose1

    Hello everyone.
    I'm looking for some help with the new permission.yml you get with bukkit.

    I want the default group to be able to use some of the iConomy commands such as /money /money pay but it's not working!

    This is how my permission.yml looks like

    groups:
    Regular:
    default: true
    info:
    permissions:
    - 'iConomy.user': true
    - 'iConomy.holdings': true
    - 'iConomy.help': true
    - 'iConomy.payment': true


    vip:
    default: false
    info:
    inheritance:
    permissions:
    - ''


    Admins:
    default: false
    info:
    inheritance:
    permissions:
    - '*'


    I tried the commands in-game but bukkit responded me with this.
    Bukkit sad. Bukkit want you to access the commands, but bukkit cannot let you. Bukkit will leak tears :(

    Im using mcmyadmin if thats to any help.
    I'd appreciate any help i could get!!!

    I've now tried both PermissionEx & bPermission and it still isn't working!? Is it something with iConomy?

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

    portalnik

    I'm not sure, maybe: - 'iConomy.money': true
     
  3. Offline

    Sadra

    I have the same problem with Group Manager. :'(
     
  4. Offline

    JargonTheRed

    The permission.yml is not a permissions system in itself, but a place where you can make your own permission nodes.

    bPermissions, on the other hand, is a full-fledged permissions system. Remove the code you have in permission.yml and transfer the relevant code bits to the world-specific configuration file found inside .\plugins\bPermissions\Worlds instead.
     
Thread Status:
Not open for further replies.

Share This Page