Everyone can build on spawn, but only op can destroy.

Discussion in 'Bukkit Help' started by Hypermegazord, Jul 18, 2014.

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

    Hypermegazord

    Hey!

    I've got a problem that is everyone can build anything on the spawn, but they can't destroy. I don't want them to build or destroy on the spawn, but I don't know how.

    Here's a video to show the problem:


    And there's a list of plugins, if needed:
    [​IMG]

    Thanks!
     
  2. try: /rg flag spawn build deny (I think it would work)
     
  3. Offline

    Hypermegazord


    I've did it, you can see it at chat log at 0:05 on video. It doesn't worked...
     
  4. Offline

    LHammonds

    I might be wrong but if you have WorldGuard, you don't need EssentialsProtect or EssentialsAntiBuild.

    Select the block you spawn in using a wood axe by left-clicking it and then right-clicking it. This does a WorldEdit selection box of just that block, now type the following commands to create a region that will protect spawn (assuming you want your spawn to be protected 20 blocks out in each direction:

    Code:
    //expand 20 n
    //expand 20 e
    //expand 20 s
    //expand 20 w
    //expand vert
    /region define spawn Ultramegazoid
    /region flag spawn pvp deny
    /region flag spawn mob-spawning deny
    
    This will allow you to edit spawn but nobody else should be able to place/break blocks in that 41 x 41 x 256 region.

    Since WorldGuard is doing the protecting (no need to double-protect and complicate matters), you might also want to make sure the following is set to zero in server.properties:
    Code:
    spawn-protection=0
    LHammonds
     
    Hypermegazord likes this.
  5. Offline

    Necrodoom

    Worldguard covers essentialsprotect features, but not essentialsantibuild permission based antibuild features.
     
Thread Status:
Not open for further replies.

Share This Page