Jump to content

Zilch's Wishlist

  1. More information about "Shoppy Stock"

    $50.00

    Shoppy Stock

    RUST Plugin Test Server
    TEST MY PLUGINS THERE!
    connect play.thepitereq.ovh:28050
     
    Shoppy Stock is a powerful and versatile economy system designed to enrich your Rust server with shops, stock markets, transfers, exchanges, and deposit features.
    This plugin makes it easy to create multiple shops with unique currencies, set up dynamic stock markets with item listings, and manage a fully customizable server selling center—plus many more advanced options.
    Plugin package (zip) contains:
    ShoppyStock plugin ShoppyConverter plugin (Converts 1.x config to 2.0 config)  

     

    Global
    Includes over 17 detailed Rust-themed GUI windows. Optimized for performance—actions are lightweight and won’t burden your server. Highly expandable, limited only by your imagination. Fully customizable popup messages through the PopUp API. Comprehensive command and API support for currency management. Full language support for all messages and items. Supports NoEscape integration. Complete UI color customization. NPC interaction support for shops and stock markets. Page memory feature remembers your position in the shop when reopened. Deposit and withdraw currencies to and from items. Currency exchange between different types. Built-in currency leaderboard. Shops
    Create multiple shops, each using different currencies. Easily import your old currency from other economy plugins. Organize items into categories with custom icons for seamless browsing. Unified search bar across all categories. Buy exactly the amount of items you need. Full custom item support. If currency is item-based, allow deposits into the shop as virtual currency and withdrawals back to items. Granular permission system configurable for each action. Daily or wipe purchase limits. Purchase cooldowns. Configurable discount system. Random offer rotations with customizable listings. Progressive pricing — prices can increase by set values or multipliers on each purchase. Stock Market
    Create multiple markets with different currencies. Favorite items tab for quick access. Automatic listing of all vanilla Rust items with blacklist support. Multiple sorting options for better market management. Buy and sell request creation. Configurable server sell price history. Permission-based limits on how many listings each player can create. Listings can be canceled, refunded, or returned to the market at no cost. Customizable taxes on market actions. Support for extra item info like durability and plant genes. Timed price rolls to adjust prices at set hours. Demand-based pricing that adjusts based on item popularity (DiscordCore required for messages). Advanced selling center with a price calculator using over 15 variables (e.g., amount sold, online player count). Stock Market Broker system—players can store or refund items, set alert prices, and even auto-sell resources while offline. Custom categories and full custom item support. Web API support for price checks or integration into server tools (requires web server). Statistics module for fine-tuning your economy. Timed listings with configurable availability durations. Ability to buy back resources sold to the market. Listing taxes based on listing time. Dynamic price history graphs. Individual configuration for server buy/sell offers per item. Generation of historical price data. Transfer
    Send currencies to other players, whether they’re online or offline. Configurable transfer limits and taxes.  

    The following core permission is static and cannot be changed. However, the configuration files include hundreds of customizable permissions covering nearly every action.
    shoppystock.admin - Grants full access to admin commands and management tools.  

    All commands can be fully customized in the configuration. Below are the default commands included with the plugin:
    /shop or /s — Opens the main Shoppy Stock interface. /adminshop — Opens the admin shop management panel. (Available in version 2.1) /deposit — Opens the currency deposit inventory. /mshop or /goldshop — Opens a specific shop. /market — Opens the stock market interface for a specific currency (defaults to “money”). /sell — Opens the sell inventory to sell items directly to the server (defaults to “money”). /list — Opens the interface to list a new item on the stock market (defaults to “money”). /bank — Opens the bank interface for a specific stock market (defaults to “money”). /stockcode <code> — Displays a private listing using a code shared by the listing owner. updateprices — Console command showing details on rolling or updating item prices in the stock market.  

    Shoppy Stock is packed with powerful features, and configuring everything the first time can feel overwhelming. 
    This guide provides a quick walkthrough to help you get started and understand key parts of the plugin.
    Optional Supported Currency Plugins
    Economics ServerRewards BankSystem IQEconomic  
    Moving from V1 to V2.
    Shoppy Stock V2 has been almost completely rewritten from scratch, reusing less than 10% of the old code.
    The new configuration is redesigned to be more intuitive and feature-rich.
    To help you migrate, use the provided ShoppyConverter, which can convert about 95% of your old configs and data files to the new format.
    After converting, always review your new configs carefully — V2 includes dozens of new options that won’t automatically adjust to your preferred settings.
    How to convert:
    Place ShoppyConverter.cs in your plugins folder. Follow console instructions to move files to the required location. Run the conversion command as instructed. Once converted, place the new files in the correct folders as indicated.  
    Configuration Files
    The plugin’s extensive features are divided across several files and folders:
    /config/ShoppyStock.json
    Main config containing default settings for currencies, shops, stock markets, and global options. /data/ShoppyStock/playersData.json
    Stores global plugin data and player currencies. /data/ShoppyStock/Shops/Configs/<shopName>.json
    Shop configs, including available categories and items. /data/ShoppyStock/Shops/Statistics/
    Data on daily limits, unique purchases, and more. /data/ShoppyStock/StockMarkets/Configs/<stockName>.json
    Stock market configs. /data/ShoppyStock/StockMarkets/Listings/
    Player buy and sell offers. /data/ShoppyStock/StockMarkets/PlayerData/
    Alert data, favorites, banked items, etc. /data/ShoppyStock/StockMarkets/PriceCache/
    Historical price data and current server sell prices. /data/ShoppyStock/StockMarkets/Statistics/
    Data on items sold to the server and total currency earned.  
    Main Config Highlights
    Web API
    You can use the Web API to show market prices on your website.
    Requires web hosting with PHP support.
    Download apiupdate.php by CLICKING HERE.
    Place it in the directory set by your “Web Price API - Link” config.
    Make sure it has permission to create api.html.
    The generated file will be accessible at <Web Price API - Link>/api.html.
     
    Server-Selling Items → Default Sell Amount Calculation (DSAC)
    DSAC helps define the average number of items sold in a period, based on your server’s player activity. The period is an one price roll time.
    Example: a PvE x10 server with ~20–30 players might set wood’s DSAC to 1,800,000 — based on my some calculations, but adjust based on your own stats and server needs.
     
    Always Run Timer on Hour Minute
    Controls when the plugin rolls stock prices.
    For example:
    Values: 0, 30, 60 → rolls at x:00 or x:30. Values: 0, 20, 40, 60 → rolls at x:00, x:20, or x:40.  
    Stock Market - Default Categories
    By default, the stock market includes these categories:
    Favourites MyListings Bank AllItems Use these codenames in your configs to customize display order.
     
    Items - Custom Detail Info (skinId: languageKey)
    You can add custom info tags in listings (similar to showing tool condition or clone genes).
    For example, tag certain items as “Upgrade Ingredients.”
     
    Redeem Inventory Name
    Make sure to create a storage with this name in RedeemStorageAPI — otherwise, items from certain actions could disappear, and errors may occur.
     
    Generating Shop Config With All Vanilla Items
    To automatically add all vanilla RUST items to a shop:
    In /config/ShoppyStock.json, set Generate Config With All Default RUST Items to true in the desired shop section. Delete the existing shop config file in /data/ShoppyStock/Shops/Configs/. Reload the plugin—this will generate a new config containing all default items.  
    Shop Data Config Highlights
    Shop Items - Commands
    Supports few types of dynamic variables in commands:
    {userId} → buyer’s Steam ID {userName} → buyer’s nickname {userPosX}, {userPosY}, {userPosZ} → buyer’s coordinates  

    A collection of answers to common questions about demand systems, price multipliers, stock market trends, and developer API.
     
    Multiplier Events & Demand System
    Q: How does the demand system work? What is “weight”?
    A: The demand system uses “Multiplier Events” defined in the main config. Each event has a weight that determines its chance to be chosen during a price roll. How often demands appear is configured in your stock market file at: /data/ShoppyStock/StockMarket/Configs/<shopName>.json. Make sure names in the main config and stock market config match exactly.
    Q: How do “minimal” and “maximal” work?
    A: These define a range for random price multipliers.
    Example: if minimal is 1.4 and maximal is 1.8, and the original price is 1.4, the final rolled multiplier might be ~1.685 → final price becomes ≈ 2.359.
    If the random roll goes above max or below min, it’s clamped to min/max.
     
    Stock Market - Timestamps & Trends
    Q: What are timestamps used for?
    A: The plugin stores historical price data which appears in charts for players with the correct permission.
    Tip: set a reasonable timestamp retention value even if you don't plan to show players now—this lets you start collecting useful data early.
     
    Data Folder, Stock Market Config
    Q: Blocked Multiplier Listing Keys
    A: Certain items you want excluded from permission price multipliers.
     
    Price Calculator
    Q: Price Change - Price Fluctuation Percentage
    A: Adds random small price changes to keep the market realistic when no other events run.
    Q: Price Change - Same Price Actions Min/Max
    A: Controls how many rolls prices must go up or down in sequence, making trends look more natural.
    Q: Price Change - Chances To Increment Based On Current Price Percentage
    A: It's the chance to run the action listed above. It's made in "<price percentage>": <price increase chance (percentage)> format. It's made to make prices go higher more easily when they are low and harder when they are high.
    Q: Price Drop - Amount Sell Values Penalty Multiplier
    A: When many items are sold fast, price roll becomes negative × penalty multiplier, making it drop quicker.
    Q: Price Drop - Amount Sold Max Price Penalty
    A: If a huge amount of an item (e.g., 10000% of DSAC) is sold, price is locked to e.g., 25% of original value for a period (e.g., 24 price rolls).
    Q: Price Increase - DSAC Not Achieved
    A: When item demand is too low (<100% DSAC sold), price increases faster to encourage farming, e.g., by x1.5.
    Q: Default Sell Amount Calculation - Players Online Multiplier
    A: Automatically scales DSAC based on current player count (checked each price roll). Useful if online population varies greatly.
    Q: Price Multipliers - Minimal Time Distance Between Events
    A: Sets a cooldown between multiplier events to avoid price spikes.
    Q: Price Multipliers - Chance To Appear Based On Sold Amount
    A: Lets multipliers trigger more often when few or many items are sold.
    Q: Price Multiplier Events
    A: Defines how many price rolls the price-increase/decrease event should last.
     
    Server Sell Items
    Q: What is the price parent system?
    A: Lets you set base items (e.g., Metal Ore) and refined items (e.g., Metal Fragments) so that fragments always stay more valuable than ore by a set difference, encouraging refining.
     

    int GetCurrencyAmount(string shopName, BasePlayer player) - Returns player's balance rounded down to integeer. If not found returns 0. int GetCurrencyAmount(string shopName, ulong userId) - Returns player's balance rounded down to integeer. If not found returns 0. float GetCurrencyAmountFloat(string shopName, BasePlayer player) - Returns player's balance. If not found returns 0. float GetCurrencyAmountFloat(string shopName, ulong userId) - Returns player's balance. If not found returns 0. bool TakeCurrency(string shopName, BasePlayer player, int amount) - Takes player currency. Returns true if taken and false if not. bool TakeCurrency(string shopName, BasePlayer player, float amount) - Takes player currency. Returns true if taken and false if not. bool TakeCurrency(string shopName, ulong userId, int amount) - Takes player currency. Returns true if taken and false if not. bool TakeCurrency(string shopName, ulong userId, float amount) - Takes player currency. Returns true if taken and false if not. void GiveCurrency(string shopName, ulong sellerId, int amount) - Gives player currency. void GiveCurrency(string shopName, ulong sellerId, float amount) - Gives player currency. string FormatCurrency(string shopName, BasePlayer player) - Returns player's formatted balance.  

    Video Configuration
    Contains all configuration files shown on video.
    My private configuration created for my purposes.
    Note: many custom item features won’t work directly on your server—they're specific to the author’s private setup.
    Example Configuration.zip
     

    Default Main Config
    CLICK HERE!
    Default Shop Data Config
    CLICK HERE!
    Default Stock Market Data Config
    CLICK HERE!
  2. More information about "Custom Mixing Table"

    $10.99

    Custom Mixing Table

    This plugin is basically custom made mixing table which works pretty much same as  "vanilla"  Mixing Table. Worth mentioning detail, vanilla mixing table interface is no longer accessible while using this plugin although you can still list  "teas"  in DrugMixing and make them craft-able this way.   By using one of my other plugins called Consumable Effects you can add special buffs to consumable items. These buffs are activated upon consuming the item with custom item name listed in data file. Buffs can modify metabolism values like health, bleeding, hunger, comfort etc. or apply Tea Boost with customized values (time, value, type).




    FAQ
     
    Default configuration.
    Default config files are included with plugin, you will find there 7 recipes which supports ConsumableEffects plugin.
    Alternatively you can look into configuration made by my customers here -> Default Tea Recipes  /  Complete Drug Config for RP servers
    Changing and uploading custom item icons.
    You can upload any icon on steam workshop with uploader tool, it is simple as just clicking one button. I can provide you with free one on my discord.

    Where can players find custom ingredients for mixing table.
    There is few different ways how to do it. Best way is to use any plugin which modifies loot tables and add your special items in there.

    Getting custom item when picking up plants.
    This is done by using free plugin ExtraGatherBonuses (link here). With this plugin you can set up any gather chance for custom items.

    Special effects/buffs when consuming custom items.
    To set up any buffs, please check out optional dependency Consumable Effects

    If you have any questions prior to purchasing, feel free to message me here, for faster response reach out on my  discord.gg/rustplugins/
    For more detailed documentation visit this link.


    Create Recipe  

    Additional Options
     
  3. More information about "Pocket Zipline"

    $14.99

    Pocket Zipline

    Allow players to place ziplines!  The plugin will add various types of ziplines to your server, for each of which you can adjust the speed, the maximum distance between points, the color of the cable and even the ability to go up! Just install two fasteners and they are automatically connected by a cable.
    To start moving, look at the rack and press E. f there is an obstacle on the way, the player will fall. The cable can be of various colors: red, black, blue, yellow or green! You can configure the spawn of different presets of ziplines in different crates or add items from the config to your server store!
     

    Permissions
    pocketzipline.give - allows you to give a zipline to yourself and other players  
    Chat commands
    /givezipline <ZiplinePresetName> <amount> - give a zipline to yourself.  
    Console commands
    givezipline <ZiplinePresetName> <amount> -   give a zipline to yourself; givezipline <ZiplinePresetName> <amount> <userId> -   give a zipline to player (Suitable for RCON);  
    Config
    en  -  example of plugin configuration in English ru  -  example of plugin configuration in Russian
  4. More information about "Cooking"

    $24.99

    Cooking

    This plugin extends the vanilla cooking system in rust by adding a number of ingredients and advanced recipes to the game.
    The ingredients are obtained from any of the 45+ different sources, from ore nodes, to trees, to collectibles such as hemp and pumpkins.
    These ingredients are used to create delicious meals that will provide the player with 1 of the 55 different buffs the plugin has to offer, or your own custom buffs should you wish to create your own using permissions from other plugins.
    The plugin comes standard with 47 custom recipes and 11 custom ingredients included. It also utilizes a number of rusts existing items, such as pumpkins, corn, wheat and potatoes.
     

    There are over 47 recipes that come with the default configuration.
    Each recipe allows for any number of ingredients to be added (default is up to 4), and any number of the 46 buffs to be added to each meal.
    Recipes can be easily added via the config. This allows server owners to get creative by creating their own custom meals and buffs.
    The above video showcases how new recipes and ingredients can be easily added to your configuration.
     

    The plugin comes with 11 unique custom ingredients, and also utilizes 16 of the default items in rust.
    Ingredients can be easily added to the configuration (see the above video).
    All non-default ingredients can be found from 49 different sources including cutting trees, mining nodes, collecting hemp etc.
    Each sources drop rate can be customized to suit your server, and the sources for ingredients can be changed incredible easily by simply adjusting a number in the config file.
     

    There are 49 unique sources that ingredients can be obtained from from cutting trees to collecting pumpkins.
    The chances for each ingredient drop are based on the interaction with that source.  
    For example, picking a pumpkin offers 1 chance, as it is 1 interaction to pick a pumpking, while cutting a tree may be 10-20 chances (depending on the tool), as it takes a number of hits to fall a tree (this can be adjusted to be based on 1 chance per tree/node etc via the config).
    When a roll is successful, it then rolls through each item type and selects the item based on that items "dropWeight", allowing you to make ingredients more or less common than others on the same drop table.
     

    The Farmers Market is an in-built market that allows players to buy and sell ingredients for scrap, server rewards or economics.
    By default, the markets stocks will start at 0, and will only increase as players sell their unwanted ingredients to it.  
    It can be configured to allow all items, or only custom items to be bought and sold through it, and also allows for a maximum stock to be set (default 100), meaing that it cannot have more than 100 of an item type.
    The buy/sell values for each ingredient can be adjusted in the config file (default $10 buy, $5 sell).
    Starting quantities can also be set if you do not want the market to start at 0.
    The market can be accessed by typing in /market (if config is enabled) or by speaking to an NPC that can be spawned with the plugin (addmarketnpc).
     

    Ingredient: A useful ingredient used to make more complex meals.
    Woodcutting_Yield: Increases the amount of wood received by a percentage when cutting trees and logs.
    Mining_Yield: Increases the amount of ore received by a percentage when mining any ore type.
    Skinning_Yield: Increases the amount of animal products received by a percentage when skinning animals.
    Heal_Share: Heals those around you for a percentage of the healing you receive.
    Heal: Instantly heals you for a percentage of your maximum health.
    Food_Share: Shares your food with nearby players, providing them with a percentage of the calories that you consume.
    Metabolism_Overload: Increases your maximum calories and hydration capacity by a percentage.
    Comfort: Provides an aura of comfort around you. Each nearby player will receive a percentage comfort.
    Water_Breathing: Will allow you to breath underwater for the duration.
    Fire_Resist: Reduces the damage taken from all sources of fire/heat by a percentage.
    Cold_Resist: Reduces the damage taken from the cold by a percentage.
    Explosion_Resist: Reduces the damage taken from explosives by a percentage.
    Animal_Resist: Reduces the damage taken from animals by a percentage.
    Melee_Resist: Reduces the damage taken from attacks made with a melee weapon by a percentage.
    Wounded_Resist: If you would enter the wounded state while this buff is active, you will instead be brought to your feet. Any negative modifiers will be removed.
    Spectre: You will become invisible to auto-turrets, flame turrets and shotgun traps for the duration.
    Madness: This food will make you sound strange to others.
    Wealth: Provides you with a percentage find scrap/economics/points when breaking barrels.
    Barrel_Smasher: Provides you with a percentage chance to instantly break a barrel with any amount of damage.
    Crafting_Refund: Provides you with a percentage chance to refund components when crafting an item.
    Passive_Regen: Will passively regenerate a percentage health each second.
    Horse_Stats: Will increase the speed any horse you ride by a percentage.
    Fall_Damage_resist: Reduces damage taken from falling by a percentage.
    Condition_Loss_Reduction: Reduces the condition loss of all worn and held items by a percentage.
    Ingredient_Chance: Increases the chance to obtain cooking ingredients by a percentage.
    Upgrade_Refund: Provides you with a percentage chance to receive a free upgrade when upgrading your building blocks.
    Research_Refund: Provides you with a percentage chance to receive a scrap refund when using a research bench.
    Role_Play: This item provides no buffs as it a Roleplay item.
    Anti_Bradley_Radar: Makes you invisible to the Bradley APC.
    Fishing_Luck: Provides you with a percentage chance to obtain a random item while fishing.
    Farming_Yield: Increases the amount of resources collected by a percentage when harvesting player-grown plants.
    Component_Luck: Provides a percentage chance to receive a random component when breaking barrels.
    Electronics_Luck: Provides a percentage chance to receive a random electrical item when breaking barrels.
    Permission: Used for firing off custom commands such as assigning and removing permissions.
    Bleed_Resist: Reduces the damage taken from bleeding by a percentage.
    Radiation_Resist: Reduces the damage taken from radiation by a percentage.
    Max_Repair: Any item that is repaired while this buff is active, will have its maximum condition reset.
    Smelt_On_Mine: Provides you with a percentage chance to receive refined resources instead of ores, when mining sulfur and metal nodes.
    Loot_Pickup: Provides you with a percentage chance for all items to be moved directly into your inventory when breaking barrels.
    Reviver: Sets a players health to a percentage when bringing them up from the wounded state.
    Duplicator: Provides you with a percentage chance to duplicate an item when crafting.
    Harvest: Increases the amount of resources collected by a percentage> when harvesting wild entities.
    Ingredient_Storage: Stores ingredients.
    Extra_Calories: Instantly provides you with a percentage of your maximum calories when consumed.
    Extra_Hydration: Instantly provides you with a percentage of your maximum hydration when consumed.
    Max_Health: Increases your maximum health by a percentage.
    Fishing_Yield: Increases the amount of fish received by a percentage.
    Damage_Over_Time: This perk will damage the consumer every second for the set value.
    Mining_Hotspot: The player will always hit the hot spot while mining.
    Woodcutting_Hotspot: The player will always hit the marker while chopping wood.
    Dehydration: Removes hydration when applied.
    Damage: Damages the consumer by the value.
    Radiation: Gives the consumer radiation equal to the value.
    Hunger: Removes calories when applied.
    Lifelink: Heals the user for a percentage of damage done.
     

    Default: Default Rust item
    AnyTree: Chopping any tree
    ArcticTree: Chopping arctic trees
    DesertTree: Chopping palm trees
    TemperateTree: Chopping temperate trees
    TundraTree: Chopping tundra trees
    Cactus: Chopping cacti
    AnyNode: Mining any node
    AnyArcticNode: Mining any arctic nodes
    AnyDesertNode: Mining any desert nodes
    AnyTemperateNode: Mining any temperate nodes
    AnyTundraNode: Mining any tundra nodes
    StoneNode: Mining stone nodes
    MetalNode: Mining metal nodes
    SulfurNode: Mining sulfur nodes
    AnyAnimal: Skinning any animal
    Deer: Skinning deer
    Bear: Skinning bears
    Wolf: Skinning wolves
    Chicken: Skinning chickens
    PolarBear: Skinning polar bears
    Shark: Skinning sharks
    Boar: Skinning boar
    horse: Skinning horses
    Fishing: Catching fish
    Gut: Gutting fish
    Pumpkin: Harvesting pumpkins
    Potato: Harvesting potatos
    Corn: Harvesting corn
    Mushroom: Picking mushrooms
    BerryBush: Picking berries
    BerryBushBlack: Picking black berries
    BerryBushBlue: Picking blue berries
    BerryBushGreen: Picking green berries
    BerryBushRed: Picking red berries
    BerryBushWhite: Picking white berries
    BerryBushYellow: Picking yellow berries
    Hemp: Harvesting hemp
    CollectableSulfur: Collectable sulfur nodes
    CollectableStone: Collectable stone nodes
    CollectableMetal: Collectable metal nodes
    Crafted: Crafted
    Foodbox: Food boxes
    Excavated: Digging up metal detector sites
    Wheat: Picking up wheat
    JungleTree: Picking up wheat
    Tiger: Picking up wheat
    Panther: Picking up wheat
    Crocodile: Picking up wheat
    Snake: Picking up wheat
    AnyJungleNode: Picking up wheat
     

    Command: cook or recipemenu
    Action: Opens the recipe menu from anywhere.
    Permission: cooking.recipemenu.chat
    Command: market
    Action: Opens the farmers market from anywhere.
    Permission: cooking.market.cmd
    Command: ibag
    Action: Opens the ingredient bag from anywhere.
    Permission: cooking.bag.cmd
    Command: addmarketnpc
    Action: Creates a farmers market NPC
    Permission: cooking.admin
    Command: removemarketnpc
    Action: Removes the targeted farmers market NPC
    Permission: cooking.admin
    Command: clearingredientbags
    Action: Clears the contents of ingredient bags for all players
    Permission: cooking.admin
    Command: giverecipe <recipe>
    Action: Gives the command user the specified recipe card
    Permission: cooking.admin
    Command: givemeal <target> <meal> <amount>
    Action: Gives the specified meal to the target player.
    Permission: cooking.admin
    Command: giveingredient <target> <ingredient> <amount>
    Action: Gives the specified ingredient to the target player.
    Permission: cooking.admin
    Command: setmarketquantity <ingredient> <amount>
    Action: Sets the available market quantity of the specified item.
    Permission: cooking.admin
     

    // Recipe menu chat command cooking.recipemenu.chat // Using the cooking menu cooking.use // Admin related cooking comands cooking.admin // Bypass cooking time cooking.instant // Bypass ingredient requirements cooking.free // Removes ability to gather ingredients cooking.nogather // Allows the ingredient bag to be opened via CMD cooking.bag.cmd // Disables drop notifications cooking.disable.notify.drop // Disables Notify notifications cooking.disable.notify.proc // Disables menu sounds cooking.disable.sound // Allows access to the farmers market via CMD cooking.market.cmd // Allows the user to speak to the market NPC cooking.market.npc // Allows the user to gather ingredients cooking.gather // Required to find recipe cards cooking.recipecards  

    Economics - Used for the farmers market and the Wealth buff type.
    ServerRewards - Used for the market and the Wealth buff type.
    SkillTree - Will provide xp when creating meals with the Cooking plugin.
     

     
    bool CanGatherIngredient(BasePlayer player, uint source) Returning a non-null value will prevent players from receiving ingredients from certain drop sources. the source is the networked ID of the entity.
    void OnMealCrafted(BasePlayer player, string meal, Dictionary<string, int> ingredients, bool isIngredient) Called after a meal has been created and given to the player.
    bool IsCookingMeal(Item item) Useful if you want to see if an item is from the recipe menu.
    bool IsHorseBuffed(RidableHorse horse) Used to prevent stacking modifiers if a horse is buffed by the Cooking plugin.
    object OnAddRecipeCardToLootContainer(BasePlayer player, LootContainer container) Returning a non-null value will prevent recipe cards from being added to the container.
    object OnIngredientBagDrop(BasePlayer player) Returning a non-null value will prevent the bag from dropping.
    void OnMealConsumed(BasePlayer player, Item item, int duration) Triggered when a player successfully consumes a meal. No return types.
     

  5. More information about "Item Perks"

    $24.99

    Item Perks

    Item Perks is a plugin that enhances everyday weapons, tools and armour with over 50 different types of perks.
    Items with perks can be obtained a variety of ways, including:
    Finding them randomly in crates or barrels during your morning scrap farm. Randomly crafting an enhanced version of your equipment while you roof camp noobs from your base. Recycling enhanced equipment and finding enhancement kits stuck in the teeth of the recycler. Using a console or chat command that can be ran through seedy plugin traders like GUIShop.  
    The plugin gives a large amount of control to server owners when it comes to implementation. You can:
    Enable/disable perks, or modify the minimum and maximum values that they roll when applied to gear. Blacklist or whitelist items to each perk, so they will be exclusively excluded or included (based on the list you choose). Adjust the weight of each perk, so it is more or less likely to be seen on gear., or adjust the chances amount of perks that items can potentially have. Fully adjust or disable the chance for item drops to be found, or enable the enhancement kit system so players can recycle gear. So much more (watch the configuration section of the video below to see the full extent).  
     
     

    There are over 50 perks included with the plugin. The following list will describe briefly what each perk does.
    Name: Prospector Description: This perk increases your mining yield when mining stone, metal and sulfur nodes. Name: Lumberjack Description: This perk increases your woodcutting yield when chopping living or dead trees. Name: Butcher Description: This perk increases the resources gained from skinning humans and animals. Name: Horticulture Description: This perk increases the amount of resources gained when harvesting grown plants. Name: Forager Description: This perk increases the amount of resources gained when picking up map generated collectibles. Name: Angler Description: This perk increases the amount of fish you receive upon a successful catch. Name: BeastBane Description: This perk increases the damage dealt to animals. Name: ScientistBane Description: This perk increases the damage dealt to scientists. Name: FlakJacket Description: This perk reduces the damage received from explosions. Name: Elemental Description: This perk reduces damage from received from cold and heat sources. Name: Scavenger Description: This perk provides you with a chance to find additional scrap from crates and barrels. Name: Manufacture Description: This perk increases the speed of your crafting. Name: Durable Description: This peark reduces the durability damage of all equipped items. Name: BeastWard Description: This perk reduces the damage received from animals. Name: ScientistWard Description: This perk reduces the damage received from scientists. Name: Builder Description: This perk provides you with a chance for your building upgrades to be free. Name: Thrifty Description: This perk provides you with a chance for your crafting components to be refunded upon a successful craft. Name: Fabricate Description: This perk provides you with a chance to duplicate an item upon a successful craft. Name: Pharmaceutical Description: This perk increases the amount of healing received from all sources. Name: MeleeWard Description: This perk reduces the damage received from melee weapons. Name: Academic Description: This perk provides you with a chance to receive a scrap refund when researching an item at the research bench. Name: FallDamage Description: This perk reduces the impact damage received from falling. Name: Lead Description: This perk reduces the damage from radiation. Name: Smasher Description: This perk will provide you with a chance to instantly destroy barrels with any amount of damage. Name: Environmentalist Description: This perk will increase the speed of recyclers that you activate. Name: Smelter Description: This perk will increase the smelting speed of furnaces you activate. Name: Paramedic Description: This perk provides players that you revive with additional health. Name: Prepper Description: This perk provides you with a chance to not consume food when eating. Name: Regeneration Description: This perk will passively regenerate you. Name: SharkWard Description: This perk will reduce the amount of damage received from sharks. Name: SharkBane Description: This perk will increase the amount of damage dealt to sharks. Name: Deforest Description: This perk provides you with a chance to cut down nearby trees when successfully cutting a tree down. Name: BlastMine Description: This perk provides you with a chance to mine out nearby nodes when successfully mining out a node. Name: Tanner Description: This perk provides you with a chance to skin nearby corpses when successfully skinning out a corpse. Name: Vampiric Description: This perk will heal you for a percentage of the damage dealt to certain enemies. Name: Reinforced Description: This perk will reduce the the amount of damage that your vehicles receive when mounted. Name: ComponentLuck Description: This perk will provide you with a chance to receive additional components when looting barrels and crates. Name: ElectronicsLuck Description: This perk will provide you with a chance to receive additional electronics when looting barrels and crates. Name: UncannyDodge Description: This perk provides you with a chance to dodge incoming damage, reducing it to 0. Name: LineStrength Description: This perk increases the tensile strength of your fishing line. Name: HealShare Description: This perk will share healing effects with nearby players. Name: Attractive Description: This perk will provide you with a chance to automatically pick up components when destroying barrels. Name: WoodcuttingLuck Description: This perk provides you with a chance to find a random item when you cut down a tree. Name: MiningLuck Description: This perk provides you with a chance to find a random item when you mine out a node. Name: SkinningLuck Description: This perk provides you with a chance to find a random item when you skin out a corpse. Name: FishingLuck Description: This perk provides you with a chance to find a random item when you catch a fish. Name: Sated Description: This perk will increase the amount of calories and hydration you receive from food and water sources. Name: IronStomach Description: This perk provides you with a chance to negate negative effects when consuming food. Name: TreePlanter Description: This perk will provide a chance for a tree to instantly regrow when cut down. Name: RockCycler Description: This perk will provide a chance for a node to instantly respawn when mined out. Name: BradleyDamage Description: This perk perk increases the damage dealt to Bradley Tanks. Name: HeliDamage Description: This perk perk increases the damage dealt to Patrol Helicopters.  

     
    Command: ipgive
    Type: console/chat
    Parameters: <target ID/Name> <optional: shortname> <optional: perks>
    Description: Gives the target player an enhanced item. If shortname is specified, it will base the enhancement off of that item. If perks are specified, it will add only those perks to the item.
    Command: ipgivekit
    Type:  console/chat
    Parameters:  <target ID/Name> <perk>
    Description:  Gives an enhancement kit to the target.
     

    itemperks.use - Required to receive any benefit from enhanced items. itemperks.loot - Required to loot enhanced items from crates and barrels. itemperks.craft - Required for a chance to received enhanced versions of crafted gear. itemperks.admin - Required to use admin commands. itemperks.enhance - Required to add enhancement kits to items via the workbench. itemperks.recycle - Required to receive enhancement kits from recycling enhanced items.  

    IPAPI_CreateItem - creates and returns an enhanced item using the details fed into the method. If shortname is left blank, it will pick a random valid item. If api_perks is null it will pick random perk(s) and add them.
    Returns Item
    [HookMethod("IPAPI_CreateItem")] public object IPAPI_CreateItem(string shortname = null, ulong skin = 0, Dictionary<string, float> api_perks = null) { List<KeyValuePair<Perk, float>> perks = Pool.GetList<KeyValuePair<Perk, float>>(); foreach (var perk in api_perks) { Perk _perk; if (parsedEnums.TryGetValue(perk.Key, out _perk)) perks.Add(new KeyValuePair<Perk, float>(_perk, perk.Value)); } var result = CreateItem(shortname, skin, perks); Pool.FreeList(ref perks); // Returns an Item class return result; } Example usage:
    [ChatCommand("testipapi")] void TestIPAPI(BasePlayer player) { Dictionary<string, float> perks = new Dictionary<string, float>() { ["Prospector"] = 1f, ["Lumberjack"] = 1f, ["Butcher"] = 1f, ["Horticulture"] = 0.5f }; var item = (Item)ItemPerks.Call("IPAPI_CreateItem", "hammer.salvaged", (ulong)2830083288, perks); if (item == null) { Puts("Failed"); return; } item.name = "tool of the trade"; player.GiveItem(item); }  

1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

131.7k

Files Sold

Total number of files sold.

2.7m

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.