Hungry - Permissions

Discussion in 'Bukkit Help' started by F0RCE, Aug 14, 2011.

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

    F0RCE

    Hello everyone - I'm new here.

    I have just installed plugin Hungry (http://forums.bukkit.org/threads/mech-hungry-v0-3-1-yet-another-hunger-plugin-1000.21434/)

    And I got problems with my permissions:

    Code:
    groups:
        Gracz:
            default: true
            info:
                prefix: '&7'
                suffix: '&7'
                build: true
            permissions:
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.time.check
            - commandbook.spawn
            - commandbook.return
            - commandbook.msg
            - commandbook.clear
            - lwc.protect
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomy.payment
            - hungry.player.hunger
            - hungry.player.hunger.check
            - hungry.player.food
            - hungry.player.food.list
            - myhome.home.basic.home
            - myhome.home.basic.set
            - mywarp.warp.basic.warp
            - mywarp.warp.basic.list
        VIP:
            default: false
            info:
                prefix: '&e'
                suffix: '&e'
                build: true
            permissions:
            - commandbook.weather
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.time.check
            - commandbook.spawn
            - commandbook.return
            - commandbook.msg
            - commandbook.clear
            - lwc.protect
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - myhome.home.basic.home
            - myhome.home.basic.set
            - mywarp.warp.basic.warp
            - mywarp.warp.basic.list
            - mywarp.warp.basic.createprivate
            - mywarp.warp.soc.give
            - mywarp.warp.soc.invite
            - mywarp.warp.soc.uninvite
            - iConomy.payment
            - commandbook.teleport
        Sponsor:
            default: false
            info:
                prefix: '&6'
                suffix: '&6'
                build: true
            permissions:
            - commandbook.give.*
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.time.check
            - commandbook.spawn
            - commandbook.return
            - commandbook.msg
            - commandbook.clear
            - lwc.protect
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - myhome.home.basic.home
            - myhome.home.basic.set
            - mywarp.warp.basic.warp
            - mywarp.warp.basic.list
            - mywarp.warp.basic.create
            - mywarp.warp.basic.createprivate
            - mywarp.warp.soc.*
            - worldguard.god
            - worldguard.ungod
            - worldguard.heal
            - worldedit.navigation.jumpto
            - worldedit.navigation.thru
            - iConomy.payment
            - commandbook.teleport
            - commandbook.teleport.other
        Moderator:
            default: false
            info:
                prefix: '&2'
                suffix: '&2'
                build: true
            permissions:
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.time.*
            - commandbook.spawn
            - commandbook.return
            - commandbook.msg
            - commandbook.clear
            - commandbook.broadcast
            - commandbook.whereami.*
            - commandbook.bans.*
            - commandbook.kick
            - lwc.protect
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - myhome.home.basic.home
            - myhome.home.basic.set
            - mywarp.warp.basic.warp
            - mywarp.warp.basic.list
            - mywarp.warp.basic.create
            - mywarp.warp.basic.createprivate
            - mywarp.warp.soc.*
            - iConomy.payment
            - commandbook.teleport
            - commandbook.teleport.other
            - worldedit.*
            - worldguard.*
        JuniorAdmin:
            default: false
            info:
                prefix: '&c'
                suffix: '&c'
                build: true
            permissions:
            - '*'
        Admin:
            default: false
            info:
                prefix: '&4'
                suffix: '&4'
                build: true
            permissions:
            - '*'
        Elektryk:
            default: false
            info:
                prefix: '&3'
                suffix: '&3'
                build: true
            permissions:
            - '*'
    Everything seem to work perfectly - Only Hungry doesn't work as it should.

    Normal players Cant use any command, Only Admins and others important persons with '*'
    Did I made a mistake ?

    If I did - please correct my permissions.
     
  2. Offline

    jtlcr777

    Have you tried doing 'hungry.player.*' instead?
     
  3. Offline

    jonathanyc

    We need information to know what's happening - are you using the default permissions, Permissions 3, GroupManager, PermissionsEx, or some custom home-made solution? We really can't go any further without this information.

    Thanks.
     
  4. Offline

    F0RCE

    name: Permissions
    main: com.nijikokun.bukkit.Permissions.Permissions
    version: 3.1.6
    authors:
    - TheNo1Yeti
    - rcjrrjcr
    - Nijikokun

    After I change permissions I'm typing /reload.
     
  5. Offline

    jonathanyc

    That's strange - Permissions with Hungry works on my test server, so I'm confused about this. Are there any users of Hungry who use Permissions on their servers who can help?
     
  6. Offline

    F0RCE

    Normal players can't use this plugin ;/

    Only admin have standard player command, and only admin can be hungry.
    I need solution for this guys, so help me out a little please =]
     
Thread Status:
Not open for further replies.

Share This Page