[Help] bPermissions Plugin Help Needed

Discussion in 'Bukkit Help' started by Slymask3, Sep 15, 2011.

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

    Slymask3

    Hello,
    I am working on setting up a Minecraft Bukkit Server.
    I found that the original plugin "Permissions" has been discontinued.
    So I found bPermissions.
    I find it pretty easy to use and understand. :D
    But, People set into the "Members" group, cannot build.
    I put the node, bPermissions.build, but it doesn't seem to work. :O

    Here is some information that you may need to know:

    Plugins I am using:
    - bPermissions
    - Essentials
    - iConomy
    - mcMMO
    - PreciousStones
    - Residence

    My "world.yml" file in the "worlds" folder, which is in the "bPermissions" folder:
    Code:
    default: guest
    players:
        Slymask3:
        - admin
        Thebi0squad:
        - admin
        Nightwolf22500:
        - admin
    groups:
        guest:
        - bukkit.broadcast.user
        member:
        - bukkit.broadcast.user
        - bPermissions.build
        - iConomy.user
        moderator:
        - bukkit.broadcast.user
        - bPermissions.build
        - bukkit.command.ban
        - bukkit.command.ban.ip
        - bukkit.command.ban.player
        - bukkit.command.kick
        - bukkit.command.unban
        - bukkit.command.unban.ip
        - bukkit.command.unban.player
        - teleport.mods
        admin:
        - bPermissions.admin
        - '*'
    NOTE - I, as an admin, have all the commands from the '*', which includes the build. So I can build. But when I change myself to a "member", I cannot build.

    Thank you in advance. :D
    I really appreciate you're help.

    Bump.
    Please, could anyone help? :D

    Hm.
    Now I, as an admin, cannot build/destroy blocks. :(

    EDIT: It stopped working because I set the "override-player" to "true" in the "config.yml" which is in the bPermissions folder. I set it back to "false", and now I could build/destroy blocks, as an admin.

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

    thejoe4949

    Okay so you solved the problem? I have asked that same question over and over in multiple forums and no one has answered... When you changed the override-player to false, now can members of other groups build now? Or just admins?

    EDIT: The reason why no one helped you is because it clearly says in the title "no support for this post." Instead, post problems here: http://dev.bukkit.org/server-mods/b...elp-with-bpermissions-post-here/?page=7#posts
     
  3. Offline

    Slymask3

    Thejoe4949,
    The problem is still not solved, only admins could break blocks because of the '*'.
    I posted this problem on the dev.bukkit.org thread. Thank you. :D
     
  4. Offline

    codename_B

    Don't use essentials - essentials anti-build is stopping your from building.

    Please remove all other plugins and test this.
     
  5. Offline

    thejoe4949

    No problem dude, and I can see codename_B has already posted an answer. :cool:
    [creeper]
     
Thread Status:
Not open for further replies.

Share This Page