Jump to content

Cooking plugin


Jarrod Everhart

Recommended Posts

I am looking for a cooking plugin to create several different foods and drinks for roleplay. They do not need to have buffs would like to be able control how much food/water each restores The recipes for each would prefer to be rust standard items. The idea is to open several different restaurants and have a wide variety of food. 

Link to comment
Share on other sites

Yeah you can add more default ingredients to the list like so:

    "mushroom": {
      "base_shortname": "mushroom",
      "skin": 0,
      "gathered_from": 18,
      "dropWeight": 0,
      "max_count": 0,
      "imageURL": "https://rustlabs.com/img/items180/mushroom.png",
      "market_buy_price": 10.0,
      "market_sell_price": 5.0,
      "market_quantity": 0
    },

The thing to remember is making sure the Key is uniquely named (in this case "mushroom"), the base_shortname is set to the shortname of the item (can see a list of names here), and the gathered from value is set to 18 (this represents default items).

 

You can effectively use any default item this way, just add them to the config.

The video tutorial on the page shows you how to add a new recipe using these ingredients 🙂

  • Like 1
Link to comment
Share on other sites

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
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.2k

Files Sold

Total number of files sold.

1.6m

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.