Jump to content

LagginDragon's Wishlist

  1. More information about "Drug Deals"

    $24.99 $19.99

    Drug Deals

    Transform your Rust server with an immersive, player-driven drug economy! This plugin introduces a thrilling and profitable new gameplay mechanic where players can dive into the drug trade.
    Here’s how it works:
    Seed Purchase: Players can buy seeds for various "drugs" (e.g., weed, cocaine, tobacco, and opium) from any computer station. Seed Delivery: All orders are delivered by a cargo plane to the player's location when they make the purchase. Plant & Grow: Seeds must be planted and carefully grown over time. Obtaining Drugs: Once mature, players can harvest the drugs from the seeds they planted. The number of drugs they get depends on the plant's genetics. Selling Drugs: Players sell the drugs back to the Drug Dealer NPC or trade with other players, creating a new avenue for in-game profit. Features:
    Ability to configure the number of drugs player receives when harvesting based on the plants genetics (eg. GGYYYY could give more than XXGYH) Advertise your server in the UI Animals and scientists ignore drug dealer NPC Charge players a delivery fee when they buy drugs based on permission Choose whether or not a harvested drug can be sold Configure the dealers position, what items the dealer is wearing, and the dealer's display name Configurable drugs (names, items, skin ids and more)! Want players to get scrap or any other item when harvesting their drugs? Modify that in the config! Drug dealer NPC cannot be killed Discord logs when player purchases drugs Discord logs when player sells drugs Multiple currency options supported: economics, server rewards, custom items Option to lock drops to the player that bought it See config for more customizable features Drugs:
    This plugin comes with 4 default drug seeds and 4 default drug items Drug Seeds: Weed Seeds Coca Seeds Tobacco Seeds Poppy Seeds Drug Items: Weed Leaf Cocaine Leaf Tobacco Leaf Opium Leaf Don't like those options or want to add your own? You can do that in the config but you will need the image for them to display in the UI. Console Commands:
    givedrugseed <steamid> <drug item display name> <amount> - gives the player the specified drug seed (from config) givedrug <steamid> <drug item display name> <amount> - gives the player the specified drug item (from config) Config:
    { "Drugs": [ { "Item Shortname": "seed.hemp", "Item Amount": 1, "Skin ID": 3354230033, "Display Name": "Weed Seeds", "Item Description": "Grows into a Weed Leaf", "Item Price": 50, "Item Image Name": "weedseeds", "Drug Item": { "Drug Item Shortname": "cloth", "Drug Item Skin ID": 3354227129, "Drug Item Display Name": "Weed Leaf", "Drug Item Description": "Can be sold for currency.", "Drug Item Price": 50, "Drug Item Image Name": "weedleaf", "Can Drug Item Be Sold?": true }, "Drug Item Clone": { "Drug Item Clone Shortname": "clone.hemp", "Drug Item Clone Display Name": "Weed Clone", "Drug Item Clone Image Name": "weedseeds", "Drug Item Clone Skin ID": 3354230033 } }, { "Item Shortname": "seed.hemp", "Item Amount": 1, "Skin ID": 3354230311, "Display Name": "Coca Seeds", "Item Description": "Grows into a Cocaine Leaf", "Item Price": 50, "Item Image Name": "cocaseeds", "Drug Item": { "Drug Item Shortname": "cloth", "Drug Item Skin ID": 3354228232, "Drug Item Display Name": "Cocaine Leaf", "Drug Item Description": "Can be sold for currency.", "Drug Item Price": 50, "Drug Item Image Name": "cocaleaf", "Can Drug Item Be Sold?": true }, "Drug Item Clone": { "Drug Item Clone Shortname": "clone.hemp", "Drug Item Clone Display Name": "Cocaine Clone", "Drug Item Clone Image Name": "cocaseeds", "Drug Item Clone Skin ID": 3354230311 } }, { "Item Shortname": "seed.hemp", "Item Amount": 1, "Skin ID": 3354229737, "Display Name": "Tobacco Seeds", "Item Description": "Grows into a Tobacco Leaf", "Item Price": 50, "Item Image Name": "tobaccoseeds", "Drug Item": { "Drug Item Shortname": "cloth", "Drug Item Skin ID": 3354228677, "Drug Item Display Name": "Tobacco Leaf", "Drug Item Description": "Can be sold for currency.", "Drug Item Price": 50, "Drug Item Image Name": "tobaccoleaf", "Can Drug Item Be Sold?": true }, "Drug Item Clone": { "Drug Item Clone Shortname": "clone.hemp", "Drug Item Clone Display Name": "Tobacco Clone", "Drug Item Clone Image Name": "tobaccoseeds", "Drug Item Clone Skin ID": 3354229737 } }, { "Item Shortname": "seed.hemp", "Item Amount": 1, "Skin ID": 3354229356, "Display Name": "Poppy Seeds", "Item Description": "Grows into an Opium Leaf", "Item Price": 50, "Item Image Name": "poppyseeds", "Drug Item": { "Drug Item Shortname": "cloth", "Drug Item Skin ID": 3354228480, "Drug Item Display Name": "Opium Leaf", "Drug Item Description": "Can be sold for currency.", "Drug Item Price": 50, "Drug Item Image Name": "poppyleaf", "Can Drug Item Be Sold?": true }, "Drug Item Clone": { "Drug Item Clone Shortname": "clone.hemp", "Drug Item Clone Display Name": "Opium Clone", "Drug Item Clone Image Name": "poppyseeds", "Drug Item Clone Skin ID": 3354229356 } } ], "Delivery Fee Settings": [ { "Delivery Fees": { "Key": "drugdeals.fee1", "Value": 10 } }, { "Delivery Fees": { "Key": "drugdeals.fee2", "Value": 20 } }, { "Delivery Fees": { "Key": "drugdeals.fee3", "Value": 30 } } ], "Discord Settings": { "Discord Webhook URL": "https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks", "Timezone ID for Message Timestamp": "America/Chicago", "Embed Color": 65280 }, "Dealer Settings": { "Dealer Position": "(0,0,0)", "Dealer Name": "Drug Dealer", "Dealer Clothes": [ { "Item Shortname": "hoodie", "SkinID": 0 }, { "Item Shortname": "pants", "SkinID": 0 }, { "Item Shortname": "shoes.boots", "SkinID": 0 } ] }, "Payment Settings": { "Currency (economics, rp, or custom)": "custom", "Order Confirmation Message": "Order Confirmed! It will be delivered shortly.", "Custom Currency": { "Custom Currency Item Shortname": "scrap", "Custom Currency Item SkinID": 0, "Custom Currency Item Display Name": "Scrap", "Custom Currency Item Image": "scrap" } }, "UI Settings": { "Buy UI Server Name / Adversisement": "SERVER NAME OR ADVERTISEMENT", "Sell UI Server Name / Adversisement": "SERVER NAME OR ADVERTISEMENT" }, "Plane Settings": { "Plane Speed": 20.0 }, "Drop Settings": { "Drop Speed": 0.6, "Item Slots in Drop": 18, "Lock Drop to Owner": true, "Message to Locked Out Player": "This does not belong to you." }, "Drug Genetics (sum of values for genes is # drugs player gets when harvesting)": { "Drug Genetic G": 2, "Drug Genetic Y": 3, "Drug Genetic H": 1, "Drug Genetic W": 0, "Drug Genetic X": 0 } } Notes:
    This plugin uses a separate plugin of mine called ImageLoaderAPI (included) to host/display all the images. To display your images in the UI, all you need to do is drop the image in the oxide/data/ImageLoaderAPI folder (create it if it doesn't exist) and specify the image name in the DrugDeals config for the drug seed or drug item you want to use it for. If you need help, just ask. Recommended image size for is 100x100 pixels. Feel free to use other sizes if you want.  
    Thank you for considering to support me, I really do appreciate it. If you have any suggestions on how to improve this product, please do not hesitate to reach out!
    Join my Discord
  2. More information about "Firework Shows"

    $14.99 $11.99

    Firework Shows

    Are you tired of the boring single firework shows? Look no further. This pack contains 21 unique firework shows.
     
    Many of the shows have multiple stages, just like a real firework show should be!
    Some shows have delays with the use of timers. Your players will love them!
     
    Setup guide

    You ignite the shows with the use of RF Transmitters that's already provided with each show.
    To set these shows up, all you have to do is: Find a place for your show, paste it with stability false using CopyPaste plugin.

    Shows that use timers: Same procedure as the other shows, but you also have to turn on switches next to the setups to turn them on.
     
    Monument shows: (fwshow19-fwshow20-fwshow21) have switches that needs to be turned on. Check README
    Note: Monument shows will be fixed if they break as long as they do not require a complete rebuild. (Should be fine unless Facepunch makes changes)
     
    CopyPaste command example: "/paste fwshow6 stability false" If you paste some of the shows without pasting them with stability false, they will collapse.

    It is recommended to use this command before using these shows: basefirework.maxactivefireworks 250 (This command will allow the amount of fireworks set off at the same time. Lighting a lot of fireworks at once can cause lag/FPS drops on both high and lower end pc's)
    When done, you can revert to: basefirework.maxactivefireworks 25 (Default setting)
     
    Now you are ready to light up the sky with a big bang!
    Do you like the shows? Please leave a review! It is highly appreciated.
     
1.5m

Downloads

Total number of downloads.

7k

Customers

Total customers served.

105.3k

Files Sold

Total number of files sold.

2.1m

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.