RescueMission
RescueMission
__Project details__
Project: RescueMission
dev language: c# oxide
Plugin language: en
Author: @RustFlash
https://www.youtube.com/watch?v=KBHfVJAEPSA
Description
The RescueMission event offers a unique and immersive event where players must strategically navigate the Arctic Research Base to rescue a hostage, battling kidnappers and additional NPCs. Successful completion of the mission rewards players with rare and valuable loot, making it a standout event from typical Rust experiences, with heightened challenge and dynamic gameplay.
Features:
- Hostage Rescue: Players must rescue a captured hostage who spawns at a fixed position in the Arctic Research Base.
- Difficulty Levels: Choose between Easy, Medium, and Hard difficulty settings, each with different enemy configurations.
- Additional NPCs: Kidnapper NPCs are spawned near the hostage, making life difficult for the players.
- Loot boxes: After rescuing the hostage, a loot box will spawn at the hostage's location containing random valuable items.
- Event timer: The rescue mission lasts 90 minutes by default, but can be adjusted via the configuration.
- Random rewards: A comprehensive loot table with a variety of items including scrap metal, weapons, ammunition and rare items such as rocket launchers and M249s.
https://www.youtube.com/watch?v=c83wENwHLs0
Commands:
Chat Commands:/flashrescue [easy|medium|hard]- Starts the rescue mission with optional difficulty setting (permission required)./stoprescue- Ends the current rescue mission (permission required)./setrescuedifficulty [easy|medium|hard]- Sets the difficulty for the next mission (permission required).
Console Commands:
flashrescue [easy|medium|hard]- Starts the rescue mission via console with optional difficulty.stoprescue- Ends the current rescue mission via console.flashrescue.setdifficulty [easy|medium|hard]- Sets the difficulty via console.
Difficulty Levels:
- Easy: Basic NPCs only
- Medium: Additional regular NPCs and heavy NPCs
- Hard: More NPCs, heavy guards, and automated turrets for maximum challenge
Permissions:
rescuemission.use - Allows players to start, stop, and change difficulty of the rescue mission.Config:
| 1 | { |
| 2 | "Event Duration (minutes)": 90.0, |
| 3 | "Min Loot Items": 3, |
| 4 | "Max Loot Items": 6, |
| 5 | "Loot Table": { |
| 6 | "scrap": { |
| 7 | "Chance": 1.0, |
| 8 | "MinAmount": 125, |
| 9 | "MaxAmount": 546, |
| 10 | "SkinID": 3239303050 |
| 11 | }, |
| 12 | "rifle.ak": { |
| 13 | "Chance": 0.3, |
| 14 | "MinAmount": 1, |
| 15 | "MaxAmount": 1, |
| 16 | "SkinID": 0 |
| 17 | }, |
| 18 | "rifle.lr300": { |
| 19 | "Chance": 0.3, |
| 20 | "MinAmount": 1, |
| 21 | "MaxAmount": 1, |
| 22 | "SkinID": 0 |
| 23 | }, |
| 24 | "smg.mp5": { |
| 25 | "Chance": 0.5, |
| 26 | "MinAmount": 1, |
| 27 | "MaxAmount": 1, |
| 28 | "SkinID": 0 |
| 29 | }, |
| 30 | "pistol.python": { |
| 31 | "Chance": 0.8, |
| 32 | "MinAmount": 1, |
| 33 | "MaxAmount": 1, |
| 34 | "SkinID": 0 |
| 35 | }, |
| 36 | "ammo.rifle": { |
| 37 | "Chance": 0.9, |
| 38 | "MinAmount": 112, |
| 39 | "MaxAmount": 395, |
| 40 | "SkinID": 0 |
| 41 | }, |
| 42 | "ammo.pistol": { |
| 43 | "Chance": 0.9, |
| 44 | "MinAmount": 156, |
| 45 | "MaxAmount": 425, |
| 46 | "SkinID": 0 |
| 47 | }, |
| 48 | "explosive.timed": { |
| 49 | "Chance": 0.1, |
| 50 | "MinAmount": 1, |
| 51 | "MaxAmount": 5, |
| 52 | "SkinID": 0 |
| 53 | }, |
| 54 | "grenade.f1": { |
| 55 | "Chance": 0.7, |
| 56 | "MinAmount": 1, |
| 57 | "MaxAmount": 5, |
| 58 | "SkinID": 0 |
| 59 | }, |
| 60 | "hq.metal.ore": { |
| 61 | "Chance": 0.6, |
| 62 | "MinAmount": 10, |
| 63 | "MaxAmount": 150, |
| 64 | "SkinID": 0 |
| 65 | }, |
| 66 | "metal.ore": { |
| 67 | "Chance": 0.8, |
| 68 | "MinAmount": 100, |
| 69 | "MaxAmount": 1500, |
| 70 | "SkinID": 0 |
| 71 | }, |
| 72 | "sulfur.ore": { |
| 73 | "Chance": 0.6, |
| 74 | "MinAmount": 726, |
| 75 | "MaxAmount": 1959, |
| 76 | "SkinID": 0 |
| 77 | }, |
| 78 | "cloth": { |
| 79 | "Chance": 0.8, |
| 80 | "MinAmount": 50, |
| 81 | "MaxAmount": 200, |
| 82 | "SkinID": 0 |
| 83 | }, |
| 84 | "medicine.syringe.medical": { |
| 85 | "Chance": 0.9, |
| 86 | "MinAmount": 1, |
| 87 | "MaxAmount": 16, |
| 88 | "SkinID": 0 |
| 89 | }, |
| 90 | "rocket.launcher": { |
| 91 | "Chance": 0.2, |
| 92 | "MinAmount": 1, |
| 93 | "MaxAmount": 1, |
| 94 | "SkinID": 0 |
| 95 | }, |
| 96 | "crude.oil": { |
| 97 | "Chance": 0.7, |
| 98 | "MinAmount": 12, |
| 99 | "MaxAmount": 56, |
| 100 | "SkinID": 0 |
| 101 | }, |
| 102 | "rifle.bolt": { |
| 103 | "Chance": 0.2, |
| 104 | "MinAmount": 1, |
| 105 | "MaxAmount": 1, |
| 106 | "SkinID": 0 |
| 107 | }, |
| 108 | "lmg.m249": { |
| 109 | "Chance": 0.1, |
| 110 | "MinAmount": 1, |
| 111 | "MaxAmount": 1, |
| 112 | "SkinID": 0 |
| 113 | }, |
| 114 | "metal.facemask": { |
| 115 | "Chance": 0.4, |
| 116 | "MinAmount": 1, |
| 117 | "MaxAmount": 1, |
| 118 | "SkinID": 0 |
| 119 | }, |
| 120 | "metal.plate.torso": { |
| 121 | "Chance": 0.4, |
| 122 | "MinAmount": 1, |
| 123 | "MaxAmount": 1, |
| 124 | "SkinID": 0 |
| 125 | } |
| 126 | } |
| 127 | } |
Dependencies
MonumentFinder - https://umod.org/plugins/monument-finder
MarkerManager - https://umod.org/plugins/marker-manager
Multilingual Support:
The plugin supports multiple languages. Language files are located in the lang folder and can be edited or expanded as needed. Currently supported languages:
default: EN
DE | FR | ES | IT | TR | RU | UK
Please note that the language files were translated using the DeepL Language Tool
load, run, enjoy 💝

Command your Rust server. Live WebRCON console, performance and player monitoring, quick actions, groups and permissions, and plugin management.
Visit site ↗