Jump to content

Search the Community

Showing results for tags 'immersive'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions
  • Graphics

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
    • Creators Directory
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support

Product Groups

  • Creator Services
  • Host Services
  • Memberships

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 1 result

  1. Wrecks

    The Dealer

    Version 1.1.5

    11 downloads

    Introduce a new way for players to earn Economics or SR Points selling illicit goods with 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. 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 Demonstration Video CONFIG { "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, "Economy Plugin - 1 Economics - 2 Server Rewards": 1, "Tradeable Items": [ { "Item ShortName": "blood", "Item CustomName": "", "Skin ID": 0, "Is Marketable?": true, "Sale Price?": 40, "Max Discount Buy Variation in %? (Negative Values) (To Simulate Supply & Demand)": -10, "Maximum Bonus Variation in %? (Positive Values) (To Simulate Supply & Demand)": 5 }, { "Item ShortName": "sticks", "Item CustomName": "", "Skin ID": 0, "Is Marketable?": true, "Sale Price?": 100, "Max Discount Buy Variation in %? (Negative Values) (To Simulate Supply & Demand)": -10, "Maximum Bonus Variation in %? (Positive Values) (To Simulate Supply & Demand)": 5 }, { "Item ShortName": "glue", "Item CustomName": "", "Skin ID": 0, "Is Marketable?": true, "Sale Price?": 250, "Max Discount Buy Variation in %? (Negative Values) (To Simulate Supply & Demand)": -10, "Maximum Bonus Variation in %? (Positive Values) (To Simulate Supply & Demand)": 5 }, { "Item ShortName": "bleach", "Item CustomName": "", "Skin ID": 0, "Is Marketable?": true, "Sale Price?": 20, "Max Discount Buy Variation in %? (Negative Values) (To Simulate Supply & Demand)": -10, "Maximum Bonus Variation in %? (Positive Values) (To Simulate Supply & Demand)": 5 } ], "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." }
    $16.00
1.5m

Downloads

Total number of downloads.

7.2k

Customers

Total customers served.

107.2k

Files Sold

Total number of files sold.

2.2m

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.