{"id":28271903,"url":"https://github.com/kade-github/chopper-drop","last_synced_at":"2025-09-01T03:39:07.303Z","repository":{"id":45444534,"uuid":"234838074","full_name":"Kade-github/Chopper-Drop","owner":"Kade-github","description":"Chopper Drop is a Exiled plugin which makes a chop drop down supplys at the surface every 10 minutes! (By default 10 minutes)","archived":false,"fork":false,"pushed_at":"2021-09-08T15:44:29.000Z","size":564,"stargazers_count":3,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-30T01:57:55.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kade-github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-19T04:04:03.000Z","updated_at":"2024-03-08T19:55:15.000Z","dependencies_parsed_at":"2022-09-23T00:32:08.635Z","dependency_job_id":null,"html_url":"https://github.com/Kade-github/Chopper-Drop","commit_stats":null,"previous_names":["kade-github/chopper-drop"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Kade-github/Chopper-Drop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kade-github%2FChopper-Drop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kade-github%2FChopper-Drop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kade-github%2FChopper-Drop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kade-github%2FChopper-Drop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kade-github","download_url":"https://codeload.github.com/Kade-github/Chopper-Drop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kade-github%2FChopper-Drop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273070135,"owners_count":25040221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-20T18:23:47.947Z","updated_at":"2025-09-01T03:39:07.295Z","avatar_url":"https://github.com/Kade-github.png","language":"C#","readme":"[![Exiled Framework](https://cdn.discordapp.com/attachments/880982483213111356/880982665178808410/developed-for-exiled-3.0.svg)](https://discord.gg/C4fMYF)[![SCP: Secret Laboratory](https://cdn.discordapp.com/attachments/880982483213111356/880984656705630238/for_-scp_-secret-laboratory.svg)](https://scpslgame.com/)\r\n\r\n# Supply-Drop\r\nSupply Drop is an Exiled plugin that makes the chopper and car drop supplies at the surface at the designated time.\r\n\r\n## How to Use / Configure\r\n**Step 1:** Download the latest release from [here](https://github.com/HeavyWolfPL/Supply-Drop/releases/latest)\r\n\r\n**Step 2:** Place into your plugins folder.\r\n\r\n**Step 3:** Configure it (see the section below)\r\n\r\n**Step 4:** PROFIT!\r\n\r\n\r\n## Config\r\n\u003cdetails\u003e\r\n\u003csummary\u003eDefault Config\u003c/summary\u003e\r\n\r\n```yml\r\nSD:\r\n  # Please take time to read the Github Readme.\r\n  is_enabled: true\r\n  # Minimum players on the server to spawn the drops.\r\n  min_players: 2\r\n  # List of MTF Chopper Drop items\r\n  mtf_items:\r\n  - item: GunCOM18\r\n    quantity: 1\r\n    chance: 100\r\n  - item: GunE11SR\r\n    quantity: 1\r\n    chance: 100\r\n  - item: Ammo762x39\r\n    quantity: 2\r\n    chance: 100\r\n  - item: Ammo9x19\r\n    quantity: 2\r\n    chance: 100\r\n  - item: Medkit\r\n    quantity: 2\r\n    chance: 100\r\n  - item: Medkit\r\n    quantity: 2\r\n    chance: 20\r\n  - item: Adrenaline\r\n    quantity: 1\r\n    chance: 100\r\n  - item: KeycardO5\r\n    quantity: 1\r\n    chance: 10\r\n  # List of Chaos Car Drop items\r\n  chaos_items:\r\n  - item: GunLogicer\r\n    quantity: 2\r\n    chance: 100\r\n  - item: Ammo762x39\r\n    quantity: 5\r\n    chance: 100\r\n  - item: Medkit\r\n    quantity: 2\r\n    chance: 100\r\n  - item: ArmorCombat\r\n    quantity: 2\r\n    chance: 20\r\n  - item: Adrenaline\r\n    quantity: 1\r\n    chance: 100\r\n  - item: KeycardO5\r\n    quantity: 1\r\n    chance: 10\r\n  # Settings for MTF Chopper Drop\r\n  chopper_time: 600\r\n  chopper_broadcast: \u003csize=35\u003e\u003ci\u003e\u003ccolor=#0080FF\u003eMTF Chopper\u003c/color\u003e \u003ccolor=#5c5c5c\u003ewith a\u003c/color\u003e \u003ccolor=#7a7a7a\u003eSupply Drop\u003c/color\u003e \u003ccolor=#5c5c5c\u003ehas arrived!\u003c/color\u003e\u003c/i\u003e\u003c/size\u003e\r\n  chopper_broadcast_time: 10\r\n  # How many drops can the helicopter do per round? Set to -1 to disable limit.\r\n  chopper_drops_limit: -1\r\n  # Coordinates used for the items spawn. Set to 0's to use random spawn point.\r\n  chopper_pos_ammo:\r\n    x: 173\r\n    y: 993\r\n    z: -56\r\n  chopper_pos_armors:\r\n    x: 173\r\n    y: 993\r\n    z: -58\r\n  chopper_pos_items:\r\n    x: 173\r\n    y: 993\r\n    z: -60\r\n  chopper_pos_weapons:\r\n    x: 173\r\n    y: 993\r\n    z: -62\r\n  # Settings for Chaos Car Drop\r\n  car_time: 600\r\n  # Time difference between the chopper and car. Chopper will always spawn first. Leave at 1 if you want to disable it.\r\n  time_difference: 300\r\n  car_broadcast: \u003csize=35\u003e\u003ci\u003e\u003ccolor=#5c5c5c\u003eA\u003c/color\u003e \u003ccolor=#28AD00\u003eChaos Insurgency Car\u003c/color\u003e \u003ccolor=#5c5c5c\u003ewith a\u003c/color\u003e \u003ccolor=#7a7a7a\u003eSupply Drop\u003c/color\u003e \u003ccolor=#5c5c5c\u003ehas arrived!\u003c/color\u003e\u003c/i\u003e\u003c/size\u003e\r\n  car_broadcast_time: 10\r\n  # How many drops can the car do per round? Set to -1 to disable limit.\r\n  car_drops_limit: -1\r\n  # Coordinates used for the items spawn. Set to 0's to use random spawn point.\r\n  car_pos_ammo:\r\n    x: 2\r\n    y: 989\r\n    z: -50\r\n  car_pos_armors:\r\n    x: 4.5\r\n    y: 989\r\n    z: -50\r\n  car_pos_items:\r\n    x: 7\r\n    y: 989\r\n    z: -50\r\n  car_pos_weapons:\r\n    x: 9.5\r\n    y: 989\r\n    z: -50\r\n  # Don't use it unless you have issues with the plugin. When sending a log enable this please.\r\n  debug: false\r\n```\r\n \r\n\u003c/details\u003e\r\n\r\n## Functionality \u0026 FAQ\r\n**How does this work? You might ask, well heres how.**\r\n\u003cbr\u003eEvery 10 minutes (by default) it calls a chopper, when it lands (where MTF spawns) it will spawn in all the items you configured! 5 minutes later (by default) a Chaos Insurgency car will spawn and deliver a supply drop.\r\n\r\n\u003cdetails\u003e\r\n\u003csummary\u003eFAQ - Please read.\u003c/summary\u003e\r\n\r\n#### How does the chance system work with quantity higher than 1?\r\n\u003e Chance is calculated for every item that will spawn, not item type. If you have 5 medkits with 20% chance, each one will have a 20% chance to spawn. Set the `debug` option to `true` to see how it works.\r\n\r\n#### How to give 3 `X` with 100% chance and 2 `X` with 20% chance?\r\n\u003e Simple, just add two fields with the same item name, but different chance and quantity.\r\n\r\n#### How to disable one of the drops?\r\n\u003e For Chaos Insurgency set the `time_difference` value to a very high one.\r\n\u003e For MTF use the `chopper_time` value instead.\r\n\r\n#### How to get rid of the time difference between chopper and car?\r\n\u003e Set the `time_difference` value to `1`. Not `-1`, not `0`, just `1`.\r\n\r\n#### How to get coordinates for the spawn?\r\n\u003e Use RemoteAdmin coordinates. How? Just request player data, its in XYZ order.\r\n\r\n#### Why such a complicated coordinates system?\r\n\u003e Well, I've heard complains that items fly away if you spawn a big pile of them so I wanted to change that, and this is the best system I believe. I made sure that default values will be the best so you don't have to mess with that.\r\n\r\n\u003c/details\u003e\r\n\r\n### To-Do list\r\n- Cassie announcements\r\n\r\n## Item Names\r\n\r\n\u003cdetails\u003e\r\n\u003csummary\u003eAmmunition\u003c/summary\u003e\r\n\r\n| Name | Notes |\r\n| --- | --- |\r\n| Ammo12gauge | |\r\n| Ammo44cal | |\r\n| Ammo556x45 | Quantity is in packs, not bullets. |\r\n| Ammo762x39 | |\r\n| Ammo9x19 | |\r\n \r\n\u003c/details\u003e\r\n\r\n\u003cdetails\u003e\r\n\u003csummary\u003eWeapons\u003c/summary\u003e\r\n\r\n| Name | Notes |\r\n| --- | --- |\r\n| GunCOM18 | |\r\n| GunE11SR | |\r\n| GunCrossvec | |\r\n| GunFSP9 | |\r\n| GunLogicer | |\r\n| GunRevolver | Weapons spawn without attachments |\r\n| GunShotgun | |\r\n| GunAK | |\r\n| --- | |  \r\n| MicroHID | |\r\n| GrenadeFlash | |\r\n| GrenadeHE | |\r\n\r\n\u003c/details\u003e\r\n\r\n\u003cdetails\u003e\r\n\u003csummary\u003eKeycards\u003c/summary\u003e\r\n\r\n| Name | Notes |\r\n| --- | --- |\r\n| KeycardO5 | |\r\n| KeycardFacilityManager | |\r\n| KeycardZoneManager | |\r\n| KeycardResearchCoordinator | |\r\n| KeycardContainmentEngineer | |\r\n| KeycardScientist | |\r\n| KeycardJanitor | |\r\n| KeycardNTFCommander | |\r\n| KeycardNTFLieutenant | |\r\n| KeycardNTFOfficer | |\r\n| KeycardGuard | |\r\n| KeycardChaosInsurgency | |\r\n \r\n\u003c/details\u003e\r\n\r\n\u003cdetails\u003e\r\n\u003csummary\u003eArmors\u003c/summary\u003e\r\n\r\n| Name | Notes |\r\n| --- | --- |\r\n| ArmorCombat | |\r\n| ArmorHeavy | |\r\n| ArmorLight | |\r\n \r\n\u003c/details\u003e\r\n\r\n\u003cdetails\u003e\r\n\u003csummary\u003eItems\u003c/summary\u003e\r\n\r\n| Name | Notes |\r\n| --- | --- |\r\n| Radio | |\r\n| --- | | \r\n| Medkit | |\r\n| Adrenaline | |\r\n| Painkillers | |\r\n| --- | | \r\n| SCP018 | |\r\n| SCP207 | |\r\n| SCP268 | |\r\n| SCP500 | |\r\n\r\n\u003c/details\u003e\r\n\r\nAlso available in Exiled [discord](https://discord.gg/C4fMYF 'Click me!').\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkade-github%2Fchopper-drop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkade-github%2Fchopper-drop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkade-github%2Fchopper-drop/lists"}