Jump to content

Search the Community

Showing results for tags 'signal'.

  • 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

Forums

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

Product Groups

  • Creator Services
  • Host Services

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 4 results

  1. Version 1.0.10

    411 downloads

    Are your players tired of waiting for Airdrops? This little plugin makes them appear almost instantly, no cargo plane, no parachutes. Airdrop will spawn wherever the supply signal lands. The delay can be modified in the config file. The default is 5 seconds to allow the supply signal to land and smoke briefly. Config File { "Delay Before Spawn": 5.0, "Use Permission": false, "Prevent Deploying Inside (Players will only be able to deploy supply signals outside)": false } if "Use Permission" is set true then permission to be set is instantairdrop.use If "Prevent Deploying Inside" the Airdrop will be cancelled, the supply signal will be refunded to the player and a message will inform the player that supply signals can only be deployed outside. This is to prevent instant airdrops spawning inside of bases and is optional. Tested to work nicely along side other plugins such as: Heli Signals Bradley Drops Fancy Drop Loot Defender Signal Cooldown Helpful Supply Supply Lock
    $3.99
  2. Version 1.6.4

    45 downloads

    About Drop Vehicles Allows Vehicles, Boats, and Subs to drop via an Air Drop by throwing a custom Supply Signal Used by Explosive Box Features Customized Supply Drop skins 7 Different types of Vehicle Drops RHIB Row Boat Minicopter Scrap Transport Heli Duo Submarine Solo Submarine Bradley APC (this is one you can fight that will land at your location when thrown) Precheck warning before throwing if water vehicles to let you know to be in water Deploy Smoke on Drops Set amount to give for admins when calling via commands Set the Cargo Plane Height and Speed Skin IDs & Names 1942896432 - Cyan - RHIB Supply Drop 1942897238 - Orange - Row Boat Supply Drop 1942898011 - Red - Minicopter Supply Drop 1942900715 - Blue - Scrap Heli Supply Drop 1942906150 - Green - Bradley Supply Drop 2568176049 - Rust - Solo Submarine Supply Drop 2568176049 - Yellow - Duo Submarine Supply Drop Commands /vdrop playername vehiclename (example: vdrop fastburst rhib) Permissions dropvehicles.use - grants permission to call commands Usage Explosive Box and Scavenger Hunt are already presetup with the default loot to create the items in the loot. Server Rewards & Extra Loot plugins This can be used with ServerRewards You will need to edit your Datafile Directly Example Entry looks like this below, of course you may want to change the costs to suit your needs. By default this plugin does NOT spawn in any loot as they are custom items, if you want to add them to your loot I highly recommend Extra Loot available on UMod "supply.signal_2568176049": { "shortname": "supply.signal", "customIcon": null, "amount": 1, "skinId": 2568176049, "isBp": false, "category": 6, "displayName": "Duo Submarine Supply Signal", "cost": 7500, "cooldown": 0 }, "supply.signal_1942896432": { "shortname": "supply.signal", "customIcon": null, "amount": 1, "skinId": 1942896432, "isBp": false, "category": 6, "displayName": "RHIB Supply Signal", "cost": 5000, "cooldown": 0 }, "supply.signal_1942897238": { "shortname": "supply.signal", "customIcon": null, "amount": 1, "skinId": 1942897238, "isBp": false, "category": 6, "displayName": "Row Boat Supply Signal", "cost": 3000, "cooldown": 0 }, "supply.signal_1942898011": { "shortname": "supply.signal", "customIcon": null, "amount": 1, "skinId": 1942898011, "isBp": false, "category": 6, "displayName": "Minicopter Supply Signal", "cost": 10000, "cooldown": 0 }, "supply.signal_1942906150": { "shortname": "supply.signal", "customIcon": null, "amount": 1, "skinId": 1942906150, "isBp": false, "category": 6, "displayName": "Scrap Heli Supply Signal", "cost": 20000, "cooldown": 0 }, Configuration { "Plane Settings": { "Cargo Plane Height": 300.0, "Cargo Plane Speed to signal dropped": 200.0 }, "Deploy Smoke on Vehicle Drops while parachuting down": true, "For give command amount to give": 10, "Vehicle Drop Types": [ { "Shortname": "rhib", "Display name": "RHIB Supply Signal", "Prefab": "assets/content/vehicles/boats/rhib/rhib.prefab", "Skin ID": 1942896432 }, { "Shortname": "rowboat", "Display name": "Row Boat Supply Signal", "Prefab": "assets/content/vehicles/boats/rowboat/rowboat.prefab", "Skin ID": 1942897238 }, { "Shortname": "minicopter", "Display name": "Minicopter Supply Signal", "Prefab": "assets/content/vehicles/minicopter/minicopter.entity.prefab", "Skin ID": 1942898011 }, { "Shortname": "scrapcopter", "Display name": "Scrap Heli Supply Signal", "Prefab": "assets/content/vehicles/scrap heli carrier/scraptransporthelicopter.prefab", "Skin ID": 1942906150 }, { "Shortname": "bradley", "Display name": "Bradley Supply Signal", "Prefab": "assets/prefabs/npc/m2bradley/bradleyapc.prefab", "Skin ID": 1942900715 }, { "Shortname": "submarinesolo", "Display name": "Solo Submarine Supply Signal", "Prefab": "assets/content/vehicles/submarine/submarinesolo.entity.prefab", "Skin ID": 2568175759 }, { "Shortname": "submarineduo", "Display name": "Duo Submarine Supply Signal", "Prefab": "assets/content/vehicles/submarine/submarineduo.entity.prefab", "Skin ID": 2568176049 } ], "Version": { "Major": 1, "Minor": 6, "Patch": 1 } } Localization { "Notification.Usage": "Usage:\n vdrop player shortname", "Notification.Permission": "<color=#ff0000>You don't have permission to use that!</color>", "Notification.Unknown": "Unknown vehicle '{0}', '{prefab}'", "NOtification.Success": "Player {0} successfully got an item!", "Chat.OnTheWay": "<color=red>NOTE: </color>Your <color=orange>{0}</color> is on the way!", "Chat.Throw": "<color=red>NOTE: </color>Throw this Supply Signal to drop a <color=orange>{0}</color>!", "Check.RowBoat": "<color=red>NOTE: </color>Double check that you are standing or in water before you try to use this type of Supply Drop! Throw this Supply Signal to drop a <color=orange>Row Boat</color>!", "Check.RHIB": "<color=red>NOTE: </color>Double check that you are standing or in water before you try to use this type of Supply Drop!</color> Throw this Supply Signal to drop a <color=orange>Military RHIB Boat</color>!", "Check.Solo": "<color=red>NOTE: </color>Double check that you are standing or in water before you try to use this type of Supply Drop!</color> Throw this Supply Signal to drop a <color=orange>Solo Submarine</color>!", "Check.Duo": "<color=red>NOTE: </color>Double check that you are standing or in water before you try to use this type of Supply Drop!</color> Throw this Supply Signal to drop a <color=orange>Duo Submarine</color>!" }
    $15.00
  3. Version 0.0.5

    344 downloads

    Limits the amount of active Supply Signals on the server. Prevents players from calling an Airdrop if the amount of deployed Supply Signals, or the amount of spawned Cargo Planes or the amount of Supply Drops with a parachute still attached is over the limit defined in the config. Config: { "Max": 10, "BypassPermission": "supplysignallimit.bypass" } Lang: { "Limit": "There can only be {0} active Supply Signals at any time, please wait a few seconds." }
    $3.00
  4. CASHR

    FireSignal

    Version 1.0.0

    11 downloads

    Allows you to send a signal rocket into the air. Damage from it is not applied to players/buildings.
    $2.00
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.1k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.