Can't recycle electrical itemsNot An Issue
Here is my config, as you can see Electrical is on there, but I still can't recycle any electrical items.  I can place them in the boxes that appear, but it won't allow me to turn it on.
Any ideas?
{
  "Settings": {
    "Allowed In Safe Zones": true,
    "Blacklisted Items": [],
    "Command To Open Recycler": "rec",
    "Cooldown (in minutes)": 5.0,
    "Instant Recycling": false,
    "Maximum Radiation": 1.0,
    "NPC Ids": [],
    "NPCs Only": false,
    "Recyclable Types": [
      "Ammunition",
      "Attire",
      "Common",
      "Component",
      "Construction",
      "Electrical",
      "Fun",
      "Items",
      "Medical",
      "Misc",
      "Tool",
      "Traps",
      "Weapon"
    ],
    "Refund Ratio": 1.0,
    "Send Items To Inventory Before Bag": false,
    "Send Recycled Items To Inventory": false
  },
  "VERSION": "3.0.4"
}​
Try changeing these values
 ],
    "Refund Ratio": 1.0,
    "Send Items To Inventory Before Bag": true,
    "Send Recycled Items To Inventory": true
  },
  "VERSION": "3.0.4"
}​
Make sure that you're putting them into the top of the recycler. You don't have to press the On button as it will automatically start recycling when you put items in the recycler that is spawned. The only time it doesn't turn on is if the recycler is full. Also note that Refund Ratio being set to "1.0" will double the output as Rust's default is "0.5".
5eceb8a19cc35.png 5Dev24
Make sure that you're putting them into the top of the recycler. You don't have to press the On button as it will automatically start recycling when you put items in the recycler that is spawned. The only time it doesn't turn on is if the recycler is full. Also note that Refund Ratio being set to "1.0" will double the output as Rust's default is "0.5".

He is not talking about the Recycler at monuments but about the "personal" recycler you open with the plugin by typing "rec"

Yeah, the recycler is spawned and they put the items in the top. I doubt they would post here in the plugin's help page if it didn't pertain to my plugin. I wanted to make sure they knew about the config as well as people get confused by the fact that Rust's default is 0.5 for the recycler. Also wanted to make sure this isn't a bug that I need to fix with the plugin.
i just changed my Config as described:
    "Recyclable Types": [
      "Ammunition",
      "Attire",
      "Common",
      "Component",
      "Construction",
      "Electrical",
      "Favourite",
      "Other",
      "Fun",
      "Items",
      "Medical",
      "Misc",
      "Tool",
      "Traps",
      "Weapon"
    ],
    "Refund Ratio": 1.0,
    "Send Items To Inventory Before Bag": true,
    "Send Recycled Items To Inventory": true
  },​
But.. it still tells me "You cannot recycle that! 
Any suggestions about that?

Thx!

This that your entire config or just a portion as that'd be an invalid config? I just attempted to recycle a battery, large neon sign, electric heater, and deluxe Christmas lights with success. I'll post my config below.

{
  "Settings": {
    "Allowed In Safe Zones": true,
    "Blacklisted Items": [],
    "Command To Open Recycler": "recycle",
    "Cooldown (in minutes)": 5.0,
    "Instant Recycling": false,
    "Maximum Radiation": 1.0,
    "NPC Ids": [],
    "NPCs Only": false,
    "Recyclable Types": [
      "Ammunition",
      "Attire",
      "Common",
      "Component",
      "Construction",
      "Electrical",
      "Fun",
      "Items",
      "Medical",
      "Misc",
      "Tool",
      "Traps",
      "Weapon"
    ],
    "Refund Ratio": 0.5,
    "Send Items To Inventory Before Bag": true,
    "Send Recycled Items To Inventory": false
  },
  "VERSION": "3.0.4"
}
Locked automatically