will007's Wishlist
-
Radtown Event
By The_Kiiiing in Plugins
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.
New with version 1.1.0: Drones can now target players with a configurable chance
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 OnRadtownEventWin(ulong steamId) // Called when the event was successfully completed by a player void OnRadtownEventEnd(bool success) // Called when the event is over. Success is false when the container exploded
Configuration:
{ "Custom chat prefix": null, "Use Notify instead of chat messages": false, "Notify notification type": 0, "Time between events (minutes)": 60, "Crate hack time (seconds; drone waves will spawn until the crate is fully hacked)": 600, "Container health": 8000, "Container position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Container rotation": { "x": 0.0, "y": 30.0, "z": 0.0 }, "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, "Radiation duration after the event failed in seconds (this also affects the fog duration)": 60, "Radiation amount per second after the event failed": 100, "Drone damage scale factor (damage increases by this multiplier every time a drone deals damage)": 1.3, "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, "Player targeting chance (1 = always target players, 0 = never target players)": 0.0 }, "Kamikaze drone configuration": { "Number of kamikaze drones to spawn (0 to disable)": 0, "Drone health": 100, "Damage on explosion": 60, "Player targeting chance (1 = always target players, 0 = never target players)": 0.3 } }, { "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, "Player targeting chance (1 = always target players, 0 = never target players)": 0.2 }, "Kamikaze drone configuration": { "Number of kamikaze drones to spawn (0 to disable)": 30, "Drone health": 150, "Damage on explosion": 60, "Player targeting chance (1 = always target players, 0 = never target players)": 0.4 } }, { "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, "Player targeting chance (1 = always target players, 0 = never target players)": 0.3 }, "Kamikaze drone configuration": { "Number of kamikaze drones to spawn (0 to disable)": 40, "Drone health": 200, "Damage on explosion": 60, "Player targeting chance (1 = always target players, 0 = never target players)": 0.5 } }, { "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, "Player targeting chance (1 = always target players, 0 = never target players)": 0.4 }, "Kamikaze drone configuration": { "Number of kamikaze drones to spawn (0 to disable)": 40, "Drone health": 250, "Damage on explosion": 80, "Player targeting chance (1 = always target players, 0 = never target players)": 0.6 } }, { "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, "Player targeting chance (1 = always target players, 0 = never target players)": 0.5 }, "Kamikaze drone configuration": { "Number of kamikaze drones to spawn (0 to disable)": 40, "Drone health": 250, "Damage on explosion": 80, "Player targeting chance (1 = always target players, 0 = never target players)": 0.7 } } ], "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": "" } ] }, "Chance for drone to drop loot box (%)": 100.0, "Drone loot table": { "Enabled": true, "Minimum items": 1, "Maximum items": 4, "Item list": [ { "Short name": "gunpowder", "Min amount": 10, "Max amount": 30, "Chance (1 = 100%)": 0.2, "Skin id": 0, "Custom name": "" }, { "Short name": "sulfur", "Min amount": 10, "Max amount": 30, "Chance (1 = 100%)": 0.4, "Skin id": 0, "Custom name": "" }, { "Short name": "charcoal", "Min amount": 20, "Max amount": 60, "Chance (1 = 100%)": 0.7, "Skin id": 0, "Custom name": "" }, { "Short name": "metal.fragments", "Min amount": 10, "Max amount": 60, "Chance (1 = 100%)": 0.5, "Skin id": 0, "Custom name": "" }, { "Short name": "explosives", "Min amount": 1, "Max amount": 2, "Chance (1 = 100%)": 0.08, "Skin id": 0, "Custom name": "" } ] }, "Disable map marker": false }
NEW: Halloween Update
The Halloween update adds pumpkin drones and spooky decorations to the container
-
30 - Raidable Bases Pack - Boom Pack1
30 Raid Pack
Unlock 30 meticulously crafted Raidable Bases for Rust, each uniquely designed with its own flair, perfect for players who crave variety and a new challenge every time!
[ATTENTION] Art in bases may include semi nude pictures
Number of bases per difficulty:
Easy: 11 Medium: 5 Hard; 9 Expert: 4 Nightmare: 1
In main config file /config/raidablebases.json set parameter below to true to keep pre defined skins and keep the vibe of the bases
"Ignore If Skinned Already": true,
Rename bases or just add bases with these commands (note that your profiles may vary):
Easy Bases:
rb.config add "Easy Bases" Boom-Easy-Art Boom-Easy-BewareOfBob Boom-Easy-Cottage Boom-Easy-ElectricFence Boom-Easy-Fishing Boom-Easy-Glencoe Boom-Easy-Manik Boom-Easy-Pumpkin Boom-Easy-Saloon Boom-Easy-Tie Boom-Easy-WoodyTower Medium Bases:
rb.config add "Medium Bases" Boom-Medium-Bricks Boom-Medium-HomerHouse Boom-Medium-OnAir Boom-Medium-Pyramid Boom-Medium-Xipil Hard Bases:
rb.config add "Hard Bases" Boom-Hard-Brutal Boom-Hard-Caretaker Boom-Hard-Disfear Boom-Hard-Dragon Boom-Hard-Enterprise Boom-Hard-JoesGarage Boom-Hard-Molecule Boom-Hard-TheCube Boom-Hard-Triskelion Expert Bases:
rb.config add "Expert Bases" Boom-Expert-Camelot Boom-Expert-Demonology Boom-Expert-Squaw Boom-Expert-Trimurti Nightmare Bases:
rb.config add "Nightmare Bases" Boom-Nightmare-Virus
💥Boom 💥 approx amount through doors to find all loot:
Boom-Easy-Glencoe = 3 Boom-Easy-Manik = 3 Boom-Easy-Art = 3-4 Boom-Easy-Fishing = 3-4 Boom-Easy-ElectricFence = 4-5 Boom-Easy-Cottage = 5 Boom-Easy-BewareOfBob = 5-6 Boom-Easy-Pumpkin = 6 Boom-Easy-Tie = 6 Boom-Easy-WoodyTower = 6 Boom-Easy-Saloon = 7-8
Boom-Medium-Bricks = 5-6 Boom-Medium-OnAir = 11 Boom-Medium-Pyramid = 11 Boom-Medium-Xipil = 12 Boom-Medium-HomerHouse = 16 Boom-Hard-Brutal = 11 Boom-Hard-Disfear = 10-16 Boom-Hard-Triskelion = 15-20 Boom-Hard-JoesGarage = 22 Boom-Hard-Caretaker = 25 Boom-Hard-Enterprise = 25 Boom-Hard-Dragon = 28 Boom-Hard-TheCube = 35
Boom-Expert-Squaw = 25-30 Boom-Expert-Molecule = 30-34 Boom-Expert-Camelot = 40-45 Boom-Expert-Demonology = 40-45 Boom-Expert-Trimurti = 40-45
Boom-Nightmare-Virus = 40-45
Please note: The images are hardcoded into the copypaste file, which is causing the file size to be quite large.
All bases made by Boom
- #raidablebases
- #bases
- (and 11 more)
-
30 Raidable Bases Pack 4 (Easy To Nightmare)
This Pack is NOT Included in the 100 Raidable Bases Pack All in One!!!
https://codefling.com/bases/100-raidable-bases-pack-all-in-one-easy-to-nightmare
This New pack includes 30 different raidable bases, ready to use with the "Raidable Bases" plugin.
They are tested and running very well and were built in Rust.
Difficulty level goes from Easy to Nightmare.
Each Tier are 6 Bases.
To install, put in "oxide/data/copypaste" and rename the files to your liking from your profile settings.
-
Junkpile NPC
By Krungh Crow in Plugins
Brings back the Junkpile scientists and the possibility to add Scarecrows.
Video : Spawned junkpiles in to see the spawns in action (cfg was set to 10% which is/was the vanilla rate)
Features :
Complete configuration options. Support for kits or out of the box NPC's. Simple setup. No permissions needed the config sets up the randomization for their spawns and uses the vanilla spawned junkpiles (land types). No language files. No loot options. Configuration :
example pre generated config below use "kit1","kit2" like in all my plugins for multiple kits
{ "Scarecrow Settings": { "Spawn chance (0-100)": 100, "Min NPC Spawn Amount": 2, "Max NPC Spawn Amount": 4, "Max Roam Distance": 15, "Scarecrow Normal": { "Prefix (Title)": "Scarecrow", "Health (HP)": 250 }, "Scarecrow Chainsaw": { "Prefix (Title)": "Scarecrow", "Health (HP)": 250 }, "Scarecrow Jackhammer": { "Prefix (Title)": "Scarecrow", "Health (HP)": 250 }, "Life Duration (minutes)": 15.0, "Damage multiplier": 1.0, "Use kit (clothing)": true, "Kit ID": [] }, "Scientist Settings": { "Spawn chance (0-100)": 100, "Min NPC Spawn Amount": 1, "Max NPC Spawn Amount": 3, "Max Roam Distance": 15, "Prefix (Title)": "Scientist", "Health (HP)": 250, "Life Duration (minutes)": 15.0, "Damage multiplier": 1.5, "Use kit (clothing)": true, "Kit ID": [ "npc-heavy1" ] } }
- #scientist
- #scarecrow
-
(and 4 more)
Tagged with:
-
Guess Number
GUESS NUMBER
Arrange an event for guessing numbers in the chat You can configure the time after which the event will be launched You can specify the time that is given to guess the number You can change the numbers between which the number for the event will be selected You can change the numbers between which the number for the event will be selected The notification of the start and the winnings come in the chat and in the game notifications You can turn on or off automatic rewards You can use items and commands in rewards
Config
{ "Only command start event": false, "How often will the event be launched(Seconds)": 90, "How many minimum people should there be to launch?": 3, "Duration of the event(Seconds)": 60, "Notification of the start of the event": "<color=orange>GIVEAWAY!</color> The event \"Guess the number\" begins, write it first in the chat.", "Notification of who won": "<color=orange>{0}</color> HAS WON GIVEAWAY WITH THE WINNING NUMBER {1}!\n! THE WINNER WILL RECEIVE <color=yellow>{2}</color>", "Minimum number": 1, "Maximum number": 2500, "Enable automatic rewards(true = yes": true, "Rewards": [ { "ShortName(Item)": "rifle.ak", "Amount(Item)": 1, "Custom Name(Item)": "", "SkinID(Item)": 0, "Set true if you want to use the command as a reward": false, "Display name(For message and GameTip)": "Rifle - AK", "Command(steamId={0}, playerName={1})": "" }, { "ShortName(Item)": "", "Amount(Item)": 0, "Custom Name(Item)": "", "SkinID(Item)": 0, "Set true if you want to use the command as a reward": true, "Display name(For message and GameTip)": "HOME RECYCLER", "Command(steamId={0}, playerName={1})": "giverecycler {0}" } ] }
Logs
Winner LAGZYA [76561198167177796] [01/01/1999 00.00]
Commands
/numberstart - guessnumber.admin /numberstart 200 500 - guessnumber.admin