Solved You are not allowed to build!

Discussion in 'Bukkit Help' started by khoi, Jun 14, 2013.

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

    khoi

    Hello guys,I have problem that when i place block it doesn't let me and it says " Your are not allowed to build!".

    Have 2 World[setup]:
    1.Town[can't break any block and can't place any block]
    2.World[can break and place block]

    but when i try break block at world and it say "your are not allowed to build!".I Already checked all plugins that i used and still don't know cause of this problem.

    This is the plugins that i used.

    Essentials.yml
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                EssentialsAntiBuild                  | #
    # +------------------------------------------------------+ #
    ############################################################
     
      # Disable various default physics and behaviors
      # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
     
        # Should people with build: false in permissions be allowed to build?
        # Set true to disable building for those people.
        # Setting to false means EssentialsAntiBuild will never prevent you from building.
        build: false
     
        # Should people with build: false in permissions be allowed to use items?
        # Set true to disable using for those people.
        # Setting to false means EssentialsAntiBuild will never prevent you from using.
        use: false
     
        # Should we tell people they are not allowed to build?
        warn-on-build-disallow: false

    AntiBuild/config.yml
    Code:
    # AntiBuild version 2.8
     
    # Define your custom message to be displayed when a player tries to interact and is denied permission.
    # Standard CraftBukkit color codes are supported. Use "&" plus the color identifier. Red would be "&c".
    # You must start and end the message with the ' symbol or you will break your config.
    # If you do not want a message to be sent to the player you must put '' for the message.
     
    Message-Build: '&cYou are not allowed to build!'
    Message-Break: '&cYou are not allowed to break blocks!'
    Message-Bucket: '&cYou are not allowed to use this bucket!'
    Message-Chest: '&cYou are not allowed to access chests!'
    Message-Interact: '&cYou are not allowed to interact with this!'
    Message-Drop-Items: '&cYou are not allowed to drop items!'
    Message-Blacklist: '&cYou may not place or break this type of block!'
    Message-Locked-World: '&cThis world is currently locked and cannot be built in.'
     
    # Per block break/place permissions.  Set to true to enable.
    # Use this to allow a player to only place or break certain blocks.
    # You must ensure they do not have antibuild.bypass or they will still bypass this check.
    # Example: antibuild.break.1 would allow a player to only break stone and no other blocks.
     
    Per-Block-Permission: false
     
    # Blacklisted items are not allowed to be placed unless the player is given permission antibuild.blacklist
    # Make sure to follow the format and don't use tabs or you will get an error.
    # Currently only supports item IDs.  This is done for the gain of a faster check against the blacklist.
     
    Blacklist-On: false
    Blacklisted-Blocks:
      - 7
    AntiBuild/lockedWorld.yml
    Code:
    # Do not modify this file!
    # Use the commands in game to lock/unlock worlds.
     
    Locked-Worlds:
    - town
    

    I already edit essentials.yml , antibuild/lockworld.yml and antibuild/config.yml but still have same problem.Hope you guys can help solve this problem.Thanks
     
  2. Offline

    Necrodoom

    Message-Build: '&cYou are not allowed to build!'
    looks antibuild related.
     
    khoi likes this.
  3. Offline

    khoi

    Yes,that the problem.I already checked but it has nothing to do with antibuild plugins.

    [​IMG]

    and know, when i try break block don't appear any message and block still can't break.
     
  4. Offline

    Necrodoom

    no message? hm, to make sure its not a derp, try move around 100 blocks away from your current location. cant think of anything else that would deny a break without message.
     
    khoi likes this.
  5. Offline

    khoi

    Oh im sorry,first im using bucket lava that why not receive any message.
    now it say:"You are not allowed to break blocks!"
     
  6. Offline

    Necrodoom

    which is again the antibuild plugin message, i dont know the plugin so cant help you with it, sorry.
     
    khoi likes this.
  7. Offline

    khoi

    Oh ic...it was great help anyway..:p
    iz they any plugins that similar with antibuild?
     
  8. Offline

    adam220adam

    necrodoom I need help on my server! My server ip is bellonacity.voxelhosting.com It's a test server. My skype is adam220adam and email is [email protected] I need help with essentials kits and stuff. Please msg me asap.
     
  9. Offline

    Necrodoom

    go make a damn thread with actual details and not spamming me where ever i go.
     
  10. Offline

    khoi

    as antibuild plugins that I use the command
    Code:
    /antibuild unlock world
    does not work to allow players break and place blocks in the world.

    Therefore due to the above problem can not be solved. I use another method of placing permissions:

    Code:
    antibuild.bypass

    GroupManager\world\world\groups.yml

    Code:
    groups:
      Member:
        default: true
        permissions:
        - essentials.time
        - essentials.help
        - essentials.mail.send
        - essentials.mail
        - antibuild.bypass
        inheritance: []
        info:
          prefix: '&f[Member]'
          build: false
          suffix: ''
    I just put the permissions at world/group.yml but not a town\groups.yml
    the result is in town also can break and place blocks while I just put the permissions in the world only.

    I hope you guys can help solve this problem .thanks
     
  11. Offline

    iSayCr4pAlot

    info:
    prefix: '&f[Member]'
    build: false
    suffix: ''
    change build to true, instead of false.
     
    khoi likes this.
  12. Offline

    khoi

    It work!.
    but I do not understand. "false" means the can do and "True" means can not do.iz nit? or not?
     
  13. Offline

    Necrodoom

    can build or not.
     
    khoi likes this.
Thread Status:
Not open for further replies.

Share This Page