Recycler in shop.Solved

Id like to add the recycler as a buyable item in the shop. Will it work and if so what would i have to put as the command. I use the Shop plugin from codefling.

Which Shop from codefling? Mevent's shop? I think that can fire a console command. If Mevent's shop :

        {
          "Type": "Command",
          "ID": 4354345,
          "Image": "https://i.imgur.com/eox34tA.png",
          "Title": "Deployable Recycler",
          "Command (%steamid%)": "recycler.give %steamid%",
          "Plugin": {
            "Hook": "Withdraw",
            "Plugin Name": "Economics",
            "Amount": 0
          },
          "DisplayName (empty - default)": "",
          "ShortName": "",
          "Skin": 0,
          "Amount": 1,
          "Price": 1000.0,
          "Sell Price": 0.0,
          "Discount (%)": {
            "shop.default": 0,
            "shop.vip": 10
          }
        },

 

Locked automatically