About FoodSpoil for PVE/RP [*works with Raidable Bases]
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
Add the user group this plugin applies to:
foodspoil.use
Config
After you have successfully started the plugin, you can define the following container in /oxide/config/FoodSpoil.json so that the spoil item is replaced!
{ "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