Forbidden Lands Rust's Wishlist
-
Rockford
Rockford is a small town that survived the nuclear attack well. Although no one lives there anymore, the buildings are still in good condition. There are some shops where you can still find food. There is also a church. Water bottles were filled in a factory and it seems like people still come to the place from time to time.
You can also get all buildings individually in the Codefling shop.
Prefabs: 7663
Please note:
Download the prefab files and place them in RustEdit/CustomPrefabs directory of RustEdit.
The prefabs can be accessed in the custom section of prefab browser. To use sinlge letters, the prefab has to be broken by selecting it (once placed) and using the "break prefab" function.
Important: I don't use "prevent building sphere/cubes" in any of my prefabs, also no monument markers are set. These need to be added by yourself.
If the NPCs are not wanted, press the H key (overview of all prefabs) and delete them from the prefab.
Questions and suggestions:
If you have any problems you can contact me via
Katalaner - Discord: https://discord.gg/e2vrPszZFX
Katalaner Webseite: http://katalaner.de
Rustgame Infoseite: http://webarte.de
Youtube: https://www.youtube.com/channel/UC_5P_wAFKl5bdndkDEQDK4g
PVE Urlaub Rust Server - Discord: https://discord.gg/75u3fJwPQw
-
Europa Semper
By Ionut Shiro in Maps
Europa is my 6000 custom map project i've been slowly working on for the past 12 months between other projects that i've finally been able to finish and publish , it features the continent layout with no political or religious replication of existing countries in Europe , monument locations have no meaning simply how i've felt placing them based on the terrain layout and feel.
The map has vast infrastracture for roads and railways and tunnels through the mountains to ease transport around the map.
Procedural & Custom monuments are scattered all around the map with build islands off shore and small prefabs here and there to encourage exploration and make players more engaging.
Custom Monuments :
Lumber Yard
Radio Tower
Nuclear Power Plant
City Market
Fallen City
Dam
Weapons Factory
Abandoned City
Custom Lighthouse
Decorated Procedural Monuments
Entity Count : 80000
- #6000 map
- #rust custom map
- (and 14 more)
-
Road Bunkers
This plugin adds bunkers to your server that spawn along roads. It doesn't require any complex setup or additional plugins; just launch it and it's ready to use.
You can also configure bunker types: building grade, security door color, and whether to use a fuse. You can also customize the loot in crates and their quantity.
Config:
{ "Bunker removal time after opening(in seconds)": 180, "Types of bunkers": [ { "Number of bunkers of this type on the map": 60, "Access level (from 1 to 3)": 1, "Fusebox spawn chance (0 to 100)": 0, "Minimum number of crates": 1, "Maximum number of crates (no more than 3)": 1, "Grade type (0 - twigs, 1 - wood, 2 - stones, 3 - metal, 4 - topTier)": 2, "Use own loot table": false, "SimpleLootTable name": "" }, { "Number of bunkers of this type on the map": 30, "Access level (from 1 to 3)": 2, "Fusebox spawn chance (0 to 100)": 50, "Minimum number of crates": 1, "Maximum number of crates (no more than 3)": 2, "Grade type (0 - twigs, 1 - wood, 2 - stones, 3 - metal, 4 - topTier)": 3, "Use own loot table": false, "SimpleLootTable name": "" }, { "Number of bunkers of this type on the map": 10, "Access level (from 1 to 3)": 3, "Fusebox spawn chance (0 to 100)": 100, "Minimum number of crates": 3, "Maximum number of crates (no more than 3)": 3, "Grade type (0 - twigs, 1 - wood, 2 - stones, 3 - metal, 4 - topTier)": 4, "Use own loot table": false, "SimpleLootTable name": "" } ], "Own loot table(there can be a maximum of 12 items in a crate)": { "minAmount": 2, "maxAmount": 4, "itemsList": [ { "name": "metal.fragments", "dropChance": 100, "minAmount": 50.0, "maxAmount": 300.0, "displayName": "", "skinID": 0 }, { "name": "metal.refined", "dropChance": 100, "minAmount": 5.0, "maxAmount": 10.0, "displayName": "", "skinID": 0 }, { "name": "scrap", "dropChance": 100, "minAmount": 10.0, "maxAmount": 20.0, "displayName": "", "skinID": 0 }, { "name": "techparts", "dropChance": 50, "minAmount": 1.0, "maxAmount": 2.0, "displayName": "", "skinID": 0 } ] } }
-
Military Checkpoints
By Code Brothers in Plugins
Establish dynamic military control points across your Rust server with tactical checkpoint deployments. Military Checkpoints delivers armed guard forces and defensive infrastructure to strategic locations, creating high-stakes combat zones that challenge players to breach fortified positions.
Watch as military forces establish a defensive perimeter complete with armed scientists and protective barriers. Players must eliminate all defending forces to claim access to the checkpoint's secured loot and resources.
Features
Spawn checkpoints on raods
Armed Scientists with defensive AI behavior
Configurable deployment radius and guard count
Automated checkpoint spawning with time intervals
Randomt selection
Automatic cleanup and despawn system
Performance-optimized spawn validation
Admin commands for manual control
Fully customizable configuration values
Chat Commands (Admin Only)
/checkpoints - Manually spawn a Military Checkpoint at a random location
Permissions
militarycheckpoints.admin - Required to manually spawn checkpoints and access admin commands
Configuration
{ "Plugin Enabled": true, "Checkpoint Settings": { "Cleanup Delay After Clear (seconds)": 300.0, "Barricade Prefabs": [ "assets/prefabs/deployable/barricades/barricade.concrete.prefab", "assets/prefabs/deployable/barricades/barricade.sandbags.prefab" ], "Min Barricades Per Checkpoint": 6, "Max Barricades Per Checkpoint": 8 }, "Scientist Settings": { "Min Scientists": 3, "Max Scientists": 6, "Scientist Health": 100.0, "Scientist Prefab": "assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_roam.prefab", "Scientist Sense Range": 50.0, "Scientist Target Lost Range": 60.0, "Scientist Attack Range Multiplier": 1.5, "Scientist Max Roam Distance": 50.0 }, "Loot Settings": { "Min Regular Crates": 2, "Max Regular Crates": 4, "Locked Crate Chance (0.0 - 1.0)": 0.25, "Military Crate Prefab": "assets/prefabs/deployable/chinooklockedcrate/codelockedhackablecrate.prefab" }, "Spawn Settings": { "Max Active Checkpoints": 5, "Spawn Interval (seconds)": 600.0, "Min Distance Between Checkpoints": 200.0, "Road Detection Radius": 10.0 }, "UI Settings": { "Main Color (RGBA)": "0.1 0.1 0.1 0.95", "Panel Color (RGBA)": "0.15 0.15 0.15 0.9", "Button Color (RGBA)": "0.25 0.45 0.25 1", "Button Hover Color (RGBA)": "0.35 0.55 0.35 1", "Text Color (RGBA)": "0.9 0.9 0.9 1", "Success Color (RGBA)": "0.3 0.7 0.3 1", "Danger Color (RGBA)": "0.7 0.3 0.3 1" } } Default values are balanced for tactical gameplay and server performance.
Notes
This plugin creates authentic military checkpoint encounters that blend seamlessly with Rust's combat mechanics. Perfect for servers seeking territorial PvP hotspots and contested loot zones.
Feedback, suggestions, and feature requests are always welcome.
Created by CodeBrothers
Check out our other work on Codefling
-
Stacks
Stacks gives you control over how items pile up on your server. Set a custom stack size for any item, multiply stacks inside specific containers, and give your VIPs bigger stacks through permissions. You edit all of it from an in-game panel, so you never open a JSON file.
Most stack plugins hand every player the same limits. Stacks was one of the first to make stacks permission-based, and it is still one of the very few that does it. Set a multiplier or an exact stack size per permission, so a default player and a VIP carry completely different amounts of the same item. You can take it all the way down to a single item for a single rank.
It patches the game's stack limit directly. Overstacked items keep their amount when moved, split, or dropped, with no dupes and no lost loot. The same file runs on both Oxide and Carbon.
🌟 Features of Stacks
Set a custom stack size for any item across the whole server Multiply stack sizes inside specific containers (boxes, furnaces, fridges, and more) Per-permission stack multipliers for VIP ranks, like stacks.vip at x2 and stacks.vip2 at x5 Per-permission stack sizes when you want an exact number instead of a multiplier Per-item, per-permission sizes, so one rank gets 50000 sulfur and another gets 25000 Per-container, per-permission multipliers, like a bigger wooden box for top donors Edit items, containers, and settings from an in-game panel, no JSON editing Category tabs and a search box to find any item fast Overstack control to stop or allow overstacked items moving into the player inventory Splits oversized stacks when they hit the ground instead of dropping one giant floating pile Block list for items and skins you never want re-stacked Edit a container's multiplier by hitting it with a hammer FurnaceSplitter compatibility Five built-in languages: English, Russian, Chinese, German, and French
🎮 Commands
/stacks – open the in-game editor (requires stacks.admin) /stacks setstack [shortname] [size] – set a custom stack size for an item /stacks sethandstack [size] – set a custom stack size for the item in your hand stacks.manage stack set [shortname] [size] – set a stack size from the server console stacks.manage stack get [shortname] – read a stack size from the server console (use get all for every item)
🛡️ Permissions
stacks.admin – open the editor and use the stack commands stacks.vip – example VIP tier (x2 stacks by default; rename or add your own in the config) stacks.vip2 – example VIP tier (x5 stacks by default) Any permission you put in the config (multipliers, stack sizes, per-item and per-container overrides) is registered automatically on load.
🗒️ Visual Editor
Type /stacks in-game and you get a panel with three tabs: ITEMS for per-item stack sizes, CONTAINERS for per-container multipliers, and SETTINGS for everything else. Pick an item or container, change a value, save. You never edit a config or data file by hand.
🧪 TEST SERVER
Join our test server to view and experience all our unique features yourself!
Copy the IP Address below to start playing!
connect 194.147.90.239:28015
📚 FAQ
Q: Players get "The plugin does not work correctly, contact the administrator!" How do I fix it?
A: The icons are downloaded through ImageLibrary. If players see this message, ImageLibrary is not working. Install it, confirm it loads with o.plugins, restart the server, and check the console for ImageLibrary errors.
Q: Where can I edit item names or add my language?
A: Open the lang file at oxide/lang/en/Stacks.json (or carbon/lang/en/Stacks.json) and edit the text there. Drop in a new language file the same way.
- #stacks
- #chest stacks
- (and 9 more)