FoodSpoil for PVE/RP [*works with Raidable Bases]
FoodSpoil for PVE/RP [*works with Raidable Bases] FoodSpoil

3.49 EUR

Checkout
FoodSpoil
## FoodSpoil

**Project details**

**Project:** *FoodSpoil*

**dev language:** *c# oxide*

**Plugin language:** *en*

**Description**

Add another option to your RP/PVE server to make life in Rust even more realistic.

Let your players use a fridge. If they don't, their food will mould and decay.

With this plugin you can automate this.
Set the time when something spoils in boxes.

You can also customise the list according to your needs. So if you prefer to have horses measuring, just replace this in your config! 🌟🍀🚀

**Functions**
Fügen sie die Benutzergruppe hinzu für die dieses Plugin gilt:

```foodspoil.active```


**Config**

After you have successfully started the plugin, you can define everything yourself in /oxide/config/FoodSpoil.json!
```
{
  "SpoilingTimeInMinutes": 60, // At what frequency should the spoil process be executed by default (every 60 minutes)
  "WarningTimeInSeconds": 60, // How long before the spoil process should a warning be displayed in the chat?
  "AllowedContainerShortnames": [
    "box.wooden.large",
    "woodbox_deployed",
    "coffin.storage",
    "stash.small",
    "storage_barrel_a",
    "storage_barrel_b",
    "storage_barrel_c"
  ],
  "ReplacementItems": {
    "pumpkin": "seed.pumpkin",
    "corn": "seed.corn",
    "bearmeat": "bearmeat.burned",
    "bearmeat.cooked": "bearmeat.burned",
    "meat.boar": "meat.pork.burned",
    "meat.pork.cooked": "meat.pork.burned",
    "deermeat.cooked": "chicken.burned",
    "deermeat.raw": "chicken.spoiled",
    "chicken.raw": "chicken.spoiled",
    "chicken.cooked": "chicken.burned",
    "wolfmeat.raw": "wolfmeat.spoiled",
    "wolfmeat.cooked": "wolfmeat.spoiled",
    "humanmeat.raw": "humanmeat.spoiled",
    "humanmeat.cooked": "humanmeat.spoiled",
    "apple": "apple.spoiled",
    "Black.Raspberries": "plantfiber",
    "blueberries": "plantfiber",
    "mushroom": "plantfiber",
    "fish.troutsmall": "bone.fragments",
    "fish.minnows": "bone.fragments",
    "fish.cooked": "bone.fragments",
    "fish.raw": "bone.fragments",
    "fish.catfish": "bone.fragments",
    "fish.herring": "bone.fragments",
    "fish.orangeroughy": "bone.fragments",
    "fish.salmon": "bone.fragments",
    "fish.sardine": "bone.fragments",
    "fish.smallshark": "bone.fragments",
    "fish.yellowperch": "bone.fragments"
  }
}
```



**load, run, enjoy** 💝