Solved Essentails protect blocking build for default users

Discussion in 'Bukkit Help' started by Burt_Reynolds, Apr 13, 2012.

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

    Burt_Reynolds

    I am trying to use bpermissions with essentials protect but my default users cannot build. When I remove essentials protect everything works fine. Is this a change I have to make in the config.yml for essentials?
     
  2. Offline

    andrewpo

    Approx. line 554 of essentials config.yml

    Code:
        # Should people with build: false in permissions be allowed to build
        # Set true to disable building for those people
        build: true
     
    Check that your permissions is set up so that "build: true" is given to groups you want to be able to build.
     
  3. Offline

    Burt_Reynolds

    I have this set to true but building is still blocked.

    # Should people with build: false in permissions be allowed to build
    # Set true to disable building for those people
    build: true

    # Should people with build: false in permissions be allowed to use items
    # Set true to disable using for those people
    use: true
     
  4. Offline

    andrewpo

    Post your entire permissions YML please. Wrap it in [ code ] tags.
     
  5. Offline

    Burt_Reynolds

    here is the config
     

    Attached Files:

  6. Offline

    Burt_Reynolds

    did that not post? I changed the extension to txt so I could upload it
     

    Attached Files:

  7. Offline

    andrewpo

    Nope, copy the contents of it.
    Upload them to pastebin.com
    Post the link here
     
    Burt_Reynolds likes this.
  8. Offline

    Burt_Reynolds

  9. Offline

    andrewpo

    That's not your permissions YML, that's your essentials config.
     
  10. Offline

    Burt_Reynolds

  11. Offline

    andrewpo

    Ok what you could try doing to resolve your issue for now is
    Code:
    # Should people with build: false in permissions be allowed to build
    # Set true to disable building for those people
    build: true
    Change that to build: false

    I've never used bPermissions but codename_B is a very good plugin developer, maybe he could help you out provided it is related to his plugin?

    I've tagged him in this post to bring it to his attention.
     
  12. Offline

    Burt_Reynolds

    yeah that did not work. Maybe bpemissions is not compatible with essentials. IDK maybe I will go back to groupmanager. Thanks for your help.
     
  13. Offline

    andrewpo

    If your issue in the Bukkit Help forum is resolved, please change the prefix of your topic title to Solved by going to Thread Tools then 'Edit Thread'
    [​IMG]
     
  14. Offline

    codename_B

    bPermissions is perfectly compatible with essentials antibuild - for anyone wondering.

    AntiGuest is the recommended antibuild plugin, though any others also work just fine!
     
  15. Offline

    andrewpo

    Thanks for your input :)
     
Thread Status:
Not open for further replies.

Share This Page