Solved Only OPs can build/break blocks

Discussion in 'Bukkit Help' started by killer66143, Dec 14, 2013.

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

    killer66143

    Hey guys, I have a plugin that I have installed to prevent players from building/breaking blocks until they are promoted to the regular members group. Only problem is everyone cannot build or break blocks even with permissions given.

    Code:
    groups:
      default:
        default: true
        prefix: '&0[Unconfirmed]&f'
        permissions:
      member:
        permissions:
        - PbMineExp.exp.*
        - antibuild.bypass
        prefix: '&f[Member]&f'
      admin:
        permissions:
        - PbMineExp.exp.*
        - admincmd.item.*
        - admincmd.time.*
        - admincmd.player.*
        - admincmd.tp.*
        - admincmd.weather.*
        - admincmd.server.*
        - admincmd.server.rules
        - admincmd.spawn.set
        - admincmd.spawn.tp
        - ipav.*
        - antibuild.bypass
        - antibuild.break
        - permissions.manage.membership.<group>
        prefix: '&4[ADMIN]&f'
    users:
      Tony:
        group:
        - admin
    
     
  2. Offline

    Necrodoom

    Do they get any message when trying to?
    Also, list plugins.
     
  3. add this perm:
    - build
    but for break i dont know...
     
  4. Offline

    Necrodoom

  5. Offline

    killer66143

    Thanks alot for you replies. Adding the perm - built has no effects unfortunately :(

    As for the messages I am receiving, they are coming from the antibuild plugin. "You are not allowed to break/ place"
    The plugins I am using:
    Code:
    AdminCmd
    AntiBuild
    ChatManager
    CoreProtect
    CreeperHeal
    FoundDiamonds
    IConomy
    iPAdressViewer_v2.1
    Lockette
    LongerDay
    PbMineExp
    PermissionsEx
    PlayerInfo
    RepairChest
    SafeCreeoer
    SimpleJail
    xAuth
     
  6. Offline

    Reece1223

    Remove AntiBuild, that should fix your problem :)
     
  7. Offline

    killer66143

    The thing is I want users to not be able to build/break blocks until I promote them to the next group level.
     
  8. Offline

    Reece1223

    Ok, I don't know much about AntiBuild, but try adding a permission node to the specific group that you want to be able to build. If this is not possible, then sorry I don't know how to fix!
     
  9. Offline

    killer66143

    Yea a permission node was already given. Thanks for your help anyways.
     
  10. Offline

    Reece1223

    No problem sorry I couldent help, it's most likely due to my knowledge of that plugin. If you reply sending a link to the plugin, I may be able to help further
    =======================================================
    My server: s17.hosthorde.com:25640

     
  11. Offline

    killer66143

    Sure thing.
    http://dev.bukkit.org/bukkit-plugins/antibuild/
     
  12. Offline

    Reece1223

    Alrighty, can you add the following permissions to the group you want to be able to build/break unless you want to look through this list a little but the main important ones are the first two:

    antibuild.place.*
    antibuild.break.*
    antibuild.fire
    antibuild.bucket
    antibuild.bucket.lava
    antibuild.bucket.water
    antibuild.painting
    antibuild.interact
    antibuild.anvil
    antibuild.beacon
    antibuild.brewing
    antibuild.chest
    antibuild.dispenser
    antibuild.enchanting
    antibuild.enderchest
    antibuild.furnace
    antibuild.hopper
    antibuild.workbench
    antibuild.pickupitems
    antibuild.dropitems
     
  13. Offline

    killer66143

    Thanks for your help but it still does not seem to work. Im in the admin group so I temporarly only added the perms to the admin group.
    Code:
    groups:
      default:
        default: true
        prefix: '&0[Unconfirmed]&f'
        permissions:
      member:
        permissions:
        - PbMineExp.exp.*
        - antibuild.bypass
        prefix: '&f[Member]&f'
      admin:
        permissions:
        - PbMineExp.exp.*
        - admincmd.item.*
        - admincmd.time.*
        - admincmd.player.*
        - admincmd.tp.*
        - admincmd.weather.*
        - admincmd.server.*
        - admincmd.server.rules
        - admincmd.spawn.set
        - admincmd.spawn.tp
        - ipav.*
        - antibuild.bypass
        - antibuild.break.*
        - antibuild.pickupitems
        - antibuild.dropitems
        - antibuild.place.*
        - antibuild.interact
        - permissions.manage.membership.<group>
        prefix: '&4[ADMIN]&f'
    users:
      Tony:
        group:
        - admin
    
     
  14. Offline

    killer66143

    Bump anyone else have any ideas?
     
  15. Offline

    kosmohgrbr

    killer66143
    What permissions plugin are you using?
    I use GroupManager, and i can allow or deny building for specific groups with no additional plugins.
    For example, i have a group called "Tester", then, the config for this group it's just like this:
    If i set build to false, member in this group won't be able to build. I guess you should try GroupManager, then.
     
  16. Offline

    killer66143

    Thanks for your reply. I use PermissionsEx. Ill consider switching.

    Hey after using group manager even as my default group I can still somehow build. I made sure I deoped myself.

    Code:
    groups:
      Default:
        default: true
        permissions:
        inheritance:
        info:
          prefix: '&0[Unconfirmed]&f'
          build: false
          suffix: ''
     
  17. Offline

    Necrodoom

    killer66143 Thats because what kosmohgrbr said is false. You need an antibuild plugin for build setting to work, He is probably using essentialsantibuild bundled with essentials.
     
  18. Offline

    kosmohgrbr

    Yeah, i'm sorry, i really use AntiBuild. But it's still a solution if you use GroupManager with EssentialsAntiBuild, killer66143.
     
  19. Offline

    killer66143




    Thank you guys so much! Problem solved. Finally got the server running the way I wanted it to run. Again thanks alot.
     
  20. Offline

    kosmohgrbr

    You're welcome! ;)
     
Thread Status:
Not open for further replies.

Share This Page