1. Hi guys,

    A simple plugin - give admins unlimited resources, so we don't have to spawn in wood and such when showing things etc. Basically like the components where you have 999999, but dont need to use inventory space on it.

    Can anyone make this?

    Regards
    Psifio
     
  2. Wulf

    Wulf Community Admin

    Wouldn't that be the same as the Build plugin?
     
  3. Too complex. Just wanted a simple one that gives admins unlimited resources.
     
  4. Wulf

    Wulf Community Admin

    I wrote one awhile back, which I can add a permission to and release if you'd like.
     
  5. I just found (thanks to @hoppel) AntiItems for Rust | Oxide - which should do the trick? Thanks for the offer though :)
     
  6. Wulf

    Wulf Community Admin

  7. If you have the time, could you help me adding stone, wood, metal and hqm to the file? :)
    Code:
    {
      "Settings": {
        "Components": {
          "gears": 1000,
          "metalpipe": 1000,
          "metalspring": 1000,
          "propanetank": 1000,
          "riflebody": 1000,
          "roadsigns": 1000,
          "rope": 1000,
          "semibody": 1000,
          "sewingkit": 1000,
          "sheetmetal": 1000,
          "smgbody": 1000,
          "tarp": 1000,
          "techparts": 1000
        },
        "Refresh Time": 150.0,
        "Use Active Item Refreshing": true
      }
    }