1. yes it could be, but my way to remove things is the way rust wanted it, the anti float part is only 1 line, that's why it's not laggy, it's because it just asks rust if there is something on.
    i could change it yes, but your players could also just remove the pillars and not place a ceiling XD
     
  2. hi, i have found that now anyone you have /shared doors with can now remove eachothers bases, is there a new config file in the coding so that i can set this to false please? i dont like the idea at all so would like to disable that feature on my server as a "could be friend pretending to like the person working with them" could easily just remove the other players whole base.... that can cause problems for me so id like to take it out[DOUBLEPOST=1410519620][/DOUBLEPOST]maybe you could put another /share base command in there just for doing that? like the /prod tool is separate from /remove
     
  3. Code:
      "remove":{
        "antifloat":true,
        "autodeactivatetime":30,
        "onlyadminremove":false,
        "log":true,
        "allowcmd":true,
        "antiremoveduringraidtime":120,
        "antiremoveduringraid":true,
        "shared":{
          "doorshare":true,
          "factions":false,
          "groups":true
        },
    i remade the plugin to make it as clear as possible :(
    just set doorshare to false
     
  4. Hello!

    Is it possible to link all R-plugins and EBS? So if anyone by example has been banned for Speed Hack by ebs, that r-remove automatically deletes everything the person had(with the steam id)?
     
  5. how do i give players the option of using the /prod
     
  6. "onlyadminprod":false
     
  7. Cheers[DOUBLEPOST=1410558822,1410545956][/DOUBLEPOST]where do i add it
     
  8. This can be modified in the r-remover configuration file found in your data folder.
     
  9. i cant see it in my config i have the latest lua and ltest cfg do i have to add the line somewhere
     
  10. If you go to the Data folder inside the folder Oxide you'll see a file named cfg_r-remover.txt
    That is the file you want to open. In that file you will find that line, just change true to false and reload your plugin or restart your server after modifying that file.
     
  11. this is my cfg i cant see it
     

    Attached Files:

  12. If you search it you Will see it as i can see it in your cfg
     
  13. found it duh lol
     
  14. Hey, me again :D ...

    two little things:
    • Is it possible to make a setting for the /remove all, that i am not getting all the stuff?
    • Is it possible to get a different admin / user timer? When using /remove admin i want to keep it for a while

    thanks
     
  15. I have a question. I would like every one on my server to be able to make floating bases. I turned off anitflaoting base. But still not working. It does not works for admin. I know theirs something i am miss. I just don't know what. I had it working yesterday but today its not working??? Thank you.
     
    Last edited by a moderator: Sep 14, 2014
  16. you probably didn't reload the plugin.
    oxide.reload r-remover
     
  17. ok.. So like i was saying.. Iv been trying to make it so I can have floating bases, turn up time for when it turns off ect.. And non of it is working for me. and also. any reason why?
     
  18. Are you on clanforge / multiplay?
    If so it's because they didnt make the correct file, and you need to search the correct file (in others or something like that)
     
  19. I want to refund 1/3 of the cost so i edited my file like this, why is it not working after a restart? Everything seems fine to me. I even put Large Wood Storage to false and people can still remove it. Looks like the plugin just ignore my settings.


    "refund":true
    },
    "NoPillarSmallStash":true,
    "UberHatchetCanDestroy":true,
    "refund":{
    "Small Stash":{
    "amount":1,
    "item":"Small Stash"
    },
    "Wood Wall":{
    "amount":14,
    "item":"Wood"
    },
    "Wood Stairs":{
    "amount":16,
    "item":"Wood"
     
  20. are you on multiplay?