Jump to content

Industrial Recycler 1.5.6

$15.00
   (4 reviews)

7 Screenshots

  • 5.6k
  • 325
  • 83.21 kB

Recommended Comments



Dr.D.Bug

Posted

Is it possible to offer the recycler to players only against an in-game payment? For example 1000 scrap or against a list of materials / resources e.g. pipes, gears, high-quality material.

Marte6

Posted

1 hour ago, Dr.D.Bug said:

Is it possible to offer the recycler to players only against an in-game payment? For example 1000 scrap or against a list of materials / resources e.g. pipes, gears, high-quality material.

Yes, absolutely, it's possible! I can implement this in the next few days.

  • Love 1
Evergreen

Posted

Hi Marte6,

I purchased your plugin and everything is working perfectly so far. I tested it with the AbsoluteSorter plugin as well, and they work together seamlessly without any issues. However, I have a request: could you add a speed function and the ability to modify recycling loss for different permissions? For example, VIP1 could have half the recycling time and 80% yield, etc.

Thank you very much for your response.

Marte6

Posted

1 hour ago, Evergreen said:

Hi Marte6,

I purchased your plugin and everything is working perfectly so far. I tested it with the AbsoluteSorter plugin as well, and they work together seamlessly without any issues. However, I have a request: could you add a speed function and the ability to modify recycling loss for different permissions? For example, VIP1 could have half the recycling time and 80% yield, etc.

Thank you very much for your response.

Hi Evergreen,

I'm glad to hear that everything is working well for you!

Regarding your request for recycling loss and recycling time adjustments, I want to be transparent that I can't promise these changes will be implemented, as they would require significant alterations from the current functionality of the plugin.

There are other plugins that can work alongside mine to achieve similar effects, such as Recycle Manager from umod. However, I won't disregard your request and may consider implementing it in the future.

Thank you for your understanding!

Evergreen

Posted (edited)

 

Thank you for your response, I completely understand your point of view. However, it would be beneficial to equip such a great plugin with these features, so there wouldn't be a need to use one or two additional plugins alongside it. I believe this would be beneficial for the servers. Nonetheless, this plugin is already very good and worth every cent. Thank you again.

 

 

Edited by Evergreen
  • Love 1
Marte6

Posted

@Snaplatack @drdbug Update is out.

Perfectangel01

Posted

After Forced Wipe, players are only getting boxes

Luuxen

Posted

18 minutes ago, Perfectangel01 said:

After Forced Wipe, players are only getting boxes

i had the same issue, just set the skin id in the config again for a quick solution 

Marte6

Posted (edited)

27 minutes ago, Perfectangel01 said:

After Forced Wipe, players are only getting boxes

 

9 minutes ago, Luuxen said:

i had the same issue, just set the skin id in the config again for a quick solution 

The skin has been changed. Please delete the configuration file to generate the correct one.

 

Standard Recycler SkinId = 3363257468;

Industrial Recycler Item SkinId = 3373542609;

Or Use the Command:

giveindustrialrecycler %steamID%

givestandardrecycler %steamID%

Edited by Marte6
Perfectangel01

Posted

8 minutes ago, Marte6 said:

 

The skin has been changed. Please delete the configuration file to generate the correct one.

 

Standard Recycler SkinId = 3363257468;

Industrial Recycler Item SkinId = 3373542609;

Or Use the Command:

giveindustrialrecycler %steamID%

givestandardrecycler %steamID%

Those are the skin ids in the config.

Luuxen

Posted

i use my own skin, so it must have overwritten that on wipe 🙂 not a biggie, players where quick to notice it 

 

  • Like 1
Marte6

Posted

14 minutes ago, Perfectangel01 said:

Those are the skin ids in the config.

Check if it's different in your shop; I think that might be the issue.

Perfectangel01

Posted

1 minute ago, Marte6 said:

Check if it's different in your shop; I think that might be the issue.

That was issue. 🙂

MetalHead

Posted (edited)

Not getting the ui to purchase a recycler, it just gives you the recycler. My config is below, I'm not using any other plugin for recycling.

{
  "Recycler Commands": [
    "industrialrecycler",
    "giveindustrialrecycler"
  ],
  "Standard Recycler Commands": [
    "standardrecycler",
    "givestandardrecycler"
  ],
  "BaseItem": "box.wooden.large",
  "Standard MaxRecyclers": 1,
  "Vip1 Standard MaxRecyclers (industrialrecycler.vip)": 1,
  "Vip2 Standard MaxRecyclers (industrialrecycler.vip2)": 1,
  "Industrial MaxRecyclers": 2,
  "Vip1 Industrial MaxRecyclers (industrialrecycler.vip)": 2,
  "Vip2 Industrial MaxRecyclers (industrialrecycler.vip2)": 2,
  "Standard Recycler SkinId": 3363257468,
  "Industrial Recycler Item SkinId": 3373542609,
  "AnchorMin": "0.5 0",
  "AnchorMax": "0.5 0",
  "Alternative Adapter Configuration": false,
  "Hide Storage Containers": false,
  "Only owner can access recycler": false,
  "Allow team members to access recycler": true,
  "Allow friends to access recycler": true,
  "Standard Recycler Purchase Cost": [
    {
      "Shortname": "scrap",
      "Amount": 1000
    },
    {
      "Shortname": "sheetmetal",
      "Amount": 50
    },
    {
      "Shortname": "metal.refined",
      "Amount": 100
    },
    {
      "Shortname": "metal.fragments",
      "Amount": 500
    }
  ],
  "Industrial Recycler Purchase Cost": [
    {
      "Shortname": "scrap",
      "Amount": 1500
    },
    {
      "Shortname": "sheetmetal",
      "Amount": 10
    },
    {
      "Shortname": "metal.refined",
      "Amount": 25
    },
    {
      "Shortname": "metal.fragments",
      "Amount": 1500
    }
  ],
  "Version": {
    "Major": 1,
    "Minor": 5,
    "Patch": 5
  }
}

The command I'm using is industrialrecycler.

Edited by MetalHead
Malkizid

Posted

46 minutes ago, MetalHead said:

Not getting the ui to purchase a recycler, it just gives you the recycler. My config is below, I'm not using any other plugin for recycling.

{
  "Recycler Commands": [
    "industrialrecycler",
    "giveindustrialrecycler"
  ],
  "Standard Recycler Commands": [
    "standardrecycler",
    "givestandardrecycler"
  ],
  "BaseItem": "box.wooden.large",
  "Standard MaxRecyclers": 1,
  "Vip1 Standard MaxRecyclers (industrialrecycler.vip)": 1,
  "Vip2 Standard MaxRecyclers (industrialrecycler.vip2)": 1,
  "Industrial MaxRecyclers": 2,
  "Vip1 Industrial MaxRecyclers (industrialrecycler.vip)": 2,
  "Vip2 Industrial MaxRecyclers (industrialrecycler.vip2)": 2,
  "Standard Recycler SkinId": 3363257468,
  "Industrial Recycler Item SkinId": 3373542609,
  "AnchorMin": "0.5 0",
  "AnchorMax": "0.5 0",
  "Alternative Adapter Configuration": false,
  "Hide Storage Containers": false,
  "Only owner can access recycler": false,
  "Allow team members to access recycler": true,
  "Allow friends to access recycler": true,
  "Standard Recycler Purchase Cost": [
    {
      "Shortname": "scrap",
      "Amount": 1000
    },
    {
      "Shortname": "sheetmetal",
      "Amount": 50
    },
    {
      "Shortname": "metal.refined",
      "Amount": 100
    },
    {
      "Shortname": "metal.fragments",
      "Amount": 500
    }
  ],
  "Industrial Recycler Purchase Cost": [
    {
      "Shortname": "scrap",
      "Amount": 1500
    },
    {
      "Shortname": "sheetmetal",
      "Amount": 10
    },
    {
      "Shortname": "metal.refined",
      "Amount": 25
    },
    {
      "Shortname": "metal.fragments",
      "Amount": 1500
    }
  ],
  "Version": {
    "Major": 1,
    "Minor": 5,
    "Patch": 5
  }
}

The command I'm using is industrialrecycler.


I don't remember there being a ui to buy recyclers within this plugin itself?

You should be using another plugin to sell the recycler to players or via an NPC trader for example, in the config of which then you would put the costs and run the command within that plugin to give the player the appropriate recycler item.

For example using "Shop" by Mevent in the item category section you would do something like:
 

 "Command (%steamid%)": "giveindustrialrecycler %username%"

this could also be another command and username could be changed to %steamid%

Malkizid

Posted (edited)

Well I guess I missed that update on Nov 29th, sorry - I wasn't aware of that update noet with the addition of a new gui for purchasing.
As great as this plugin is, I still recommend to use a separate plugin to sell items to players.

Edited by Malkizid
Marte6

Posted

1 hour ago, MetalHead said:

Not getting the ui to purchase a recycler, it just gives you the recycler. My config is below, I'm not using any other plugin for recycling.

{
  "Recycler Commands": [
    "industrialrecycler",
    "giveindustrialrecycler"
  ],
  "Standard Recycler Commands": [
    "standardrecycler",
    "givestandardrecycler"
  ],
  "BaseItem": "box.wooden.large",
  "Standard MaxRecyclers": 1,
  "Vip1 Standard MaxRecyclers (industrialrecycler.vip)": 1,
  "Vip2 Standard MaxRecyclers (industrialrecycler.vip2)": 1,
  "Industrial MaxRecyclers": 2,
  "Vip1 Industrial MaxRecyclers (industrialrecycler.vip)": 2,
  "Vip2 Industrial MaxRecyclers (industrialrecycler.vip2)": 2,
  "Standard Recycler SkinId": 3363257468,
  "Industrial Recycler Item SkinId": 3373542609,
  "AnchorMin": "0.5 0",
  "AnchorMax": "0.5 0",
  "Alternative Adapter Configuration": false,
  "Hide Storage Containers": false,
  "Only owner can access recycler": false,
  "Allow team members to access recycler": true,
  "Allow friends to access recycler": true,
  "Standard Recycler Purchase Cost": [
    {
      "Shortname": "scrap",
      "Amount": 1000
    },
    {
      "Shortname": "sheetmetal",
      "Amount": 50
    },
    {
      "Shortname": "metal.refined",
      "Amount": 100
    },
    {
      "Shortname": "metal.fragments",
      "Amount": 500
    }
  ],
  "Industrial Recycler Purchase Cost": [
    {
      "Shortname": "scrap",
      "Amount": 1500
    },
    {
      "Shortname": "sheetmetal",
      "Amount": 10
    },
    {
      "Shortname": "metal.refined",
      "Amount": 25
    },
    {
      "Shortname": "metal.fragments",
      "Amount": 1500
    }
  ],
  "Version": {
    "Major": 1,
    "Minor": 5,
    "Patch": 5
  }
}

The command I'm using is industrialrecycler.

Hi!

Buy Commands

/buyindustrialrecycler

Permission: industrialrecycler.buyindustrial

/buyrecycler

Permission: industrialrecycler.buystandard

  • Like 1
  • Love 1
mcsigu

Posted

hey - great plugin! 
Would it be possible to get a list of banned items into config? items that cannot be recycled (like ducttape etc)

SONuvaGUN

Posted

It's seriously an awesome plugin!  My die hard Industrialists are in heaven!

The only issue we're having is that when players get the recycler from our online store, they can't seem to pick it up by hitting it with a build hammer.
Am I missing something?

Thanks in advance for any/all help.

Kobani

Posted (edited)

3 hours ago, SONuvaGUN said:

It's seriously an awesome plugin!  My die hard Industrialists are in heaven!

The only issue we're having is that when players get the recycler from our online store, they can't seem to pick it up by hitting it with a build hammer.
Am I missing something?

Thanks in advance for any/all help.

It's very simple. Hit with the Hammer or Aim at the adapters with a hammer and pick up.. 😉

Edited by Kobani
SONuvaGUN

Posted

1 hour ago, Kobani said:

It's very simple. Hit with the Hammer or Aim at the adapters with a hammer and pick up.. 😉

lol Thanks.  I can read the instructions as well.  My point is that for some reason, neither of the instructed suggestions to pick up the recycler are working.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Love 5

User Feedback

1.5m

Downloads

Total number of downloads.

7.2k

Customers

Total customers served.

107.3k

Files Sold

Total number of files sold.

2.2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.