Can i add recycler to configSolved

i know this been posted some years ago, but it didnt got answered if this is possible. i use extended recycler, and removertool with salvaged hammer melee tool hit. Is it possible to add recycler to config so people can just tap it with the salvaged hammer to remove? if so, can you give me an example how to add this in config?

im aware people can hit extended recycler with building hammer to remove trough the plugin itself. But its kinda confusing for players that you can remove anything with salvaged hammer, but need normal hammer for recycler. 

Add to "Other Entity Settings"

      "recycler_static": {
        "Remove Allowed": true,
        "Display Name": "Extended Recycler",
        "Price": {},
        "Refund": {
          "box.repair.bench": {
            "amount": 1,
            "skinId": 1594245394
          }
        }
      }

works like a charm, thanks allot

Locked automatically