corndiggitydog's Wishlist
-
mini bunkers👷
This pack features 3 immersive custom bunkers, each sharing a similar structure but offering distinct lore and purpose:
The Active Bunker
This functioning bunker serves as a safe zone with a configurable trader. You can customize the trader to suit your gameplay needs. Within, you'll find a small amount of loot, including a blue keycard and one standard blueprint.
The Ruined Bunker
A more challenging environment, this derelict bunker is guarded by two heavy bots and one standard bot. Brave its defenses to score a red keycard and two elite crates.
The Unfinished Bunker
Left incomplete, this bunker invites your creativity - you can claim it as your own and make it livable.
RUST’s procedural maps often lack enough locations to acquire red keycards or trade safely. These bunkers address that, injecting new gameplay depth and opportunities for exploration.
-
-
XCustomGenes
XCustomGenes is a versatile gene editor plugin offering a user-friendly UI, multilingual support, sound effects, and robust features for editing or deleting genes through chat commands or the UI, with options for payment integration using in-game currency.
-> In the code you can switch the plugin language - LanguageEnglish = true <-
Features
Optimization of the interface for different monitor resolutions. There is a lang ru/en/uk/es. Sound effects when interacting with the menu. User-friendly UI gene editor. To change/delete genes, player/administrator can use: chat commands or UI editor. Ability to change/delete genes on a selected item, as well as on all items in inventory simultaneously. Ability to make gene changing/deletion paid. Balance of any plugin or Scrap can be used as currency. Various chat messages. Protection against incorrect input of genes. The administrator can quickly give himself seeds with the right genes using the UI editor.
Permissions
xcustomgenes.use - access to menu / access to genes editing. xcustomgenes.admin - access to admin functionality.
Commands
/g, /gene, /genes - to open the menu. [ Commands can be changed in the config. ] /genes item genes(xxxxxx) - to change/delete genes on the selected item. /genes all genes(xxxxxx) - to change/delete genes on all items in inventory simultaneously. xcustomgenes_give steamID shortname genes(xxxxxx) amount skinID - to give seeds with genes to the player. [ Arguments - genes, amount, skinID - is not a mandatory. ]
Config
{ "General settings": { "SteamID profile for custom avatar": 0, "Chat prefix": "<size=12><color=#FFFFFF50>[</color> <color=#00FF0050>XCustomGenes</color> <color=#FFFFFF50>]</color></size>\n", "List of commands to open the menu": [ "g", "gene", "genes" ], "Gene list for quick selection": [ "GGGGYY", "GGGYYY", "GGYYYY", ... ] }, "GUI settings": { "Color_background_1": "0.517 0.521 0.509 0.95", "Color_background_2": "0.217 0.221 0.209 0.95", "Button color (icons)": "1 1 1 0.75", "Block color": "0.517 0.521 0.509 0.5" }, "Payment settings": { "Use payment": false, "True - plugin with balance | False - scrap": false, "Price formation - [ True - per stack | False - per seeds ]": true, "Price": 10.0, "Price - gene delete": 2.0, "Plugin name": "Economics", "Method name(API) - Balance": "Balance", "Method name(API) - Withdraw": "Withdraw", "Method(API) data type - [ 0 - int | 1 - float | 2 - double ]": 0 } } -
Compact Factory
By INSIDEBONSAI in Monuments
This monument has various sections above ground and facilities underground.
The above ground level contains a green card key room that requires a fuse.
The underground level contains a blue card key room that also requires a fuse.
This monument is suitable for both PVP and PVE use.
-
MBRestart
By Barry_Allenn in Plugins
MBRestart — Scheduled Server Restart with UI & Announcements
MBRestart is a lightweight and user-friendly Rust plugin that allows you to manage both automatic and manual server restarts with clear announcements and a visual UI countdown bar.
It helps players stay informed about upcoming restarts while giving administrators full control and flexibility.
🔹 Features
⏰ Automatic Scheduled Restart
Daily restart at a specified time UTC offset support Fully configurable 🛠 Manual Restart Command
Schedule a restart for a custom number of minutes Ability to cancel an active restart 📢 Configurable Announcements
Minute-based warnings (e.g. 60, 30, 10, 5, 1) Second-based warnings (e.g. 30, 10) Different message types: normal, warning, last minute 📊 Restart Countdown UI
Clean progress bar shown 5 minutes before restart Color-coded stages: 🟢 Green — plenty of time 🟡 Yellow — medium time 🟠 Orange — soon 🔴 Red — critical Visible to all players 🌍 Localization Included
English Russian Ukrainian 🔹 Commands
/restart <minutes> — schedule a server restart /restart cancel — cancel the scheduled restart 🔹 Configuration
{ "AutoRestart": { "Enabled": true, "Time": "04:00", "UtcOffset": 2 }, "Announcements": { "Minutes": [60, 30, 10, 5, 1], "Seconds": [30, 10] } }
