List of permissions

Discussion in 'Bukkit Help' started by lividzx, Jun 27, 2011.

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

    lividzx

    Hi,

    Is there a list of permissions? My Defualt group looks like this:

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
                - 'ac.chest'
    At the moment the Defualt group can't do anything. I want to add specific permissions so they can pickup items, use furnaces and crafting tables etc. However, I do not want them to be able to break or place blocks!!

    Thanks.
     
  2. Offline

    NGBDevon

    Permissions you add will depend on what plugins you have. For them to be in able to place/break blocks you need to set the "build:" option to false.
     
  3. Offline

    lividzx

    Thanks!

    Yeah you're right. I noticed the Defualt group couldn't use a plugin I was using called Phatloots to recieve loot from chests, so I added phatloots.use to the list of permissions and it works!

    I have not used any plugins that interfere with crafting tables, furnaces or picking up items, so what should the permissions be?
     
  4. Offline

    NGBDevon

    There isn't one, people already can :)
     
  5. Offline

    lividzx

    They can't. Only admins can do everything in the server because their permission includes '*'. The star meaning ALL. If you take away that '*' then admins are as useless as the Defualt group. So there must be a way to add in permissions for picking up an item, using furnaces, crafting tables, chests etc.
     
  6. Offline

    NGBDevon

    Can I have a list of your plugins to see if there's anything disabling their ability to interact with them? There isn't a permission node for that kind of stuff other wise Permissions would be a must for all servers.
     
  7. Offline

    lividzx

    This is what my plugins folder looks like:

    [​IMG]

    Are there any plugins there that could be causing this?

    Thanks
     
  8. Offline

    jtlcr777

    What does NoCraft do?
     
Thread Status:
Not open for further replies.

Share This Page