1. By my understanding, If you have no build and nodeploy on it should not let them place it at all. So they should not getting anything from them.
     
  2. Hey, I really would like to use this to prevent people from building outside of a certain set of coordinates. What would be the proper way to set it up so that people can not build outside of X:2500 Y-1250? I'm not 100 confident in my ability to get this one set up myself, it's kind of intimidating looking.
     
  3. I dont know, but you need a X, Y, and Z to do it. That would be a question for @Reneb
     
  4. no you can't really do that with the plugin
     
  5. Figured, I didn't see a way to put it into the plugin if it does not have the code too. @ToreUup90sStyle
     
  6. Reneb, can you make a new hook "WhatZoneIsThePlayerIn"? Would be a LOT useful for external use!
    [DOUBLEPOST=1433467047,1433457361][/DOUBLEPOST]And does this "undestr" works against shots, explosions (c4 and grenade) and ALSO against decay?
     
  7. hello
    i have some problems with "undestr true" & "pvpgod true".
    (c4 dont explode & refund to my inventory, configuration seem to work)
    but People can destroy buildings with grenades
    ([Death Messages] ⋐ⓃⒶⒽⓉⓇⓎⓍ⋑ attack Wood Wall with F1 Grenade)
    & kill other People with M4 Headshots :/

    i try to give them grenades to kill each other on a Battlefield Server, but not good, than they can destroy houses
    can someone help ?
    i tested the "undestr true zone" on my onlineserver Oxide Version: 2.0.792, Rust Protocol: 1069
    (provider updating only if we tell him there are new versions..)
    & on my offline-testserver Oxide Version: 2.0.1017, Rust Protocol: 1069
    Thank you for the plugins !
     
  8. Well this is messed up.
    I cant add this line in chat or else it cuts part of it off , so I cant get the entire zone set the way I want...
    /zone name arena radius 90 nobuild true undestr true notp true nokits true nosuicide true enter_message "Entering PVP Arena" leave_message "Leaving PVP Arena"
     
  9. why don't use just do:
    /zone name arena
    /zone radius 90
    /zone nobuild true
    etc ...
     
  10. oh yes, much better way thanks!
    [DOUBLEPOST=1440247293][/DOUBLEPOST]forgot to ask ,does it also have a stop decay in the zone?
     
  11. Everything is written in the overview i don't remember
     
  12. hello reneb
    sorry for my bad english
    my question is : i want to my server is pve but no in the different zone so i turn my the server only pve in the server.conf (server.pvp false) but what i must do to the zone to turn in pvp (server pvpgod true or false)???
    thanks for your answer
     
  13. nobuild doesnt work i tried to place a foundation as player not admin and i still can
     
  14. it does work.
     
  15. Strange , is there a plugin that makes it stop work ? cuz nobuild doesnt work for me and undestr doesnt work for me players can still destroy and place foundations
     
  16. Hi , i have a problem with the new oxide updates :(
    Oxide version: 2.0.1531, Rust Protocol: 1069
    Oxide version: 2.0.1556, Rust Protocol: 1069 (2.0.1557)
    the plugin ignore nobuild & nodeploy
    i logged in as player to test, other people & me was able to build & deploy inside the zones
    -----edit----
    found a fix
    [C#] ZoneManager.cs - Pastebin.com
    (OnItemDeployedByPlayer = OnItemDeployed)
    (OnStructurePlaced = OnStructureBuilt)
     
    Last edited by a moderator: Nov 17, 2015
  17. I have a zone setup that has nobuild and undestr set to true - yet non-admin / normal players can still blow walls and such and build. The enter/leave messages work, and the notp works...

    {
    "name": "Arena",
    "radius": "80",
    "Location": {
    "x": "-3168.196",
    "y": "349.6833",
    "z": "6879.162",
    "r": "80"
    },
    "ID": "83761349",
    "eject": null,
    "pvpgod": null,
    "pvegod": null,
    "sleepgod": null,
    "undestr": "true",
    "nobuild": "true",
    "notp": "true",
    "nochat": null,
    "nodeploy": "true",
    "nokits": null,
    "nosuicide": null,
    "killsleepers": null,
    "radiation": "00",
    "enter_message": "You have entered the arena",
    "leave_message": "You have left the arena"
    }
    [DOUBLEPOST=1449452586][/DOUBLEPOST]Fix posted above by Nahtryx worked.

    -----edit----
    found a fix
    [C#] ZoneManager.cs - Pastebin.com
    (OnItemDeployedByPlayer = OnItemDeployed)
    (OnStructurePlaced = OnStructureBuilt)
    [DOUBLEPOST=1449452680][/DOUBLEPOST]Request - any chance you can make this work with the Warp System plgin by PaiN so that notp stops warp commands too?
     
  18. Moving this to it's own post - not sure why it merged with the above...

    Request - any chance you can make this work with the Warp System plugin by PaiN so that notp stops warp commands too?
    [DOUBLEPOST=1449890141,1449844648][/DOUBLEPOST]Also, undestr set to true is not stopping decay :(

    {
    "name": "Arena",
    "radius": "80",
    "Location": {
    "x": "-3168.196",
    "y": "349.6833",
    "z": "6879.162",
    "r": "80"
    },
    "ID": "83761349",
    "eject": null,
    "pvpgod": null,
    "pvegod": null,
    "sleepgod": null,
    "undestr": "true",
    "nobuild": "true",
    "notp": "true",
    "nochat": null,
    "nodeploy": "true",
    "nokits": null,
    "nosuicide": null,
    "killsleepers": null,
    "radiation": "00",
    "enter_message": "You have entered the arena",
    "leave_message": "You have left the arena"
    }
     
  19. not work with nobuild