Jump to content

Search the Community

Showing results for tags 'radiation'.

  • 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 16 results

  1. Version 1.0.1

    2 downloads

    Eye of the island is a large radio telescope, built in island for reserching a deep space in radio range. Now is rusty, half abandoned but protected by scientists. Used Spawn NPC prefabs and Radiation volume prefab, for correctly work please install RustEditExt plugin before running the server.
    $15.00
  2. Adem

    Sputnik

    Version 1.4.6

    6,493 downloads

    Sputnik is a server event that allows players to contest fallen sputnik satellite fragments that fall around the map. Players will need to battle their way past patrol helicopters, NPCs, turrets, and mines to gain access to loot locked behind keycards that require 'Space Cards,' which can be added to loot tables or sold in a shop! Alternatively, you can use standard keycards. Overview By default, there are five types of debris that can fall in any quantity and combination. The fragment can be guarded by a helicopter, NPCs, turrets, and mines. For each preset, you can configure the location and number of crates. A radiation zone can be created around the fragment. By default, there is a card reader in one of the locations that open a locked crate. It is activated using the “Space card.” For more information, see the “Space card” section. Space Card A card reader can be placed on any type of sputnik debris. By default, it is activated using a purple "Space Card." This card reader opens the crates specified in a special section of the config. A custom card can be added to the loot tables of standard crates and crates of this event. It can also be given with the help of a command or sold in the server store. If necessary, the card reader can be removed, and the card can be replaced with any type of standard card. Location presets The location preset is specified for each wreckage preset separately. By default, a data file with five types of prefabs is included: sputnik_1 debris_1 debris_2 debris_3 debris_4 They are shown in pictures 6 - 10. The first location includes a locked crate that opens with the help of a "Space Map." Chat commands (only for administrators) /sputnikstart– launches the event in a random configuration /sputnikstart <eventPresetName> – launches the event in the <eventPresetName> configuration /sputnikstop – stops the event /givespacecard – give yourself a "Space Card". Console commands (RCON only) sputnikstart– launches the event in a random configuration sputnikstart <eventPresetName> – launches the event in the <eventPresetName> configuration givespacecard <userID> – give a "Space Card" to player Config en – example of plugin configuration in English ru – example of plugin configuration in Russian Dependencies (optional, not required) True PVE PveMode GUI Announcements Notify DiscordMessages AlphaLoot CustomLoot Economics Server Rewards IQEconomic Hooks OnSputnikEventStart () OnSputnikEventStop () OnSputnikEventWin (ulong userID) OnPlayerEnterSputnik{BasePlayer player} OnPlayerExitSputnik{BasePlayer player} My Discord: Adem#9554 Join the Mad Mappers Discord here! Check out more of my work here!
    $29.99
  3. Version 1.0.0

    5 downloads

    Rocket Strike - the ultimate event that allows you to create missile strikes anywhere on the map, in any quantity, any radius and with all possible settings. A unique feature is the creation of nuclear charges that create radiation zones after the explosion. The following types of rockets are supported: regular, fire, high-speed, MLRS. The configuration file allows you to manage all aspects of the event: - projectile type for a missile strike - random projectiles - explosion radius - number of missiles in launch - nuclear charge - nuclear charge strength - radius and duration of the radiation zone - event frequency - markers on map - marker on map after explosion (different color) - sound siren - notifications in chat (for all or for nearby players) - damage multipliers - loot after explosion Permissions Requires: rocketstrike.rs Chat commands /rs call (/rs - alias) - takes your position as the center point for launching rockets and using the "Default" preset /rs onme takes your position as the center point for launching rockets and using the "OnMe" preset /rs start - event start (the rocket strike will not start immediately, it will be scheduled according to the configuration settings) /rs stop - stops the event if it was started and scheduled Configuration Event settings "EventSettings": { "autoStart": false, // automatically schedule an event to run after the plugin is installed "startAtRandomTime": true, "randomTimeRangeFrom": 120, // minutes "randomTimeRangeUpTo": 180, // minutes "repeatTimeInterval": 45, // minutes "rocketsLaunchPreset": "Default", // selected launch preset "randomRocketsLaunchPresets": false } Presets 1 preset in the example below: "LaunchPresets": { "Default": { "soundAlarm": true, // play sound alarm on launch start "soundAlarmDuration": 11, // seconds "chatNotifications": true, // notify players "chatNotificationsForNeardbyPlayersOnly": false, // notify only nearby players "showMapMarker": true, // show markers on the map (both: red and orange) "mapMarkerLootingStageDuration": 10, // duration in minutes for the orange marker "noDamage": false, // turns damage off "dropLoot": true, // allows to control loot drop "dropLootMultiplier": 1.0, // multiplier for the loot amount dropped by each projectile "maxRadius": 350, // rocket launch zone max radius "minRadius": 250, // rocket launch zone min radius "maxRocketsAmount": 12, // max 12 rockets in one launch "minRocketsAmount": 7, // min 7 rockets in one launch "maxDuration": 120, // seconds "minDuration": 60, // seconds "damageMultiplier": 1.0, // global damage multiplier that affects each projectile "projectiles": [ "NuclearMLRSRocket" // projectile type ] } } Projectiles configuration 1 projectile in the example below: "Projectiles": { "NuclearMLRSRocket": { // name used in a launch presset "damageMultiplier": 3.0, // projectile damage multiplier for each damage type "explosionRadius": 45, // meters "minExplosionRadius": 25, // meters, minimum radius "gravityModifier": 0, // affects projectile velocity "velocity": 35, // projectile velocity "nuclearCharge": true, // if “true” a nuclear charge will be added to the projectile "nuclearZoneRadius": 50, // meters, radiation zone radius after the explosion "nuclearZoneRadiationAmount": 55, // radiation damage in the zone per second "nuclearZoneDuration": 5, // minutes "prefab": "ammo.rocket.mlrs", // game object used for this projectile "additionalDamageTypes": [ // additional damage type { "type": "Radiation", // types list is available in the plugin file "damage": 1000 } ], "itemOnLootDropSpot": "assets/content/structures/excavator/prefabs/diesel_collectable.prefab", // spawns this item on each explosion spot "dropLootList": [ // list of loot to spawn { "item": "metal.fragments", "min": 500, "max": 1000 }, { "item": "sulfur", "min": 300, "max": 1000 }, { "item": "lowgradefuel", "min": 250, "max": 500 }, { "item": "charcoal", "min": 500, "max": 1000 }, { "item": "explosives", "min": 3, "max": 12 } ] }}
    $22.00
  4. Version 1.0.8

    67 downloads

    RUST Plugin Test Server TEST MY PLUGINS THERE! connect play.thepitereq.ovh:28050 Monument Mutations allows you to apply mutations to any default or custom monument on the map. You can create positive mutations that give players bonuses for gathering, output, and stats, as well as negative mutations that impact their gameplay. With almost infinite possible mutations and more to come, this plugin offers extensive customization options. Create mutations with custom effects on any monument using Monument Mutations. Highly configurable with hundreds of options, allowing you to customize the number of active mutations. Adjust radiation resistance on default Hazmat Suits and Heavy Scientist Suits. Supports both default and custom monuments. Create an infinite number of mutation profiles and set their chances of appearing. Almost every programmed bonus comes with additional customizable options. The 1.0.0 version is just a beginning of the journey. I made the plugin highly expandable, so if you have any idea of additional mutations, hit me on my Discord! (link above) Mutation Descriptions As I said, plugin have a lot of possible options which are not described anywhere because they are different for each mutation type. Some of the mutations might not work with your server because other plugin is overwriting the RUST behavior, like custom recyclers etc. You can find all the definitions here! radMult - Multiplies the radiation on default monuments or radiation spheres in custom maps. radSet - Sets the radiation on the whole monument radius. If you set the value to 0.001 it will disable radiation on the whole monument. damageDealt - Multiplies the damage dealt to described entity type. Currently, the plugin supports 4 Mutation Object References: empty - Multiplies the damage in all cases. bot - The entity is NPC or bot. player - The entity is a player. animal - The entity is an animal. durability - Multiplies the durability loss on items. healing - Multiplies the healing amount of used items. noWounded - Sets the chance that when a player is killed, the wounded state is skipped, and he automatically dies. Values work in range 0-100. (percentage) gravity - Multiplies damage dealt by gravity, when players fall from a high place. recycle - Multiplies speed of the recycler work. There are a lot of custom recycler plugins that might not work in this case, then I don't recommend using this mutation. loot - Multiplies the loot in containers in mutated monument. Currently, the plugin supports 3 Mutation Object References: empty - Works for all items in containers. item shortname (ex. scrap) - Sets the multiplier only on selected item. In this case, it's scrap. item category (ex. Component) - Sets the multiplier only on selected item category. In this case - in all items in Component category. gather - Multiplies the gather from dispensers in mutated monument. Currently, the plugin supports 3 Mutation Object References: empty - Works for all resource dispensers. tree - Works only on all trees. ore - Works only on all ores. upgradeCrate - Sets the chance that when a crate is spawned or mutation started, the spawned crate can be upgraded to another tier. The tree looks like this: Normal Crate > Military Crate > Elite Crate Values work in range 0-100. (percentage) Information about "Possible Mutations" list: If you set only one value, and it's "All" then it rolls from the whole mutation pool. For better experience, I recommend making it manually, but this function exist ^^. Example Config (Version 1.0.0) With additional mutations, more detailed each mutation tier and some smaller customizations. (my private configuration) MonumentMutations.json { "Mutation Info Commands": [ "mut", "mutation", "mutations" ], "Minimal Active Mutations": 1, "Maximal Active Mutations": 3, "New Mutation Check Inverval (in minutes)": 15, "Default Hazmat Protection Override (0 to disable, 0.5 - default)": 0.0, "Hazmat Mk.II Protection (0 to disable)": 1.0, "Positive Over Negative Mutations": true, "Marker Map Scaling Value (Higher = Smaller)": 100.0, "Broadcast Mutation Info On Enter": true, "Mutations": { "DurabilityLoss": { "Mutation Type (see website for reference)": "durability", "Mutation Object Reference (see website for reference)": "", "Mutation Effect (Negative - false, Positive - true)": false, "Mutation Weight": 1, "Mutation Value - Min": 1.1, "Mutation Value - Max": 2.0, "Mutation Value - Rounding": 0.1 }, "FasterRecycle": { "Mutation Type (see website for reference)": "recycle", "Mutation Object Reference (see website for reference)": "", "Mutation Effect (Negative - false, Positive - true)": true, "Mutation Weight": 1, "Mutation Value - Min": 1.2, "Mutation Value - Max": 3.0, "Mutation Value - Rounding": 0.2 }, "HighGravity": { "Mutation Type (see website for reference)": "gravity", "Mutation Object Reference (see website for reference)": "", "Mutation Effect (Negative - false, Positive - true)": false, "Mutation Weight": 1, "Mutation Value - Min": 1.5, "Mutation Value - Max": 3.0, "Mutation Value - Rounding": 0.1 }, "InstaKill": { "Mutation Type (see website for reference)": "noWounded", "Mutation Object Reference (see website for reference)": "", "Mutation Effect (Negative - false, Positive - true)": false, "Mutation Weight": 1, "Mutation Value - Min": 10.0, "Mutation Value - Max": 50.0, "Mutation Value - Rounding": 5.0 }, "LessBotResistance": { "Mutation Type (see website for reference)": "damageDealt", "Mutation Object Reference (see website for reference)": "bot", "Mutation Effect (Negative - false, Positive - true)": true, "Mutation Weight": 1, "Mutation Value - Min": 1.1, "Mutation Value - Max": 2.0, "Mutation Value - Rounding": 0.1 }, "LessHealing": { "Mutation Type (see website for reference)": "healing", "Mutation Object Reference (see website for reference)": "", "Mutation Effect (Negative - false, Positive - true)": false, "Mutation Weight": 1, "Mutation Value - Min": 10.0, "Mutation Value - Max": 50.0, "Mutation Value - Rounding": 5.0 }, "LessPlayerResistance": { "Mutation Type (see website for reference)": "damageDealt", "Mutation Object Reference (see website for reference)": "player", "Mutation Effect (Negative - false, Positive - true)": false, "Mutation Weight": 1, "Mutation Value - Min": 1.1, "Mutation Value - Max": 1.5, "Mutation Value - Rounding": 0.05 }, "LowGravity": { "Mutation Type (see website for reference)": "gravity", "Mutation Object Reference (see website for reference)": "", "Mutation Effect (Negative - false, Positive - true)": true, "Mutation Weight": 1, "Mutation Value - Min": 0.1, "Mutation Value - Max": 0.9, "Mutation Value - Rounding": 0.1 }, "MoreBotResistance": { "Mutation Type (see website for reference)": "damageDealt", "Mutation Object Reference (see website for reference)": "bot", "Mutation Effect (Negative - false, Positive - true)": false, "Mutation Weight": 3, "Mutation Value - Min": 0.9, "Mutation Value - Max": 0.5, "Mutation Value - Rounding": 0.05 }, "MoreDurability": { "Mutation Type (see website for reference)": "durability", "Mutation Object Reference (see website for reference)": "", "Mutation Effect (Negative - false, Positive - true)": true, "Mutation Weight": 1, "Mutation Value - Min": 0.3, "Mutation Value - Max": 0.9, "Mutation Value - Rounding": 0.1 }, "MoreHealing": { "Mutation Type (see website for reference)": "healing", "Mutation Object Reference (see website for reference)": "", "Mutation Effect (Negative - false, Positive - true)": true, "Mutation Weight": 1, "Mutation Value - Min": 120.0, "Mutation Value - Max": 200.0, "Mutation Value - Rounding": 10.0 }, "MoreLoot": { "Mutation Type (see website for reference)": "loot", "Mutation Object Reference (see website for reference)": "Component", "Mutation Effect (Negative - false, Positive - true)": true, "Mutation Weight": 2, "Mutation Value - Min": 1.5, "Mutation Value - Max": 3.0, "Mutation Value - Rounding": 0.5 }, "MorePlayerResistance": { "Mutation Type (see website for reference)": "damageDealt", "Mutation Object Reference (see website for reference)": "player", "Mutation Effect (Negative - false, Positive - true)": true, "Mutation Weight": 1, "Mutation Value - Min": 0.6, "Mutation Value - Max": 0.95, "Mutation Value - Rounding": 0.05 }, "MoreRocks": { "Mutation Type (see website for reference)": "gather", "Mutation Object Reference (see website for reference)": "ore", "Mutation Effect (Negative - false, Positive - true)": true, "Mutation Weight": 1, "Mutation Value - Min": 1.1, "Mutation Value - Max": 1.5, "Mutation Value - Rounding": 0.05 }, "MoreScrap": { "Mutation Type (see website for reference)": "loot", "Mutation Object Reference (see website for reference)": "scrap", "Mutation Effect (Negative - false, Positive - true)": true, "Mutation Weight": 2, "Mutation Value - Min": 1.5, "Mutation Value - Max": 3.0, "Mutation Value - Rounding": 0.5 }, "MoreWood": { "Mutation Type (see website for reference)": "gather", "Mutation Object Reference (see website for reference)": "tree", "Mutation Effect (Negative - false, Positive - true)": true, "Mutation Weight": 1, "Mutation Value - Min": 1.1, "Mutation Value - Max": 1.5, "Mutation Value - Rounding": 0.05 }, "NoRadiation": { "Mutation Type (see website for reference)": "radMult", "Mutation Object Reference (see website for reference)": "", "Mutation Effect (Negative - false, Positive - true)": true, "Mutation Weight": 1, "Mutation Value - Min": 0.001, "Mutation Value - Max": 0.001, "Mutation Value - Rounding": 0.001 }, "RadiationMultiplierNegative": { "Mutation Type (see website for reference)": "radMult", "Mutation Object Reference (see website for reference)": "", "Mutation Effect (Negative - false, Positive - true)": false, "Mutation Weight": 2, "Mutation Value - Min": 1.1, "Mutation Value - Max": 2.0, "Mutation Value - Rounding": 0.1 }, "RadiationMultiplierPositive": { "Mutation Type (see website for reference)": "radMult", "Mutation Object Reference (see website for reference)": "", "Mutation Effect (Negative - false, Positive - true)": true, "Mutation Weight": 1, "Mutation Value - Min": 0.2, "Mutation Value - Max": 0.9, "Mutation Value - Rounding": 0.05 }, "RadiationSet": { "Mutation Type (see website for reference)": "radSet", "Mutation Object Reference (see website for reference)": "", "Mutation Effect (Negative - false, Positive - true)": false, "Mutation Weight": 1, "Mutation Value - Min": 10.0, "Mutation Value - Max": 75.0, "Mutation Value - Rounding": 5.0 }, "SlowRecycle": { "Mutation Type (see website for reference)": "recycle", "Mutation Object Reference (see website for reference)": "", "Mutation Effect (Negative - false, Positive - true)": false, "Mutation Weight": 1, "Mutation Value - Min": 0.5, "Mutation Value - Max": 0.9, "Mutation Value - Rounding": 0.05 }, "UpgradedCrates": { "Mutation Type (see website for reference)": "upgradeCrate", "Mutation Object Reference (see website for reference)": "", "Mutation Effect (Negative - false, Positive - true)": true, "Mutation Weight": 3, "Mutation Value - Min": 5.0, "Mutation Value - Max": 25.0, "Mutation Value - Rounding": 5.0 } }, "Profiles": { "Basic": { "Marker Color - Inside": "#32CD32", "Marker Color - Border": "#32CD32", "Marker Color - Alpha": 0.3, "Positive Mutations - Minimum": 1, "Positive Mutations - Maximum": 2, "Negative Mutations - Minimum": 0, "Negative Mutations - Maximum": 1, "Mutation Length (in minutes)": 45, "Mutation Start Broadcast": true, "Possible Mutations": [ "RadiationMultiplierNegative", "RadiationSet", "HighGravity", "SlowRecycle", "MoreDurability", "MoreRocks", "MoreWood", "MorePlayerResistance", "MoreBotResistance", "LessBotResistance" ] }, "Dangerous": { "Marker Color - Inside": "#FF0000", "Marker Color - Border": "#FF0000", "Marker Color - Alpha": 0.3, "Positive Mutations - Minimum": 3, "Positive Mutations - Maximum": 4, "Negative Mutations - Minimum": 2, "Negative Mutations - Maximum": 3, "Mutation Length (in minutes)": 45, "Mutation Start Broadcast": true, "Possible Mutations": [ "All" ] }, "Extreme": { "Marker Color - Inside": "#000000", "Marker Color - Border": "#000000", "Marker Color - Alpha": 0.5, "Positive Mutations - Minimum": 3, "Positive Mutations - Maximum": 5, "Negative Mutations - Minimum": 3, "Negative Mutations - Maximum": 5, "Mutation Length (in minutes)": 45, "Mutation Start Broadcast": true, "Possible Mutations": [ "All" ] }, "Normal": { "Marker Color - Inside": "#FFA500", "Marker Color - Border": "#FFA500", "Marker Color - Alpha": 0.3, "Positive Mutations - Minimum": 2, "Positive Mutations - Maximum": 3, "Negative Mutations - Minimum": 1, "Negative Mutations - Maximum": 2, "Mutation Length (in minutes)": 45, "Mutation Start Broadcast": true, "Possible Mutations": [ "RadiationMultiplierNegative", "RadiationSet", "LessPlayerResistance", "HighGravity", "SlowRecycle", "MoreDurability", "MoreRocks", "MoreWood", "LessPlayerResistance", "MorePlayerResistance", "MoreBotResistance", "LessBotResistance", "MoreScrap", "NoRadiation", "RadiationMultiplierPositive" ] } }, "Monument Names - Strict Name Check": true, "Monuments - Add Custom Monuments": false, "Monuments": { "HQM Quarry": { "Enabled": false, "Chance Weight": 1, "Default Monument Bounds Scale": 1.0, "Monument Radius": 0.0, "Mutation Length Multiplier": 1.0, "Profile Chances": { "Basic": 7, "Normal": 5, "Dangerous": 2, "Extreme": 1 } }, "Giant Excavator Pit": { "Enabled": false, "Chance Weight": 1, "Default Monument Bounds Scale": 1.0, "Monument Radius": 0.0, "Mutation Length Multiplier": 1.0, "Profile Chances": { "Basic": 7, "Normal": 5, "Dangerous": 2, "Extreme": 1 } } } }
    $35.00
  5. Version 2.5.11

    460 downloads

    A very interesting auto event for your server. Down with the boring old radioactive house. Features: Construction - You can make any building - The building position is level, the house will not hang in the air or spawn in the same place Bots - Bots turn on lights and laser sights at night, and cut them out in the morning - It is possible to dress the NPC as you want it, as well as give them all random weapons - You can also adjust the loot and health level of the NPC Radiation - It is possible to turn on radiation in the event area Map - It is possible to display the event on maps Other possibilities - There is sending notifications to the discord - You can change any message in the lang file - You can multiply the loot by the day of the wipe, the loot will get higher every day the wipe - Detailed setting of everything. - UI notifications The plugin was tested for a month and a half, many problems were fixed. But if something is found, I will fix it! I am also ready to accept your suggestions, Any! Sorry, but the video is in Russian Commands: /cl start /stop - Start / stop the event ahead of schedule (For administrators) /cl.items add - add loot to the box with prizes, then be sure to adjust the odds in the config (From your inventory) /cl.items reset Replace all old loot in the box with a new one (From your inventory) /cl.botitems add "NAME" - add the loot that will be in the bot, then you must definitely adjust the odds in the config (From your inventory) /cl.botitems reset "NAME" - completely change the old loot in the bot to the new one Config: { "Setting up and stopping an event": { "The minimum number of players to start an event": 0, "Time before the start of the event (Minimum in seconds)": 3000, "Time before the start of the event (Maximum in seconds)": 7200, "Time until the event is deleted if no one opens the box (Seconds)": 900, "The time until the event is deleted after the box is unlocked": 300, "Create a PVP zone within the radius of the event? (Requires TruePVE)": false, "Do you use a dome ?": false, "Transparency of the dome (the smaller the number, the more transparent it is. The values should be no more than 5)": 3 }, "Configuring notifications": { "Discord WebHook (If you do not need discord notifications, leave the field blank)": "", "Enable UI Notifications?": true, "Auto hide UI notifications?": true, "How long after the show will it hide? (sec)": 15.0, "UI window background color": "0.8 0.28 0.2 0.8", "UI Close Button Color": "0.6784314 0.254902 0.1843137 0.8" }, "Setting up radiation in the event area": { "Turn on radiation?": true, "Number of radiation particles": 20, "Radius of the affected area (No more than the radius of detection of players)": 20 }, "Event display on maps": { "Mark the event on the G card (Requires FREE https://umod.org/plugins/marker-manager)": true, "Text for map G": "Cobalt lab", "Marker color (without #)": "f3ecad", "Outline color (without #)": "ff3535" }, "Setting up buildings for the event (Copypaste) and NPCs": { "Spawn buildings. (If more than 1 then random is selected)": [ { "Setting the height of the building (Required in the setting if you want to place your building)": 0, "The names of the file in the folder `/oxide/data/copypaste` with your building": "HouseCobalt", "Copter spawn chance (if present in a building)": 50, "NPCs setting": [ { "Minimum": 3, "Maximum": 7, "Will they spawn as help after hacking locked crate?": true, "Number of NPCs (Help)": 3, "NPCs setting": { "Name": "Cobalt Defense", "Health": 230.0, "Roam Range": 35.0, "Chase Range": 10.0, "Attack Range Multiplier": 3.0, "Sense Range": 50.0, "Target Memory Duration [sec.]": 40.0, "Scale damage": 2.0, "Aim Cone Scale": 1.0, "Detect the target only in the NPC's viewing vision cone? [true/false]": false, "Vision Cone": 135.0, "Speed": 8.0, "Disable radio effects? [true/false]": false, "Is this a stationary NPC? [true/false]": false, "Remove a corpse after death? (it is recommended to use the true value to improve performance) [true/false]": false, "Wear items": [ { "ShortName": "roadsign.kilt", "SkinID (0 - default)": 1121447954 }, { "ShortName": "burlap.shirt", "SkinID (0 - default)": 2076298726 }, { "ShortName": "shoes.boots", "SkinID (0 - default)": 0 }, { "ShortName": "roadsign.gloves", "SkinID (0 - default)": 0 }, { "ShortName": "burlap.trousers", "SkinID (0 - default)": 2076292007 }, { "ShortName": "metal.facemask", "SkinID (0 - default)": 835028125 } ], "Belt items": [ { "ShortName": "rifle.lr300", "Amount": 1, "SkinID (0 - default)": 1837473292, "Mods": [ "weapon.mod.flashlight" ] }, { "ShortName": "pistol.semiauto", "Amount": 1, "SkinID (0 - default)": 1557105240, "Mods": [] }, { "ShortName": "syringe.medical", "Amount": 10, "SkinID (0 - default)": 0, "Mods": [] }, { "ShortName": "grenade.smoke", "Amount": 3, "SkinID (0 - default)": 0, "Mods": [] } ], "Kit": "" }, "Which loot table should the plugin use? (0 - default; 1 - own; 2 - AlphaLoot;": 1, "Own loot table (if the loot table type is 1)": { "Minimum numbers of items": 1, "Maximum numbers of items": 1, "Use minimum and maximum values? [true/false]": true, "List of items": [ { "ShortName": "scrap", "Minimum": 5, "Maximum": 10, "Chance [0.0-100.0]": 50.0, "Is this a blueprint? [true/false]": false, "SkinID (0 - default)": 0, "Name (empty - default)": "", "Multiply the amount of the item by the number of days since the beginning of the wipe (on the 3rd day, the loot will be 3 times more)": false }, { "ShortName": "supply.signal", "Minimum": 1, "Maximum": 1, "Chance [0.0-100.0]": 20.0, "Is this a blueprint? [true/false]": false, "SkinID (0 - default)": 0, "Name (empty - default)": "", "Multiply the amount of the item by the number of days since the beginning of the wipe (on the 3rd day, the loot will be 3 times more)": false }, { "ShortName": "syringe.medical", "Minimum": 1, "Maximum": 2, "Chance [0.0-100.0]": 70.0, "Is this a blueprint? [true/false]": false, "SkinID (0 - default)": 0, "Name (empty - default)": "", "Multiply the amount of the item by the number of days since the beginning of the wipe (on the 3rd day, the loot will be 3 times more)": false } ] } }, { "Minimum": 1, "Maximum": 3, "Will they spawn as help after hacking locked crate?": false, "Number of NPCs (Help)": 0, "NPCs setting": { "Name": "Cobalt Guard", "Health": 150.0, "Roam Range": 30.0, "Chase Range": 90.0, "Attack Range Multiplier": 2.0, "Sense Range": 50.0, "Target Memory Duration [sec.]": 30.0, "Scale damage": 1.0, "Aim Cone Scale": 1.0, "Detect the target only in the NPC's viewing vision cone? [true/false]": false, "Vision Cone": 135.0, "Speed": 7.0, "Disable radio effects? [true/false]": true, "Is this a stationary NPC? [true/false]": false, "Remove a corpse after death? (it is recommended to use the true value to improve performance) [true/false]": false, "Wear items": [ { "ShortName": "roadsign.kilt", "SkinID (0 - default)": 1121447954 }, { "ShortName": "burlap.shirt", "SkinID (0 - default)": 2076298726 }, { "ShortName": "shoes.boots", "SkinID (0 - default)": 0 }, { "ShortName": "roadsign.gloves", "SkinID (0 - default)": 0 }, { "ShortName": "burlap.trousers", "SkinID (0 - default)": 2076292007 }, { "ShortName": "metal.facemask", "SkinID (0 - default)": 835028125 } ], "Belt items": [ { "ShortName": "rifle.lr300", "Amount": 1, "SkinID (0 - default)": 1837473292, "Mods": [ "weapon.mod.flashlight" ] }, { "ShortName": "pistol.semiauto", "Amount": 1, "SkinID (0 - default)": 1557105240, "Mods": [] }, { "ShortName": "syringe.medical", "Amount": 10, "SkinID (0 - default)": 0, "Mods": [] }, { "ShortName": "grenade.f1", "Amount": 3, "SkinID (0 - default)": 0, "Mods": [] } ], "Kit": "" }, "Which loot table should the plugin use? (0 - default; 1 - own; 2 - AlphaLoot;": 1, "Own loot table (if the loot table type is 1)": { "Minimum numbers of items": 1, "Maximum numbers of items": 1, "Use minimum and maximum values? [true/false]": true, "List of items": [ { "ShortName": "scrap", "Minimum": 5, "Maximum": 10, "Chance [0.0-100.0]": 50.0, "Is this a blueprint? [true/false]": false, "SkinID (0 - default)": 0, "Name (empty - default)": "", "Multiply the amount of the item by the number of days since the beginning of the wipe (on the 3rd day, the loot will be 3 times more)": false }, { "ShortName": "supply.signal", "Minimum": 1, "Maximum": 1, "Chance [0.0-100.0]": 20.0, "Is this a blueprint? [true/false]": false, "SkinID (0 - default)": 0, "Name (empty - default)": "", "Multiply the amount of the item by the number of days since the beginning of the wipe (on the 3rd day, the loot will be 3 times more)": false }, { "ShortName": "syringe.medical", "Minimum": 1, "Maximum": 2, "Chance [0.0-100.0]": 70.0, "Is this a blueprint? [true/false]": false, "SkinID (0 - default)": 0, "Name (empty - default)": "", "Multiply the amount of the item by the number of days since the beginning of the wipe (on the 3rd day, the loot will be 3 times more)": false } ] } } ] } ] }, "Customizing the box": { "Time to unlock the Crates [sec.]": 900.0, "Which loot table should the plugin use? (0 - default; 1 - own; 2 - AlphaLoot; 3 - EcoLootUI;": 0, "Own loot table (if the loot table type is 1)": { "Minimum numbers of items": 0, "Maximum numbers of items": 0, "Use minimum and maximum values? [true/false]": false, "List of items": [ { "ShortName": "pistol.python", "Minimum": 1, "Maximum": 1, "Chance [0.0-100.0]": 60.0, "Is this a blueprint? [true/false]": false, "SkinID (0 - default)": 0, "Name (empty - default)": "", "Multiply the amount of the item by the number of days since the beginning of the wipe (on the 3rd day, the loot will be 3 times more)": false }, { "ShortName": "multiplegrenadelauncher", "Minimum": 1, "Maximum": 1, "Chance [0.0-100.0]": 15.0, "Is this a blueprint? [true/false]": false, "SkinID (0 - default)": 0, "Name (empty - default)": "", "Multiply the amount of the item by the number of days since the beginning of the wipe (on the 3rd day, the loot will be 3 times more)": false }, { "ShortName": "sulfur", "Minimum": 500, "Maximum": 800, "Chance [0.0-100.0]": 40.0, "Is this a blueprint? [true/false]": false, "SkinID (0 - default)": 0, "Name (empty - default)": "", "Multiply the amount of the item by the number of days since the beginning of the wipe (on the 3rd day, the loot will be 3 times more)": false }, { "ShortName": "wall.external.high.ice", "Minimum": 1, "Maximum": 5, "Chance [0.0-100.0]": 75.0, "Is this a blueprint? [true/false]": false, "SkinID (0 - default)": 0, "Name (empty - default)": "", "Multiply the amount of the item by the number of days since the beginning of the wipe (on the 3rd day, the loot will be 3 times more)": false } ] }, "Turn on the alarm when breaking into a locked box ?": true }, "Reward in the form of a team to the player who 1 opened the cargo": { "List of commands that are executed in the console (%STEAMID% - the player who looted the box)": [], "Messages that the player will receive (Here you can write about what the player received)": "" }, "Setting up the selection of positions for spawn (For experienced users)": { "Allow spawn on the roads ?": true, "Allow spawn on rivers ?": true, "Radius of monument detection": 40.0, "Detection radius of the tool cupboard (Building Block)": 90.0 } }
    $25.00
  6. Version 1.0.0

    8 downloads

    Give your professional players another reason to excel with this volcano. - To access the volcano you will have to overcome the oil ring to get to the main box, activate the elevator with a button that will give you access to the elevator door. - As you go down to the volcano via the elevator, you can equip yourself and take some anti-radiation pills, you will need them. - Inside the volcano you will have to choose wisely the way to activate the door using a fuse and a red card, be careful, the access to this mechanism is dangerous, remember you are in a volcano, the ground is lava!!!!
    $12.90
  7. Version 1.0.1

    10 downloads

    The Arecibo Observatory, also known as the National Astronomy and Ionosphere Center (NAIC) and formerly known as the Arecibo Ionosphere Observatory, is an observatory in Barrio Esperanza, Arecibo, Puerto Rico owned by the US National Science Foundation (NSF). IT CONTAINS: Great variety of Parkour, Puzzles, NPCs, Loot, Hackable Crates and a nice decoration. RECOMMENDATION: This monument has a high difficulty to complete, it is recommended for two players, although with higher difficulty one player can also complete this monument.
    $12.90
  8. Version 1.0.5

    99 downloads

    This plugin adds a high-risk, high-reward element to the newly introduced Radtown Monument. This dynamic event spawns a hazardous shipping container filled with valuable loot but surrounded by dangerous radioactive material. The challenge is twofold: not only must players manage the intense radiation levels, but they must also defend the container from relentless attack drones that aim to destroy it. Key Features: Valuable Loot: The container holds rare and powerful resources, making it a highly coveted prize. Multiple drone attack waves: Drones attack in mul Intense Radiation: High levels of radiation require careful planning and protective gear to approach safely. Drone Defense: As players attempt to claim the loot, AI-controlled drones will attack the container. Players must defend it until the crate unlocks. Catastrophic Explosion: If players fail to protect the container or take too long, it will trigger a massive explosion, devastating the area and killing any nearby players. Configuration options: Drone wave count, drone count per wave Drone health and damage Container health Crate Loot and much more ... This plugin enhances the Radtown Monument with intense, timed gameplay, rewarding those who can outlast both the environment and the drones—but punishing failure with explosive consequences! Permissions: radtownevent.admin - Required to run admin commands Commands: radtown start - Start the event radtown stop - Stop the event Developer Api: void OnRadtownEventContainerDelivered() // Called when the container has been delivered and the event is ready to start void OnRadtownEventStart() // Called when the locked crate inside the container has been hacked void OnRadtownEventEnd(bool success) // Called when the event is over. Success is false when the container exploded Configuration: { "Time between events (minutes)": 60, "Crate hack time (seconds; drone waves will spawn until the crate is fully hacked)": 600, "Container health": 8000, "Time before despawn after event has been completed (seconds)": 300, "Time before despawn if event is not started (minutes)": 30, "Make event zone visible": false, "Drone wave configuration": [ { "Wave number": 1, "Preparation time before drones spawn (seconds)": 5, "Maximum number of concurrent drones": 3, "Explosive drone configuration": { "Number of attack drones to spawn (0 to disable)": 20, "Drone health": 100, "Damage per shell": 40, "Target players": false }, "Kamikaze drone configuration": { "Number of kamikaze drones to spawn (0 to disable)": 0, "Drone health": 100, "Damage on explosion": 60, "Target players": false } }, { "Wave number": 2, "Preparation time before drones spawn (seconds)": 20, "Maximum number of concurrent drones": 4, "Explosive drone configuration": { "Number of attack drones to spawn (0 to disable)": 20, "Drone health": 150, "Damage per shell": 50, "Target players": false }, "Kamikaze drone configuration": { "Number of kamikaze drones to spawn (0 to disable)": 30, "Drone health": 150, "Damage on explosion": 60, "Target players": false } }, { "Wave number": 3, "Preparation time before drones spawn (seconds)": 20, "Maximum number of concurrent drones": 5, "Explosive drone configuration": { "Number of attack drones to spawn (0 to disable)": 40, "Drone health": 200, "Damage per shell": 40, "Target players": true }, "Kamikaze drone configuration": { "Number of kamikaze drones to spawn (0 to disable)": 40, "Drone health": 200, "Damage on explosion": 60, "Target players": false } }, { "Wave number": 4, "Preparation time before drones spawn (seconds)": 20, "Maximum number of concurrent drones": 8, "Explosive drone configuration": { "Number of attack drones to spawn (0 to disable)": 40, "Drone health": 250, "Damage per shell": 70, "Target players": true }, "Kamikaze drone configuration": { "Number of kamikaze drones to spawn (0 to disable)": 40, "Drone health": 250, "Damage on explosion": 80, "Target players": true } }, { "Wave number": 5, "Preparation time before drones spawn (seconds)": 20, "Maximum number of concurrent drones": 8, "Explosive drone configuration": { "Number of attack drones to spawn (0 to disable)": 40, "Drone health": 250, "Damage per shell": 70, "Target players": true }, "Kamikaze drone configuration": { "Number of kamikaze drones to spawn (0 to disable)": 40, "Drone health": 250, "Damage on explosion": 80, "Target players": true } } ], "Locked crate loot table": { "Enabled": false, "Minimum items": 4, "Maximum items": 8, "Item list": [ { "Short name": "scrap", "Min amount": 12, "Max amount": 48, "Chance (1 = 100%)": 1.0, "Skin id": 0, "Custom name": "" } ] } }
    $22.99
  9. Version 1.2.0

    342 downloads

    About you will found in the event Ferry Terminal Event: Unveiling the Secrets of the Abandoned Terminal Embark on a thrilling adventure at the Rust Ferry Terminal, where mysteries await and danger lurks around every corner! The Ferry Terminal Event introduces a pulse-pounding experience that will challenge even the most seasoned survivors. Drone Surveillance: As you step foot onto the desolate terminal, beware of the watchful eyes of the drones overhead. These mechanical sentinels are programmed to detect any intruders, summoning reinforcements at the first sign of trouble. Keep your wits about you, for the patrols will not hesitate to confront trespassers. The Crazy Bio Scientist's Lair: Deep within the heart of the main building lies the lair of the enigmatic Crazy Bio Scientist. Accompanied by his legion of undead minions, he guards the precious loot hidden within. Prepare to face hordes of zombies as you navigate through the treacherous corridors, braving the unknown in search of valuable treasures. Snipers in the Shadows: Beware the sharp eyes of the snipers perched atop the monument, their rifles trained on any who dare to challenge their domain. Navigate with caution, for a wrong step could lead to a deadly encounter with these expert marksmen. Guardian Patrols: Throughout the monument, vigilant guards stand watch, ever ready to defend their territory. Approach with caution, for these hardened soldiers will not hesitate to engage intruders in combat. Work together with your fellow survivors to overcome their defenses and claim victory. Hidden Treasures: Amidst the chaos and danger, opportunities for riches abound. Search high and low for loot-filled trucks and locked crates, each promising valuable rewards for those brave enough to claim them. But beware: activating certain crates may trigger the arrival of reinforcements, adding an extra layer of challenge to your quest. Unlock the Secrets: Embark on a thrilling puzzle ladder challenge to unlock the secrets hidden within the monument. Solve intricate puzzles and overcome daunting obstacles as you ascend to new heights, uncovering the truth behind the abandoned terminal. Dare to embark on the Ferry Terminal Event, where danger and adventure await at every turn. Gather your allies, hone your skills, and prepare for an unforgettable journey into the heart of Rust's most mysterious monument! Fully Customizable Plugin Configuration Dive into the heart of the action with our fully customizable Ferry Terminal Event plugin! With a robust array of features, you have the power to tailor every aspect of the event to suit your server's unique gameplay experience. Customizable Crate Locations Choose the placement and quantity of military crates, elite crates, and hackable locked crates to strategically scatter across the Ferry Terminal monument. Use the /ftpos command to effortlessly retrieve coordinates for precise crate placement, ensuring a diverse and engaging looting experience for all players. Tailored NPC Encounters Craft bespoke NPC encounters to challenge and thrill your players. From selecting different NPC loadouts and skins to adjusting firepower and NPC numbers, the possibilities are endless. Create immersive scenarios that test your players' skills and teamwork, guaranteeing adrenaline-pumping action at every turn. Upcoming Features for Endless Possibilities Stay tuned for exciting new features on the horizon! Soon, you'll have the option to introduce radiation zones, deploy Bradleys, install SAM sites, and unleash fixed explosions throughout the event. With each addition, your sandbox of possibilities expands, offering boundless opportunities for adventure and exploration. With the Ferry Terminal Event plugin, the only limit is your imagination. Craft the ultimate Rust experience for your players, and watch as they embark on unforgettable journeys into the heart of the unknown. Backlog (within the next 2 weeks) [] Allow radiation Chat Commands /ftestart // Activate the event /ftestop // Stop the event /ftepos // Return in the chat and in the console the current coords you can use this in the config file in the Spawn points Console Commands ftestart // Activate the event ftestop // Stop the event Hooks OnFerryTerminalEventStarted // The Event started OnFerryTerminalEventEnded // The Event finished Permissions FerryTerminalEvent.admin This will allow you to run all the commands Configuration Example { "Event Configuration": { "Time to run the event every [sec]": 7200, "Duration of the event once it start [sec]": 5400, "Delay after the event start is announce to spawn the event [sec]": 300, "Delay after the event end is announce to despawn the event [sec]": 300, "Start the Event ONLY through command and remove Timer ": false, "Notify everyone in the server about the status of the event": true, "Developer mode [false/true]": false, "Event Title for the Vending Machine Marker": "Ferry Terminal Event" }, "Notification Settings": { "Send missions details to the players?": true, "Message system to use? Please use one of the supported one [ChatAdapter|GUIAnnouncementAdapter]": "ChatAdapter", "Chat message configuration": { "Icon to use for messages": 76561198031649764, "Message Prefix Size": 15, "Message Prefix Color": "black", "Message Color": "white", "Message Size": 15 }, "GUIAnnouncement message configuration": { "banner Tint Color": "white", "text Color": "black" }, "Message Prefix Text": "[Ferry Terminal Event]" }, "Send Notifications To Discord?": false, "Discord Webhook url?": "https://hookdeck.com/webhooks/platforms/how-to-get-started-with-discord-webhooks", "Guards Settings": { "Name": "Guardian", "Health": 150.0, "Roam Range": 10.0, "Chase Range": 30.0, "Attack Range Multiplier": 2.0, "Sense Range": 30.0, "Target Memory Duration [sec.]": 30.0, "Scale damage": 1.0, "Aim Cone Scale": 1.0, "Detect the target only in the NPC's viewing vision cone? [true/false]": false, "Vision Cone": 30.0, "Speed": 5.5, "Disable radio effects? [true/false]": false, "Is this a stationary NPC? [true/false]": false, "Remove a corpse after death? (it is recommended to use the true value to improve performance) [true/false]": true, "Wear items": [ { "ShortName": "hoodie", "SkinID (0 - default)": 941172099 }, { "ShortName": "shoes.boots", "SkinID (0 - default)": 869007492 }, { "ShortName": "roadsign.jacket", "SkinID (0 - default)": 2803024010 }, { "ShortName": "coffeecan.helmet", "SkinID (0 - default)": 2803024592 }, { "ShortName": "pants", "SkinID (0 - default)": 1313091292 } ], "Belt items": [ { "ShortName": "rifle.lr300", "Amount": 1, "SkinID (0 - default)": 0, "Mods": [ "weapon.mod.flashlight" ], "Ammo": "" }, { "ShortName": "syringe.medical", "Amount": 5, "SkinID (0 - default)": 0, "Mods": [], "Ammo": "" }, { "ShortName": "grenade.f1", "Amount": 1, "SkinID (0 - default)": 0, "Mods": [], "Ammo": "" } ], "Spawn Point for this specific NPC class, as many position you add you will get 1 NPC on each, use the command /ftpos to get the current location": [ { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "4.87, 5.18, -18.61" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "-38.32, 5.10, 12.31" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "-19.18, 5.14, -36.1" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "11.55, 5.23, 2.32" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "-31.26, 5.25, -1.59" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "27.63, 5.32, -8.46" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "-6.57, 5.02, 25.89" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "18.71, 5.07, 33.80" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "12.90, 5.25, -22.43" } ] }, "Sniper Settings": { "Name": "Silent Death", "Health": 150.0, "Roam Range": 20.0, "Chase Range": 100.0, "Attack Range Multiplier": 2.0, "Sense Range": 85.0, "Target Memory Duration [sec.]": 30.0, "Scale damage": 0.4, "Aim Cone Scale": 1.0, "Detect the target only in the NPC's viewing vision cone? [true/false]": false, "Vision Cone": 135.0, "Speed": 7.5, "Disable radio effects? [true/false]": false, "Is this a stationary NPC? [true/false]": false, "Remove a corpse after death? (it is recommended to use the true value to improve performance) [true/false]": true, "Wear items": [ { "ShortName": "hoodie", "SkinID (0 - default)": 3031048156 }, { "ShortName": "shoes.boots", "SkinID (0 - default)": 2511111623 }, { "ShortName": "jacket", "SkinID (0 - default)": 3023836945 }, { "ShortName": "pants", "SkinID (0 - default)": 3031050852 }, { "ShortName": "metal.facemask", "SkinID (0 - default)": 3037689021 } ], "Belt items": [ { "ShortName": "rifle.bolt", "Amount": 1, "SkinID (0 - default)": 562396268, "Mods": [ "weapon.mod.flashlight" ], "Ammo": "" }, { "ShortName": "syringe.medical", "Amount": 5, "SkinID (0 - default)": 0, "Mods": [], "Ammo": "" } ], "Spawn Point for this specific NPC class, as many position you add you will get 1 NPC on each, use the command /ftpos to get the current location": [ { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "-22.55, 18.25, -15.87" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "15.29, 18.23, -16.37" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "14.99, 18.23, -1.34" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "-42.52, 21.31, 41.36" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "38.25, 14.77, -15.60" } ] }, "Scientis Settings": { "Name": "Dr. Viktor Stravinsky", "Health": 150.0, "Roam Range": 20.0, "Chase Range": 100.0, "Attack Range Multiplier": 2.0, "Sense Range": 85.0, "Target Memory Duration [sec.]": 30.0, "Scale damage": 0.4, "Aim Cone Scale": 1.0, "Detect the target only in the NPC's viewing vision cone? [true/false]": false, "Vision Cone": 135.0, "Speed": 7.5, "Disable radio effects? [true/false]": false, "Is this a stationary NPC? [true/false]": true, "Remove a corpse after death? (it is recommended to use the true value to improve performance) [true/false]": true, "Wear items": [ { "ShortName": "tshirt", "SkinID (0 - default)": 1833021945 }, { "ShortName": "pants", "SkinID (0 - default)": 1833026292 }, { "ShortName": "mask.bandana", "SkinID (0 - default)": 2784951040 }, { "ShortName": "burlap.gloves", "SkinID (0 - default)": 2785000980 } ], "Belt items": [ { "ShortName": "pistol.prototype17", "Amount": 1, "SkinID (0 - default)": 562396268, "Mods": [ "weapon.mod.flashlight" ], "Ammo": "" }, { "ShortName": "syringe.medical", "Amount": 5, "SkinID (0 - default)": 0, "Mods": [], "Ammo": "" } ], "Spawn Point for this specific NPC class, as many position you add you will get 1 NPC on each, use the command /ftpos to get the current location": [ { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "3.98, 5.25, -6.04" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "3, 5.25, -8.39" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "9.07, 5.25, -7.36" }, { "Spawn Point x, y, z. The comma (,) is important [25, 0, -13]": "12.39, 5.25, -6.23" } ] }, "Amount of Elite Squad to spawn": 5, "Elite Squad Settings": { "Name": " Elite Squad", "Health": 180.0, "Roam Range": 50.0, "Chase Range": 60.0, "Attack Range Multiplier": 3.0, "Sense Range": 60.0, "Target Memory Duration [sec.]": 30.0, "Scale damage": 2.0, "Aim Cone Scale": 1.0, "Detect the target only in the NPC's viewing vision cone? [true/false]": false, "Vision Cone": 90.0, "Speed": 5.5, "Disable radio effects? [true/false]": false, "Is this a stationary NPC? [true/false]": false, "Remove a corpse after death? (it is recommended to use the true value to improve performance) [true/false]": true, "Wear items": [ { "ShortName": "metal.plate.torso", "SkinID (0 - default)": 2105505757 }, { "ShortName": "roadsign.kilt", "SkinID (0 - default)": 2120628865 }, { "ShortName": "hoodie", "SkinID (0 - default)": 2080975449 }, { "ShortName": "roadsign.gloves", "SkinID (0 - default)": 2090790324 }, { "ShortName": "shoes.boots", "SkinID (0 - default)": 2090776132 }, { "ShortName": "pants", "SkinID (0 - default)": 2080977144 }, { "ShortName": "burlap.headwrap", "SkinID (0 - default)": 2221614485 } ], "Belt items": [ { "ShortName": "rifle.ak", "Amount": 1, "SkinID (0 - default)": 2128372674, "Mods": [ "weapon.mod.flashlight" ], "Ammo": "" }, { "ShortName": "syringe.medical", "Amount": 5, "SkinID (0 - default)": 0, "Mods": [], "Ammo": "" }, { "ShortName": "grenade.smoke", "Amount": 3, "SkinID (0 - default)": 0, "Mods": [], "Ammo": "" } ], "Spawn Point for this specific NPC class, as many position you add you will get 1 NPC on each, use the command /ftpos to get the current location": null }, "Zombies": { "Amount of Zombies to spawn": 10 }, "Elite Crates": { "Spawn Point every Elite Crate to Spawn, use the command /ftpos to get the current location": [ { "Spawn Point for crates x, y, z. The comma (,) is important [25, 0, -13]": "-12.53, 5.25, -8.08", "Rotation number from 1 to 359": 0 }, { "Spawn Point for crates x, y, z. The comma (,) is important [25, 0, -13]": "20.82, 6.37, 30.12", "Rotation number from 1 to 359": 0 } ], "Custom Loot Configuration": { "Activate Custom Loot": false, "Min amount of Items to have in the Container": 1, "Max amount of Items to have in the Container": 2, "Items to spawn": [ { "Item short name to spawn": "rifle.ak", "Minimun ammount of the item to spawn": 1, "Maximun ammount of the item to spawn": 1, "Skin Id, default 0": 0 } ] } }, "Military Crates": { "Spawn Point every Military Crate to Spawn, use the command /ftpos to get the current location": [ { "Spawn Point for crates x, y, z. The comma (,) is important [25, 0, -13]": "-8.75, 5.25, -4.52", "Rotation number from 1 to 359": 0 }, { "Spawn Point for crates x, y, z. The comma (,) is important [25, 0, -13]": "27.85, 6.94, 32.05", "Rotation number from 1 to 359": 0 }, { "Spawn Point for crates x, y, z. The comma (,) is important [25, 0, -13]": "24.59, 6.37, 30.12", "Rotation number from 1 to 359": 0 } ], "Custom Loot Configuration": { "Activate Custom Loot": false, "Min amount of Items to have in the Container": 1, "Max amount of Items to have in the Container": 2, "Items to spawn": [ { "Item short name to spawn": "rifle.ak", "Minimun ammount of the item to spawn": 1, "Maximun ammount of the item to spawn": 1, "Skin Id, default 0": 0 } ] } }, "Hackable Crates": { "Spawn Point for Hackable Crate to Spawn, use the command /ftpos to get the current location": [ { "Spawn Point for crates x, y, z. The comma (,) is important [25, 0, -13]": "66.55, 24.14, 59.45", "Rotation number from 1 to 359": 0 } ], "Time in Seconds for the Locked Crate to open up": 900, "Custom Loot Configuration": { "Activate Custom Loot": false, "Min amount of Items to have in the Container": 1, "Max amount of Items to have in the Container": 2, "Items to spawn": [ { "Item short name to spawn": "rifle.ak", "Minimun ammount of the item to spawn": 1, "Maximun ammount of the item to spawn": 1, "Skin Id, default 0": 0 } ] } }, "Marker Configuration": { "Alpha for the Event Marker": 0.5, "Radius for the Event Marker": 1.0, "Color for the Event Marker": "255 80 103" }, "Use Event Borders?": true, "Reinforcement: Add a Patrol Helicopter": true, "Reinforcement: Add Elite Squad": true, "Spawn Samsites": true, "PVE Mode": { "Pve Mode active [true|false]": false, "Radius of the sphere": 2.0 }, "Patrol Helicopter Configuration": { "Initial Health": 10000.0, "Weak Spot main rotor health": 900.0, "Weak Spot tail rotor health": 500.0, "Crates to Spawn": 6 }, "Drone Configuration": { "Drone speed": 10, "Drone detection radius, as bigger they are they will detect players sooner": 10 }, "Rewards Configuration": { "Activate Rewards": false, "Reward is Economic, ServerRewards": "Economic", "Name of the adapter to show your players for example $ or RP": "$", "Reward to give a player for loot a militar crate/normal crate": 0, "Reward to give a player for loot a hackable crate crate": 0, "Reward for killing an NPC": 0, "Reward for killing a Zombie": 0, "Reward for destroying Patrol (Reward will be split for everyone in the event evenly)": 0 }, "Event Version": { "Major": 1, "Minor": 1, "Patch": 0 } }
    $20.00
  10. RustFlash

    NoEffects

    Version 2.0.0

    664 downloads

    Description: The NoEffects plugin allows players with the appropriate permissions to disable certain environmental effects. Players who have the appropriate rights are not affected by the effects.These include bleeding, frostbite, overheating, wetness, radiation Features: - Stop bleeding: Players with the authorization cannot suffer bleeding. - Protection from cold: Temperatures below 35°C are raised to 35°C to prevent frostbite. - Protection from heat: Temperatures above 39°C are reduced to 39°C to prevent overheating. - Keep dry: Wetness is completely removed, keeping the player dry. - Radiation protection: Players are protected from radiation, both radiation levels and radiation poisoning are set to zero. (Currently defective) Permission: Each effect can be controlled individually by authorizations that are assigned according to the noeffects.[effect] scheme. For example noeffects.bleeding noeffects.freezing noeffects.overheating noeffects.wet noeffects.radiation //Currently defective load, run, enjoy
    Free
  11. Version 1.0.0

    43 downloads

    Feel like your players have it too easy? Want to make your server more challenging for even the most unemployed zergs? Freak Radiation automatically creates radiation storms in your world; and they crawl around the world, sparing nobody the danger of being irradiated. By default they're visible as an orb moving through the world, but if you really want that Dark Souls experience you can make them fully invisible turning radiation storms into a scary, silent killer. You have total control with a vast array of configuration options; the number of storms, how big they are, their speed, damage, lifespan and respawn duration. You're able to manually add exclusion zones which redirect storms when they get too close for comfort. Performance is important with a plugin like this, so we've allowed you to configure performance to your servers capabilities. What are you waiting for? It's time to make radiation truly terrifying. Preview <I/O> Getting Started <I/O> Permission User is required to be admin in order to configure exclusion zones User is required to be admin in order to teleport to radiation zones Installation Place .cs in Plugins Folder Configure config Once Installed, zones should start spawning according to the config Commands /freakradiation exclude uniquename/id radius - Create new exclusion zone, which prevents and redirects radiation storms. /teleport countNumb - Teleports admins to radiation zone centers, if given a valid number. if 5 storms exist, the teleport range is 0-4. /teleport 1 Config Explained { "General settings": { "Is enabled": true, // if false, plugin will do nothing "Minutes until start": 5 //Delay before storms start. Must exceed an average of 1 minute on my server. If Obj err on serverinit, increase }, "Radiation settings": { "Minimum zones at any time": 0, //min amount of storms per spawn, if zero, it is possible that on respawn, no radiation storm will apear "Maximum zones at any time": 5, //max possible amount of storms per spawn "Minimum zone duration (Minutes)": 10, //min duration of storms natural lifespan "Maximum zone duration (Minutes)": 45, //max duration of storms natural lifespan "Minimum respawn duration (Minutes)": 10, //min duration it can take for storms to respawn after lifespan end "Maximum respawn duration (Minutes)": 45, //max duration it can take for storms to respawn after lifespan end "Minimum zone size": 20.0, //min zone radius, cannot spawn smaller than this | NOTE: if the same as max, will only spawn that size "Maximum zone size": 70.0, //max zone radius, cannot spawn larger than this | NOTE: if the same as min, will only spawn that size "Minimum radiation strength": 0.3, //min possible radiation strength, default minimum | NOTE: if the same as max, will only spawn that strength "Maximum radiation strength": 10.0, //max possible radiation strength, default max | NOTE: if the same as min, will only spawn that strength "Minimum radiation speed": 0.15, //min possible speed zone can move. If zero, can be still. | NOTE: if the same as max, will only spawn that speed "Maximum radiation speed": 0.5//max possible speed zone can move. | NOTE: if the same as min, will only spawn that speed }, "Chat settings": { "Messages enabled": true, //if false, plugin will not announce storms or storm subsided "Chat tag enabled ": true, //if false, Freak Radiation prefix will not show in chat announcements "Chat tag color": "4A95CC", //default tag colour of Freak Radiation Prefix "Chat message color": "C57039" //default message colour of Freak Radiation Messages }, "Performance settings": { "Show radiation domes (may impact performance)": true, //if false, radiation will be invisible "Show exclusion domes (may impact performance)": true, //if false, exclusion zones will be invisible "Storms redirect storms (may impact performance)": false, //if true, storms will redirect other storms "Exclusion dome layers": 10, //more layers, more performance hit, darker domes "Radiation dome layers": 10, //more layers, more performance hit, darker domes "Max possible spawn points": 1000, //Max amount of possible spawn points collected. Leave above atleast 100 "Max spawn point creation attempts (10000 attempts results in around 1000 valid points)": 10000 // Max possible creation attempts }, "Version": { "Major": 1, //Version, if diff from plugin version, will generate default "Minor": 0, "Patch": 0 } } Exclusion Data Explained "airfield": { // name "Position": { // position "x": -1142.34265, "y": 26.7350559, "z": -1.583567 }, "Radius": 150.0 //radius }, //if changed reload plugin <I/O> Contacting Us <I/O> You can contact us at Our discord: discord.gg/TTb3f3XEhq
    $20.00
  12. Version 1.0.0

    4 downloads

    Projekt Ikarus is a beached Nazi research and transport ship headed by Dr. Wagner D. Grosse. The ship is surrounded in a thick fog and radiation field. Ikarus II's original purpose was to transport multiple V2 rockets filled with deadly gas across the Atlantic Ocean to an unknown launch facility. The true reason behind the ship's failure is unknown (likely bombed by the British somewhere around 1943). Cobalt discovered the ship merely weeks ago, washed up on the shore. A chem-haz unit consisting of 5 members, code name, Scout, was deployed onto site-34. Here is a radio transmission from Scout Actual: "This is Scout Actual to Control, initially we have detected large amounts of radiation, recommending hazmat suits of level A be worn at all times when at least 250 meters from the site. RS-5267 has been sent into the ship while we continue to survey the lands over" Similar to Launch site the ship is engulfed in a high level or radiation, needing a hazmat suit and some form of anti-rad to enter. The ship has a small two switch puzzle and requires a red access keycard to enter the laboratory which has 3 elite crates. 4 scientists can be located outside the ship, surveying the grounds.
    $18.99
  13. Version 1.1

    54 downloads

    Welcome to Abandoned fairground. This is a radio active monument with one blue card puzzle room. You will need 1 fuse and a blue key card to access loot room 1 recycler 1 Hackable crate spawn 2 diesel cans spawns 1 Red key card spawn Prefab count: 1582 Please make yourself aware of the TOS-Restrictions for use. If you find any bugs or issues contact me on here or discord and il sort them out straight away DocNorris#5423
    $9.99
  14. Version 1.0.2

    14 downloads

    The prefab has a custom RT with its own atmosphere, immerse yourself in the new projects of COBALT KINETICS and Umbrella COMPANY. To get to the object you will have to prepare as it is under water. To enter directly inside you will need a blue and red access card, the COBALT employees conducting the experiment are armed and are on the object, after cleaning you will find a worthy reward. Total Objects 1200 Requires a Dll extension Oxide.Ext.RustEdit.dll https://www.rustedit.io/threads/rustedit-oxide-umod-extension.695/ If you install a prefab house without RustEditAPIExample, then you will not be able to use all the electric that is in this monument
    $3.99
  15. Version 1.0.0

    12 downloads

    -1490 Prefabs A miniature version of the classic power plant. Same loot and same utilities, as well as a very similar puzzle. Perfect for one grid or other small map server.
    $11.99
  16. Version 1.0.2

    15 downloads

    Allows you to increase the damage from radiation.
    $50.00
1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.1k

Files Sold

Total number of files sold.

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.