Need help with WorldGuard

Discussion in 'Bukkit Help' started by AuriTheGame, Sep 15, 2015.

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

    AuriTheGame

    Im playing with few friends.They like to break stuff and I decided to install world guard but they have OP and i dont know how i can make so only i can break blocks on my base region and they cannot delete this region or break or place blocks in that region.I tried build=deny,block-break=deny,block-place=deny and this only works when not OP tries to break block.But how can i disable block place and break for everyone and even for other op's?
     
  2. Offline

    wowzersam

    @AuriTheGame
    I don't think you can when they are OP. You can put all other players in a group that has all commands except being able to place/break blocks in a world guard region though.
     
  3. Offline

    Binner_Done

    That guy is right...
    There must be something in the depths of world guard that makes it say "Hey, your op, do what ever you want!" As he said, get some groups etc
     
  4. Offline

    AuriTheGame

    I know how to do it with permissions ex but I want to let them create their own protected regions.And I seen Uniquecraft Free-OP server in which they let you create your own regions and delete them but you cant edit the spawn or regions that other people created so how they did that.
     
  5. Offline

    Binner_Done

    I find this method and easier way:
    Install a plugin that disables specific commands
    Disable the command for the regions you don't want removed
     
  6. Offline

    AuriTheGame

    but how can I not let OP edit region without deOPing it?
     
  7. Offline

    Boomer

    The "something" that lets ops do what it wants is the fact that ops have all permissions by default, which includes worldguard.* permissions, which includes the permissions to bypass whatever the region definitions and rules say.

    This scenario is exactly why permissions is the proper way to go, and take time to setup, rather than doing the lazy ops way out. Ops beats paper, rock and scissors. And worldedit/worldguard use their own permissable-injector system in case a server doesn't have a permissions system, so they always are in effect

    http://docs.enginehub.org/manual/worldguard/latest/permissions/
    There is the ability for letting people create and definte their own regions, without being able to modify other regions... (self...)

    EDIT by Timtower: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 16, 2015
  8. Offline

    AuriTheGame

    Im saying this again:i wanna let them create and modify their own regions but I dont wanna let them build on specific regions
     
  9. Offline

    timtower Administrator Administrator Moderator

    @AuriTheGame Try something like griefprotection, it is made to work the way you want worldguard to work.
    Worldguard is made to protect area's defined by server owners, not by players.
     
  10. Offline

    AuriTheGame

    i know this plugin but i need to rent protected regions automaticly and i only cant do this with world guard :(
     
  11. Offline

    timtower Administrator Administrator Moderator

  12. Offline

    AuriTheGame

    I know I can do this with permissions but I wanna let my frends create their own protected regions but I dont wanna let them build on specific region or delete that region
     
  13. Offline

    timtower Administrator Administrator Moderator

    @AuriTheGame You can do all that stuff.
    Code:
    worldguard.region.redefine.own.*
    worldguard.region.redefine.member.*
    worldguard.region.redefine.*
    3 different permissions. Only give them the <command>.own.* versions. Then they can only change the regions where they are owner.
     
Thread Status:
Not open for further replies.

Share This Page