Is There A Way To Make One of Your World's Blocks Unbreakable?

Discussion in 'Bukkit Help' started by FFall123, Jul 17, 2012.

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

    FFall123

    Is there a plugin or a config file where people can't break ANY kind of blocks in one world, but can break blocks in other worlds?

    I wanna know :S
     
  2. Offline

    andrewpo

    WorldGuard.
     
  3. Offline

    FFall123

    So... I have to WorldGuard the entire world? :O
     
  4. Offline

    Tallcraft

    If you want to use WorldGuard: Each world in WorldGuard has got a global region called
    Code:
    __global__
    you can just edit the "build"-flag of this:
    Code:
    /region flag __global__ build [deny/allow]
    But this is not a very efficient way of doing it. I would recommend to use the Modifyworld feature of the plugin PermissionsEx: https://github.com/PEXPlugins/PermissionsEx/wiki/Modifyworld
     
  5. Offline

    JOPHESTUS

    Just use WG's blacklist
     
  6. Offline

    Tallcraft

    He asks for a general protection of the whole world ( all blocks). You cannot do that with WorldGuards blacklist.
     
  7. Offline

    FFall123

    Correct. I want protection for one entire world (Except people can interact with chest, buttons, doors and levers.), but on other worlds, they can break blocks.

    B
    But doesn't Modifyworld affect all the worlds? I just want one world.

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

    Tallcraft

    I am not really into this stuff but I think it's possible when you give individual permission-nodes per world. If you're using/want to use WorldGuard anyway, just do it with that.
     
  9. Offline

    FFall123

    I don't think so, since all of the plugin posts don't have permission nodes of that... Plus, it will be super complicated if you have to type separate permission nodes for all the players :S
     
  10. Offline

    Tallcraft

    Just try it out, that's the way you learn things.
     
  11. Offline

    Necrodoom

    can be done with modifyworld or Groupmanager + essentialsprotect or Bpermissions (not sure about last one) by disabling permission to build in the world you dont want building.
     
    Tallcraft likes this.
  12. Offline

    FFall123

    Anyway, I found a way.
    I just use WorldBorder, find the borders for each side, and just use WorldGuard :S
    ^ Hard way.
     
  13. Offline

    Tallcraft

    What you can do: Claim a small region ( like a block or 4) with the wand (//wand), then just expand the area 100000000 (or something ) in every direction. Not a proper way, but it works :p
     
Thread Status:
Not open for further replies.

Share This Page