Jump to content

Wrecks

Creator
  • Posts

    627
  • Joined

  • Last visited

Everything posted by Wrecks

  1. Wrecks

    Drugs

    I’m not sure how possibly if you have something that can issue that via command to enable them to have that permission for a bit , that might work if I added timed permission granting
  2. Wrecks

    Drugs

    Version 1.0.7

    89 downloads

    Add some new Items to your server for your players to find, and take them on a trip on use REQUIRES IMAGE LIBRARY With this plugin, you can create as many "Drug Items" as you like. You aren't limited to my drug theme, you can create different drinks, medicine and more, Lang is also provided, for your customization needs. 5 base items are provided, Pills, Drink, Syringe, Smokeable, Edible. Each with their own respective base SFX on Use to match its theme. Each item has configurable metabolism effects, you can heal or damage on use, take calories or give, and much more, see config for more info. Each item has customizable in game effects, make the player shake, sway, scream, bleed, vomit upon item use. You can even add your own list and combine different effects as well as edit timing, to create your own curated effects. Each item has the ability to show custom images, maybe you want to make your player "Trip" and flash some Trippy image on screen. You can get as creative as you want, as you can add as many images as you want, you have control on transparency, fade in, stay, and fade out time to make the perfect experience for your players to enjoy. Items can spawn in specified containers, just add the prefab path you would like it to spawn in. To cancel that out, simply leave the prefab path as "". NOTE - WHILE IMAGES ARE SHOWING, OTHER DRUG USES ARE BLOCKED TO ALLOW IMAGE QUEUE TO HANDLE. THIS OVERRIDES COOLDOWN. BASE ITEM SHORTNAME IN CASE YOU WANT TO USE THEM OR CRAFT THEM FROM ANOTHER PLUGIN 1 - PILLS - ANTI RAD PILLS 2 - DRINK - BASIC SCRAP TEA 3 - SYRINGE - MEDICAL SYRINGE 4 - SMOKEABLES - SMALL LOOT BAG 5 - EDIBLE - MUSHROOM DRUGS CAN NOW GRANT A TEA BOOST ON USE Command ADMIN - /GIVEDRUGS - SPAWNS ALL CUSTOM ITEMS INTO INVENTORY USEFUL FOR TESTING EFFECTS - REQUIRES DRUGS.ADMIN PERMISSION Demo Video videoplayback.mp4 (ALT LINK) Drugs Demonstration Other Youtuber videos with it featured. CONFIG { "The Dealer Integration": { "Enable Sales Via The Dealer? (The Dealer Plugin Is available Where you Purchased This Plugin)": false }, "Drugs": [ { "Base Item - 1 (Pills) - 2 (Drink) - 3 (Syringe) - 4 (Smokeables) - 5 (Edible) ": 1, "Item Name": "Hydros", "Skin ID": 3027373420, "Cooldown (Blocks Other Drug Uses)": 20, "Hydration Value (Negative Values Reduce)": -20, "Caloric Value (Negative Values Reduce)": -20, "Healing Value (Negative Values Reduce)": 20, "Temperature Value (Negative Values Reduce)": 0, "Radiation Value (Negative Values Reduce)": 0, "Minimum Amount To Spawn into a Container": 1, "Maximum Amount To Spawn into a Container": 3, "Chance out of 100% to Spawn into a Container (0 = 0% - 1 = 100%)": 0.2, "Container to Spawn this Item in": "assets/bundled/prefabs/radtown/crate_normal.prefab", "Custom Image Setup": [ { "Enable Custom Images": false, "Custom Image Path": "", "Custom Image Alpha": "1", "Time for Custom Image to Fade In": 1.0, "Time for Custom Image to Stay": 1.0, "Time Before Custom Image to FadeOut": 3.0 }, { "Enable Custom Images": false, "Custom Image Path": "", "Custom Image Alpha": "1", "Time for Custom Image to Fade In": 1.0, "Time for Custom Image to Stay": 1.0, "Time Before Custom Image to FadeOut": 3.0 } ], "Effects Setup": { "Enable Sway Effects": true, "Sway Effect Repeats": 3, "Time Between Sway Repeats": 1, "Time Before Sway Triggers": 2, "Enable Blood Effects": false, "Blood Effect Repeats": 3, "Time Between Blood Repeats": 2, "Time Before Blood Triggers": 1, "Enable Vomit Effects": false, "Vomit Effect Repeats": 1, "Time Between Vomit Repeats": 0, "Time Before Vomit Triggers": 3, "Enable Damage Effects": false, "Damage Effect Repeats": 2, "Time Between Damage Repeats": 2, "Time Before Damage Triggers": 0, "Enable Scream Effects": false, "Scream Effect Repeats": 2, "Time Between Scream Repeats": 3, "Time Before Scream Triggers": 4 }, "Custom Effects Setup": [ { "Enable Custom Effect": false, "Custom Effect Path": "", "Custom Effect Repeats": 2, "Time Between Custom Repeats": 3, "Time Before Custom Triggers": 5 }, { "Enable Custom Effect": false, "Custom Effect Path": "", "Custom Effect Repeats": 1, "Time Between Custom Repeats": 4, "Time Before Custom Triggers": 2 } ], "Tea Effect Setup": { "Enable Tea Effects?)": false, "Tea Modifier Type? (1 = Wood Yield, 2 = Ore Yield, 3 = Rad Resist, 4 = Rad Exposure Resist, 5 = Max Health, 6 = Scrap Yield)": 1, "Tea Duration In Seconds": 60.0, "Tea Boost Value (1.2 = 120%)": 1.2 }, "Send Message to Player on Use?": true, "Message to send to the Player": "Holy!", "Enable Commands on Use?": true, "Commands to Run on Use (Use {id} to target the Player)": [ "say Hi", "Deposit {id} 100" ], "Marketable via The Dealer?": false, "Market Price": 0, "Max Discount Buy Variation in %? (Negative Values) (To Simulate Supply & Demand)": 0.0, "Maximum Bonus Variation in %? (Positive Values) (To Simulate Supply & Demand)": 0.0 }, { "Base Item - 1 (Pills) - 2 (Drink) - 3 (Syringe) - 4 (Smokeables) - 5 (Edible) ": 2, "Item Name": "Codeine", "Skin ID": 3027539845, "Cooldown (Blocks Other Drug Uses)": 20, "Hydration Value (Negative Values Reduce)": 20, "Caloric Value (Negative Values Reduce)": 0, "Healing Value (Negative Values Reduce)": -20, "Temperature Value (Negative Values Reduce)": 0, "Radiation Value (Negative Values Reduce)": 0, "Minimum Amount To Spawn into a Container": 1, "Maximum Amount To Spawn into a Container": 2, "Chance out of 100% to Spawn into a Container (0 = 0% - 1 = 100%)": 0.1, "Container to Spawn this Item in": "assets/bundled/prefabs/radtown/crate_normal.prefab", "Custom Image Setup": [ { "Enable Custom Images": false, "Custom Image Path": "", "Custom Image Alpha": "1", "Time for Custom Image to Fade In": 1.0, "Time for Custom Image to Stay": 1.0, "Time Before Custom Image to FadeOut": 3.0 }, { "Enable Custom Images": false, "Custom Image Path": "", "Custom Image Alpha": "1", "Time for Custom Image to Fade In": 1.0, "Time for Custom Image to Stay": 1.0, "Time Before Custom Image to FadeOut": 3.0 } ], "Effects Setup": { "Enable Sway Effects": true, "Sway Effect Repeats": 3, "Time Between Sway Repeats": 1, "Time Before Sway Triggers": 2, "Enable Blood Effects": false, "Blood Effect Repeats": 3, "Time Between Blood Repeats": 2, "Time Before Blood Triggers": 1, "Enable Vomit Effects": false, "Vomit Effect Repeats": 1, "Time Between Vomit Repeats": 0, "Time Before Vomit Triggers": 3, "Enable Damage Effects": false, "Damage Effect Repeats": 2, "Time Between Damage Repeats": 2, "Time Before Damage Triggers": 0, "Enable Scream Effects": false, "Scream Effect Repeats": 2, "Time Between Scream Repeats": 3, "Time Before Scream Triggers": 4 }, "Custom Effects Setup": [ { "Enable Custom Effect": false, "Custom Effect Path": "", "Custom Effect Repeats": 2, "Time Between Custom Repeats": 3, "Time Before Custom Triggers": 5 }, { "Enable Custom Effect": false, "Custom Effect Path": "", "Custom Effect Repeats": 1, "Time Between Custom Repeats": 4, "Time Before Custom Triggers": 2 } ], "Tea Effect Setup": { "Enable Tea Effects?)": false, "Tea Modifier Type? (1 = Wood Yield, 2 = Ore Yield, 3 = Rad Resist, 4 = Rad Exposure Resist, 5 = Max Health, 6 = Scrap Yield)": 1, "Tea Duration In Seconds": 60.0, "Tea Boost Value (1.2 = 120%)": 1.2 }, "Send Message to Player on Use?": false, "Message to send to the Player": "", "Enable Commands on Use?": false, "Commands to Run on Use (Use {id} to target the Player)": [], "Marketable via The Dealer?": false, "Market Price": 0, "Max Discount Buy Variation in %? (Negative Values) (To Simulate Supply & Demand)": 0.0, "Maximum Bonus Variation in %? (Positive Values) (To Simulate Supply & Demand)": 0.0 }, { "Base Item - 1 (Pills) - 2 (Drink) - 3 (Syringe) - 4 (Smokeables) - 5 (Edible) ": 3, "Item Name": "Heroin", "Skin ID": 3027374283, "Cooldown (Blocks Other Drug Uses)": 20, "Hydration Value (Negative Values Reduce)": -20, "Caloric Value (Negative Values Reduce)": 0, "Healing Value (Negative Values Reduce)": -40, "Temperature Value (Negative Values Reduce)": 20, "Radiation Value (Negative Values Reduce)": 0, "Minimum Amount To Spawn into a Container": 1, "Maximum Amount To Spawn into a Container": 2, "Chance out of 100% to Spawn into a Container (0 = 0% - 1 = 100%)": 0.3, "Container to Spawn this Item in": "assets/bundled/prefabs/radtown/crate_normal.prefab", "Custom Image Setup": [ { "Enable Custom Images": false, "Custom Image Path": "", "Custom Image Alpha": "1", "Time for Custom Image to Fade In": 1.0, "Time for Custom Image to Stay": 1.0, "Time Before Custom Image to FadeOut": 3.0 }, { "Enable Custom Images": false, "Custom Image Path": "", "Custom Image Alpha": "1", "Time for Custom Image to Fade In": 1.0, "Time for Custom Image to Stay": 1.0, "Time Before Custom Image to FadeOut": 3.0 } ], "Effects Setup": { "Enable Sway Effects": false, "Sway Effect Repeats": 3, "Time Between Sway Repeats": 1, "Time Before Sway Triggers": 2, "Enable Blood Effects": true, "Blood Effect Repeats": 3, "Time Between Blood Repeats": 2, "Time Before Blood Triggers": 1, "Enable Vomit Effects": false, "Vomit Effect Repeats": 1, "Time Between Vomit Repeats": 0, "Time Before Vomit Triggers": 3, "Enable Damage Effects": true, "Damage Effect Repeats": 2, "Time Between Damage Repeats": 2, "Time Before Damage Triggers": 0, "Enable Scream Effects": false, "Scream Effect Repeats": 2, "Time Between Scream Repeats": 3, "Time Before Scream Triggers": 4 }, "Custom Effects Setup": [ { "Enable Custom Effect": false, "Custom Effect Path": "", "Custom Effect Repeats": 2, "Time Between Custom Repeats": 3, "Time Before Custom Triggers": 5 }, { "Enable Custom Effect": false, "Custom Effect Path": "", "Custom Effect Repeats": 1, "Time Between Custom Repeats": 4, "Time Before Custom Triggers": 2 } ], "Tea Effect Setup": { "Enable Tea Effects?)": false, "Tea Modifier Type? (1 = Wood Yield, 2 = Ore Yield, 3 = Rad Resist, 4 = Rad Exposure Resist, 5 = Max Health, 6 = Scrap Yield)": 1, "Tea Duration In Seconds": 60.0, "Tea Boost Value (1.2 = 120%)": 1.2 }, "Send Message to Player on Use?": false, "Message to send to the Player": "", "Enable Commands on Use?": false, "Commands to Run on Use (Use {id} to target the Player)": [], "Marketable via The Dealer?": false, "Market Price": 0, "Max Discount Buy Variation in %? (Negative Values) (To Simulate Supply & Demand)": 0.0, "Maximum Bonus Variation in %? (Positive Values) (To Simulate Supply & Demand)": 0.0 }, { "Base Item - 1 (Pills) - 2 (Drink) - 3 (Syringe) - 4 (Smokeables) - 5 (Edible) ": 4, "Item Name": "Bong Hit", "Skin ID": 3386543743, "Cooldown (Blocks Other Drug Uses)": 20, "Hydration Value (Negative Values Reduce)": 0, "Caloric Value (Negative Values Reduce)": -100, "Healing Value (Negative Values Reduce)": 30, "Temperature Value (Negative Values Reduce)": 0, "Radiation Value (Negative Values Reduce)": 0, "Minimum Amount To Spawn into a Container": 1, "Maximum Amount To Spawn into a Container": 2, "Chance out of 100% to Spawn into a Container (0 = 0% - 1 = 100%)": 0.5, "Container to Spawn this Item in": "assets/bundled/prefabs/radtown/crate_normal.prefab", "Custom Image Setup": [ { "Enable Custom Images": true, "Custom Image Path": "https://www.dropbox.com/scl/fi/6qmq7h815yhjx38xqn8g8/dec1.png?rlkey=3rhgv2e6n00y2dvgiw4fjfsrd&st=s3ar804p&dl=1", "Custom Image Alpha": "1", "Time for Custom Image to Fade In": 10.0, "Time for Custom Image to Stay": 1.0, "Time Before Custom Image to FadeOut": 10.0 }, { "Enable Custom Images": true, "Custom Image Path": "https://www.dropbox.com/scl/fi/55ub2riuq31s3ap1kv75v/dec2.png?rlkey=h8uc974hqclz1gburbq5gdb1q&st=b8sp2tc2&dl=1", "Custom Image Alpha": "1", "Time for Custom Image to Fade In": 10.0, "Time for Custom Image to Stay": 1.0, "Time Before Custom Image to FadeOut": 10.0 } ], "Effects Setup": { "Enable Sway Effects": true, "Sway Effect Repeats": 3, "Time Between Sway Repeats": 1, "Time Before Sway Triggers": 2, "Enable Blood Effects": false, "Blood Effect Repeats": 3, "Time Between Blood Repeats": 2, "Time Before Blood Triggers": 1, "Enable Vomit Effects": false, "Vomit Effect Repeats": 1, "Time Between Vomit Repeats": 0, "Time Before Vomit Triggers": 3, "Enable Damage Effects": false, "Damage Effect Repeats": 2, "Time Between Damage Repeats": 2, "Time Before Damage Triggers": 0, "Enable Scream Effects": false, "Scream Effect Repeats": 2, "Time Between Scream Repeats": 3, "Time Before Scream Triggers": 4 }, "Custom Effects Setup": [ { "Enable Custom Effect": false, "Custom Effect Path": "", "Custom Effect Repeats": 2, "Time Between Custom Repeats": 3, "Time Before Custom Triggers": 5 }, { "Enable Custom Effect": false, "Custom Effect Path": "", "Custom Effect Repeats": 1, "Time Between Custom Repeats": 4, "Time Before Custom Triggers": 2 } ], "Tea Effect Setup": { "Enable Tea Effects?)": false, "Tea Modifier Type? (1 = Wood Yield, 2 = Ore Yield, 3 = Rad Resist, 4 = Rad Exposure Resist, 5 = Max Health, 6 = Scrap Yield)": 1, "Tea Duration In Seconds": 60.0, "Tea Boost Value (1.2 = 120%)": 1.2 }, "Send Message to Player on Use?": false, "Message to send to the Player": "", "Enable Commands on Use?": false, "Commands to Run on Use (Use {id} to target the Player)": [], "Marketable via The Dealer?": false, "Market Price": 0, "Max Discount Buy Variation in %? (Negative Values) (To Simulate Supply & Demand)": 0.0, "Maximum Bonus Variation in %? (Positive Values) (To Simulate Supply & Demand)": 0.0 }, { "Base Item - 1 (Pills) - 2 (Drink) - 3 (Syringe) - 4 (Smokeables) - 5 (Edible) ": 5, "Item Name": "LSD", "Skin ID": 3027375222, "Cooldown (Blocks Other Drug Uses)": 20, "Hydration Value (Negative Values Reduce)": -30, "Caloric Value (Negative Values Reduce)": 0, "Healing Value (Negative Values Reduce)": 25, "Temperature Value (Negative Values Reduce)": 0, "Radiation Value (Negative Values Reduce)": 0, "Minimum Amount To Spawn into a Container": 1, "Maximum Amount To Spawn into a Container": 2, "Chance out of 100% to Spawn into a Container (0 = 0% - 1 = 100%)": 0.5, "Container to Spawn this Item in": "assets/bundled/prefabs/radtown/crate_normal.prefab", "Custom Image Setup": [ { "Enable Custom Images": true, "Custom Image Path": "https://www.dropbox.com/scl/fi/aem7f55mlz4fa9khwjdu4/deb8.png?rlkey=zmnklt38ils1tycxqq9h2ix7j&st=dv6fgive&dl=1", "Custom Image Alpha": "1", "Time for Custom Image to Fade In": 10.0, "Time for Custom Image to Stay": 1.0, "Time Before Custom Image to FadeOut": 10.0 }, { "Enable Custom Images": false, "Custom Image Path": "", "Custom Image Alpha": "1", "Time for Custom Image to Fade In": 1.0, "Time for Custom Image to Stay": 1.0, "Time Before Custom Image to FadeOut": 3.0 } ], "Effects Setup": { "Enable Sway Effects": true, "Sway Effect Repeats": 3, "Time Between Sway Repeats": 1, "Time Before Sway Triggers": 2, "Enable Blood Effects": false, "Blood Effect Repeats": 3, "Time Between Blood Repeats": 2, "Time Before Blood Triggers": 1, "Enable Vomit Effects": false, "Vomit Effect Repeats": 1, "Time Between Vomit Repeats": 0, "Time Before Vomit Triggers": 3, "Enable Damage Effects": false, "Damage Effect Repeats": 2, "Time Between Damage Repeats": 2, "Time Before Damage Triggers": 0, "Enable Scream Effects": true, "Scream Effect Repeats": 2, "Time Between Scream Repeats": 3, "Time Before Scream Triggers": 4 }, "Custom Effects Setup": [ { "Enable Custom Effect": false, "Custom Effect Path": "", "Custom Effect Repeats": 2, "Time Between Custom Repeats": 3, "Time Before Custom Triggers": 5 }, { "Enable Custom Effect": false, "Custom Effect Path": "", "Custom Effect Repeats": 1, "Time Between Custom Repeats": 4, "Time Before Custom Triggers": 2 } ], "Tea Effect Setup": { "Enable Tea Effects?)": false, "Tea Modifier Type? (1 = Wood Yield, 2 = Ore Yield, 3 = Rad Resist, 4 = Rad Exposure Resist, 5 = Max Health, 6 = Scrap Yield)": 1, "Tea Duration In Seconds": 60.0, "Tea Boost Value (1.2 = 120%)": 1.2 }, "Send Message to Player on Use?": false, "Message to send to the Player": "", "Enable Commands on Use?": false, "Commands to Run on Use (Use {id} to target the Player)": [], "Marketable via The Dealer?": false, "Market Price": 0, "Max Discount Buy Variation in %? (Negative Values) (To Simulate Supply & Demand)": 0.0, "Maximum Bonus Variation in %? (Positive Values) (To Simulate Supply & Demand)": 0.0 } ] } Lang { "Overdose": "[<color=red>DRUGS</color>] Don't Overdose...", "Trip": "[<color=red>DRUGS</color>] You are still Tripping out...", "Trippy": "[<color=red>DRUGS</color>] That was Trippy..." } ATTRIBUTION vecteezy(.)com/free-vector/cannabis-leaf vecteezy(.)com/video/42542591-4k-smoke-motion-background-white-smoke-on-black-background vecteezy(.)com/png/21103956-realistic-smoke-effect
    $20.00
  3. Wrecks

    Firework Builder

    Sent you a Tester with info.
  4. Wrecks

    Firework Builder

    That sounds good ill have to look into it when I have time and see what I can do for you
  5. Wrecks

    Firework Builder

    possible where would they spawn though right on the players pos?
  6. Wrecks

    The Dealer

    Version 1.2.41

    95 downloads

    Introduce a new way for players to earn Economics or SR Points selling illicit goods when you let your players become The Dealer. RELIES ON - Economics, ServerRewards, ImageLibrary OPTIONAL PLUGINS - Kits, MarkerManager The plugin autodetects any FP monument on your map, even the mini ones, and randomly finds a pos for the NPC to wait. Players use a Burner Phone (configurable), To call up a buyer to sell your configured items. When a Buyer is called, (MarkerManager if installed) will show a point on the map as well as a $ ping on Compass. You can set Min Max Bonus, and it will randomly discount or increase the amount the player earns. Sales can be logged to Discord. Majority of Messages are sent via Toast. If a player doesn't make it in time, the Buyer sends the player a message via Toast. If a player makes some sales, the Buyer thanks the player via Toast. Buyers are Locked to the caller, and will deny via message other players, that they are waiting for the original caller. Outfit your Buyer as you Like. If you have Law Enforcement on your server, They can be notified as well randomly based on your config settings. BURNER PHONE WHEN ADDING THE BURNER PHONE TO YOUR LOOT TABLE, MAKE SURE THE SKIN MATCHES, THE ITEM WORKS WELL WITH A SMALL HALLOWEEN LOOT BAG AS ITS SHORTNAME. Using a Burner Requires the Use Permission. REPUTATION SYSTEM The Reputation System Grants a boost to Base Sale Price via %, Be aware of your Variations if using this. On Reputation Level Up, This will log to discord, and also send a toast to the player. Upon Reputation Level Up, Amount Sold Difference will carry over to the next levels progress. Level Calculation is handled with the amount of items that were sold to the buyer after they leave the Island. 0.01 = 1% Boost COMMANDS /WHERE - TELLS THE PLAYER WHERE THE BUYER IS HEADED TO, OR TO USE A BURNER PHONE IF THERE IS NO PAIRED BUYER /GIVEBURNER - ADMIN COMMAND - DEPOSITS BURNER PHONES TO YOUR INVENTORY FOR TESTING /GIVEDEALERLOOT - ADMIN COMMAND - DEPOSITS MARKETABLE ITEMS TO YOUR INVENTORY FOR TESTING /CHECKREP- Will notify the player of their current Reputation Level and Percentage Boost. CONSOLE COMMAND WIPEREP - Will Wipe all Reputation Data - Requires Admin. Demonstration Video CONFIG { "Enable Reputation Levels?": true, "Wipe Reputation Levels On Wipe?": false, "Reputation Levels 0.01 = 1% Boost To Sales (Increases Base Sale Price, Keep in Mind Variation Settings)": { "1": { "Items To Be Sold To Advance Current Rep Level": 200, "Bonus Percentage For This Rep Level": 0.01 }, "2": { "Items To Be Sold To Advance Current Rep Level": 300, "Bonus Percentage For This Rep Level": 0.02 }, "3": { "Items To Be Sold To Advance Current Rep Level": 400, "Bonus Percentage For This Rep Level": 0.03 }, "4": { "Items To Be Sold To Advance Current Rep Level": 500, "Bonus Percentage For This Rep Level": 0.04 }, "5": { "Items To Be Sold To Advance Current Rep Level": 550, "Bonus Percentage For This Rep Level": 0.05 }, "6": { "Items To Be Sold To Advance Current Rep Level": 600, "Bonus Percentage For This Rep Level": 0.06 }, "7": { "Items To Be Sold To Advance Current Rep Level": 750, "Bonus Percentage For This Rep Level": 0.07 }, "8": { "Items To Be Sold To Advance Current Rep Level": 800, "Bonus Percentage For This Rep Level": 0.08 }, "9": { "Items To Be Sold To Advance Current Rep Level": 950, "Bonus Percentage For This Rep Level": 0.09 }, "10": { "Items To Be Sold To Advance Current Rep Level": 1000, "Bonus Percentage For This Rep Level": 0.1 } }, "Log Burner Phone uses to Discord?": false, "Prefab path of the Container to spawn a Burner Phone in": "assets/bundled/prefabs/radtown/crate_normal.prefab", "Min amount of Burners to spawn": 1, "Max amount of Burners to spawn": 2, "Chance to spawn a Burner Phone in a container (0 = 0%, 100 = 100%)": 20.0, "Burner Skin": 3273293561, "Chance To Notify Police?": 80, "Mini Toast Image": "https://www.dropbox.com/scl/fi/hjfifjdd5esv01i5xxylf/miniGlow.png?rlkey=iz8gher6qynaro9oj3r8niamp&st=ei6x54qf&dl=1", "How long before Dealer Despawns in Seconds": 60, "Use Permission Name": "TheDealer.Use", "Discord Webhook URL": "INSERT_WEBHOOK_URL", "Chat Icon": 0, "NPC Kit Enabled?": false, "NPC Kit Name?": "", "Map Markers Enabled via Marker Manager Plugin?": false, "Maximum Amount of Items Sold at a Time": 3, "NPC Interaction Cooldown In Seconds": 3.0, "Economy Plugin - 1 Economics - 2 Server Rewards": 1, "Enable Custom Currency? (OVERRIDES ECONOMY PLUGIN)": false, "Custom Currency": { "Shortname": "paper", "Skin": 3347697156, "Custom Name": "Dirty Cash" }, "Tradeable Items": [ { "Item ShortName": "blood", "Item CustomName": "", "Skin ID": 0, "Is Marketable?": true, "Sale Price?": 40.0, "Max Discount Buy Variation in %? (Negative Values) (To Simulate Supply & Demand)": -10.0, "Maximum Bonus Variation in %? (Positive Values) (To Simulate Supply & Demand)": 5.0 }, { "Item ShortName": "sticks", "Item CustomName": "", "Skin ID": 0, "Is Marketable?": true, "Sale Price?": 100.0, "Max Discount Buy Variation in %? (Negative Values) (To Simulate Supply & Demand)": -10.0, "Maximum Bonus Variation in %? (Positive Values) (To Simulate Supply & Demand)": 5.0 }, { "Item ShortName": "glue", "Item CustomName": "", "Skin ID": 0, "Is Marketable?": true, "Sale Price?": 250.0, "Max Discount Buy Variation in %? (Negative Values) (To Simulate Supply & Demand)": -10.0, "Maximum Bonus Variation in %? (Positive Values) (To Simulate Supply & Demand)": 5.0 }, { "Item ShortName": "bleach", "Item CustomName": "", "Skin ID": 0, "Is Marketable?": true, "Sale Price?": 20.0, "Max Discount Buy Variation in %? (Negative Values) (To Simulate Supply & Demand)": -10.0, "Maximum Bonus Variation in %? (Positive Values) (To Simulate Supply & Demand)": 5.0 } ], "NPC Clothing Options": [ { "Shortname": "pants", "Skin": 838673197 }, { "Shortname": "hoodie", "Skin": 792923214 }, { "Shortname": "shoes.boots", "Skin": 2956831315 }, { "Shortname": "hat.cap", "Skin": 1492905789 } ] } LANG { "NoPerms": "[<color=#ef6500>The Dealer</color>] We shouldn't even be Talking...", "NoWares": "[<color=#ef6500>The Dealer</color>] :mask: You have no <color=green>Items</color> on you worth Buying. \nDid you Call me up for nothing?!", "TraderCooldownMessage": "[<color=#ef6500>The Dealer</color>] :mask: Hold up, <color=green>{0}</color> second(s), I think you were tailed here...", "EconomicsMessage": "[<color=#ef6500>The Dealer</color>] :mask: \n\n I can give you <color=#85bb65>$</color><color=yellow>{0}</color> for your <color=orange>{1}x</color> <color=green>{2}</color>(s).", "SrMessage": "[<color=#ef6500>The Dealer</color>] :mask: \n\n I can give you <color=orange>{0}</color> <color=#cd5c5c>RP</color> for your <color=yellow>{1}x</color> <color=green>{2}</color>(s).", "HydraMessage": "[<color=#ef6500>The Dealer</color>] :mask: \n\n I can give you <color=orange>{0}</color> <color=#cd5c5c>BTC</color> for your <color=yellow>{1}x</color> <color=green>{2}</color>(s).", "WhoAreYou": "[<color=#ef6500>The Dealer</color>] Hold up, You aren't <color=green>{0}</color>, Are you a <color=yellow>Cop</color>? \n :mask:", "InRoute": "[<color=#ef6500>The Dealer</color>] The <color=red>Buyer</color> is already on the way\n to <color=#ef6500>{0}</color> near <color=#ef6500>{1}</color>.", "NoRoute": "[<color=#ef6500>The Dealer</color>] Use a <color=red>Burner Phone</color>\n to meet up with a <color=red>Buyer</color>.", "MeetupMessage": "{0}, near {1}, be there.\nHave the work Packaged", "BusinessMessage": "{0}!\n Nice doing Business.", "WasteTimeMessage": "{0}!\nDon't waste my time!", "NotifyCops": "[<color=#ef6500>The Dealer</color>] An Anonymous Tip says a Deal is going down, The Marked Location can be found on your Map." } ATTRIBUTION https://www.vecteezy.com/free-videos/money-on-fire
    $20.00
  7. Version 1.0.2

    20 downloads

    Create Custom Firework’s with Firework Builder. HOW IT WORKS The config comes preset with 7 fireworks. Viewing the examples you can see how positions, can be tweaked to create a custom build on your specified firework, with certain skins. Base path, is the Main firework you set. Additions, spawn after main is set. Auto ignite is toggleable. Delay is settable for initial and each part you add. PERMISSION fireworkbuilder.admin COMMANDS /GFW - GIVES ADMIN ALL FIREWORK BUILDS /STARTSHOW FIREWORKNAME X Y Z OPTIONALROTATION - THIS WORKS THROUGH RCON OR IN GAME - BE SURE TO ESCAPE QUOTES WHEN USING IN GAME AND TO INCLUDE QOUTES WHEN USING RCON IF MULTI WORD XYZ IS REQUIRED WHEN USING RCON FIND USABLE PREFABS HERE Corrosion Hour Demo Video CONFIG { "Firework Builds": [ { "Firework Name": "Red Y Boomer", "Firework SkinID": 3376839515, "Firework BasePath": "assets/prefabs/deployable/fireworks/mortarred.prefab", "Auto Ignite": true, "Ignite Delay": 0, "Additions": [ { "Firework Path": "assets/prefabs/deployable/fireworks/mortarred.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/mortarred.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0, "z": 0 }, "Rotation": { "x": 0, "y": 0, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } } ] }, { "Firework Name": "Blue Y Boomer", "Firework SkinID": 3376857049, "Firework BasePath": "assets/prefabs/deployable/fireworks/mortarblue.prefab", "Auto Ignite": true, "Ignite Delay": 0, "Additions": [ { "Firework Path": "assets/prefabs/deployable/fireworks/mortarblue.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/mortarblue.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandleblue.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0, "z": 0 }, "Rotation": { "x": 0, "y": 0, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandleblue.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandleblue.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } } ] }, { "Firework Name": "Green Y Boomer", "Firework SkinID": 3376856584, "Firework BasePath": "assets/prefabs/deployable/fireworks/mortargreen.prefab", "Auto Ignite": true, "Ignite Delay": 0, "Additions": [ { "Firework Path": "assets/prefabs/deployable/fireworks/mortargreen.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/mortargreen.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandlegreen.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0, "z": 0 }, "Rotation": { "x": 0, "y": 0, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandlegreen.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandlegreen.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } } ] }, { "Firework Name": "Violet Y Boomer", "Firework SkinID": 3376856830, "Firework BasePath": "assets/prefabs/deployable/fireworks/mortarviolet.prefab", "Auto Ignite": true, "Ignite Delay": 0, "Additions": [ { "Firework Path": "assets/prefabs/deployable/fireworks/mortarviolet.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/mortarviolet.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandleviolet.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0, "z": 0 }, "Rotation": { "x": 0, "y": 0, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandleviolet.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandleviolet.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } } ] }, { "Firework Name": "Orange Y Boomer", "Firework SkinID": 3376857264, "Firework BasePath": "assets/prefabs/deployable/fireworks/mortarorange.prefab", "Auto Ignite": true, "Ignite Delay": 0, "Additions": [ { "Firework Path": "assets/prefabs/deployable/fireworks/mortarorange.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/mortarorange.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0, "z": 0 }, "Rotation": { "x": 0, "y": 0, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } } ] }, { "Firework Name": "Champagne Y Boomer", "Firework SkinID": 3376857610, "Firework BasePath": "assets/prefabs/deployable/fireworks/mortarchampagne.prefab", "Auto Ignite": true, "Ignite Delay": 0, "Additions": [ { "Firework Path": "assets/prefabs/deployable/fireworks/mortarchampagne.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/mortarchampagne.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0, "z": 0 }, "Rotation": { "x": 0, "y": 0, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } } ] }, { "Firework Name": "Wrecks 2025 Boomer", "Firework SkinID": 3379519345, "Firework BasePath": "assets/prefabs/deployable/fireworks/mortarchampagne.prefab", "Auto Ignite": true, "Ignite Delay": 0, "Additions": [ { "Firework Path": "assets/prefabs/deployable/fireworks/mortarred.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0, "z": 0 }, "Rotation": { "x": 0, "y": 0, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/volcanofirework.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0, "z": 0 }, "Rotation": { "x": 0, "y": 0, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/mortarred.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/volcanofirework.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/mortarorange.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.14, "z": 0 }, "Rotation": { "x": 45, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/volcanofirework.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.14, "z": 0 }, "Rotation": { "x": 45, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/mortarred.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/mortarorange.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.14, "z": 0 }, "Rotation": { "x": -45, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/volcanofirework.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/volcanofirework.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.14, "z": 0 }, "Rotation": { "x": -45, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0, "z": 0 }, "Rotation": { "x": 0, "y": 0, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": 30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.14, "z": 0 }, "Rotation": { "x": 45, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.18, "z": 0 }, "Rotation": { "x": -30, "y": 90, "z": 0 } }, { "Firework Path": "assets/prefabs/deployable/fireworks/romancandle.prefab", "Ignite Delay": 0, "Position": { "x": 0, "y": 0.14, "z": 0 }, "Rotation": { "x": -45, "y": 90, "z": 0 } } ] } ] }
    $10.00
  8. Wrecks

    need help

    Added in next version @AlaEddine Yahia
  9. Wrecks

    need help

    working on it
  10. Will have to look into ui repos in the future, and the skin is just a skin from the workshop, I dont have control over it loading on your side. https://steamcommunity.com/sharedfiles/filedetails/?id=3182747023
  11. Wrecks

    buyzl gives error

    Changed Status from Pending to Closed
  12. Wrecks

    Having Difficulties

    Changed Status from Pending to Closed Changed Fixed In to 1.0.1
  13. Changed Status from Pending to Not a Bug Changed Fixed In to 1.1.6
  14. "wood_0": 1000000000, "stones_0": 1000000000, if those total your config setting they are considered completed and don’t show on offering status
  15. Everything looks to be correct looking at your data totals. For better accuracy unload it save data, calculate those totals and compare to what is left in offering status.
  16. There should be another file that tracks player contributions totals if you want to add that up.
  17. There should be a config for the interval to announce
  18. If you know how to comment it out you can remove that line for now until I get to it. The data looks correct. And offering top only shows the top not all that have contributed
  19. Check your data file totals as well
  20. Wrecks

    Scopes

    Nice glad I could help
  21. Wrecks

    Scopes

    Did it help? It’s been a while since I did this
  22. Wrecks

    Having Difficulties

    yeah seems to be working here, I put out an update that makes the damage area more consistent, there isnt much more to tweak as other stuff appears to be private.
  23. Wrecks

    Having Difficulties

    This is with damage and radius turned up. Appears to be splashing outwards. clip_1,733,428,281,756.mp4
  24. Wrecks

    Having Difficulties

    Im updating and will boot test real quick
  25. Wrecks

    Having Difficulties

    If you have other plugins loaded id check on a test environment, I would max out these settings on test to confirm these things were working as it should. It would kill or damage things if I set it to a very high damage and radius
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

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.