Video
Included with Purchase
Plugin Download
Instant access to the plugin file (.dll)
Future Updates
All updates and fixes at no extra cost
Developer Support
Help through our forum and Discord
Optional: Source Code
Add-on in cart for an additional fee
Readme
Recycler
Plugin based on Rust Recycler, which allows you to recycle items into other items.
Credits
- Gurk for idea and testing
Configuration
<?xml version="1.0" encoding="utf-8"?>
<RecyclerConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Debug>false</Debug>
<Recyclers>
<Recycler Name="Maple Crate" StorageId="366">
<DelaySeconds>2</DelaySeconds>
<EffectId>27</EffectId>
<EffectRadius>50</EffectRadius>
<Icon>https://i.imgur.com/OtHjwXB.png</Icon>
<Color>#4E943E</Color>
<EnableChatMessage>true</EnableChatMessage>
<Recipes>
<Recipe>
<InputItem Id="363" Name="Maplestrike" Amount="1" />
<OutputItems>
<OutputItem Id="67" Name="Metal Scrap" Amount="3" />
<OutputItem Id="285" Name="Metal Bar" Amount="2" />
</OutputItems>
</Recipe>
<Recipe>
<InputItem Id="1021" Name="Avenger" Amount="1" />
<OutputItems>
<OutputItem Id="67" Name="Metal Scrap" Amount="2" />
<OutputItem Id="285" Name="Metal Bar" Amount="1" />
</OutputItems>
</Recipe>
<Recipe>
<InputItem Id="6" Name="Military Magazine" Amount="1" Stackable="true" />
<OutputItems>
<OutputItem Id="43" Name="Low Caliber Military Ammunition Crate" Amount="1" Stackable="true" />
</OutputItems>
</Recipe>
<Recipe>
<InputItem Id="17" Name="Military Drum" Amount="1" Stackable="true" />
<OutputItems>
<OutputItem Id="43" Name="Low Caliber Military Ammunition Crate" Amount="1" Stackable="true" />
</OutputItems>
</Recipe>
</Recipes>
</Recycler>
</Recyclers>
</RecyclerConfiguration>
Translations
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Translation Id="recycled" Value="[[b]]{0}[[/b]] was recycled!" />
<Translation Id="not_recyclable" Value="[[b]]{0}[[/b]] is not recyclable." />
<Translation Id="recycle_cancelled" Value="Recycling of [[b]]{0}[[/b]] was cancelled." />
</Translations>