Jump to content
How are we doing?
Review us on Trustpilot
We’re always working to make Codefling better. If we’ve helped you, we’d really appreciate you taking a minute to share your experience on Trustpilot.
The Offline Raid Protection plugin is a comprehensive solution that reduces or completely prevents damage to player-owned bases, vehicles, and boats when their owners are offline. Offering unparalleled control, server owners can adjust the level of damage based on real-world hours or the amount of time a player has been offline. New in version 1.6.0, you can also set customized schedules and automated wipe phases. Designed for servers seeking meaningful offline or online protection, without sacrificing server performance, this plugin provides total control over damage scales, cooldowns, team behaviour, decaying bases, rentable shops, apartments and more. ✨Highlights Flexible Damage Scaling: Set damage scales based on real-world hours and/or offline time. A scale of 0.0 blocks all damage; a scale of 1.0 allows normal, vanilla-level damage; and values above 1.0 actively increase incoming damage. Scheduled Timescales: Temporarily override standard damage scales for specific date ranges. Perfect for custom weekend rates, holiday events, wipe-day protection, or planned balance changes. Wipe Templates: Automate your wipe cycle with reusable phases (e.g., more protection immediately post-wipe, scaling down over subsequent days). Assign a default template for every wipe, or queue a specific template for the next wipe only. Status HUD: An optional, configurable on-screen HUD that displays a building's or boat's current protection status, protection percentage, remaining time, and penalty timers. Position and visibility rules are customizable. Game Tip Messages: Displays color-coded game-tip messages to attackers, optionally restricted to specific damage types (Melee, Ranged, Explosive, and None for everything else). Admin-Only Map Markers: Equip your admins with color-coded map markers for protected Tool Cupboards and boats. Markers feature dynamic protection-state circles, live boat tracking, and detailed hover tooltips showing authorized players. Marker colors, radius, transparency, and refresh rates are configurable. Team, Clan & Code Lock Integration: Protection intelligently accounts for teams or clans, and optionally Code Lock whitelists. Boat & Vehicle Protection: Optionally extend protection to modular boats, tugboats, and vehicles, including their relevant authorization paths. Apartment & Rentable Shop Support: Protects against master-key break-ins based on the actual rental owner, ignoring team or clan status for these specific entities. Anti-Abuse Penalties: Discourage players from exploiting protection by applying configurable penalties when they leave or disband teams. Grief TC Detection: Automatically identifies and excludes later-placed, overlapping Tool Cupboards from receiving protection. Admins can manually inspect and override these classifications. Cache System: The plugin uses a caching system to optimize performance and keep the impact on the server to a bare minimum. Developer API: Exposes endpoints for other plugins to query protection scales, owner IDs, remaining time, and penalty states via Plugin.Call.   📅 Scheduled Timescales & Wipe Templates Your standard configuration acts as the baseline fallback when "Enable scheduled timescales" is true and a valid scheduled profile is active, its specific damage-scale tables take absolute precedence for that date range. Once the schedule expires (or if no profile is active), the plugin seamlessly reverts to your standard configuration. Wipe Templates are reusable blueprints, not live schedules. When the server detects a new save, the plugin checks for a queued template. If there is none, it uses your designated default template to automatically generate concrete, dated schedule profiles based on the template's phases. Then, the queued selection is cleared while the default template remains ready for future wipes. Configuration & Editing Carbon Users:  Type /orp.schedule to open a powerful in-game Schedule and Wipe Template editor. Oxide Users (or Carbon without Admin UI modules): Schedules and templates can be easily edited manually within their dedicated .json data files. The Documentation section describes how to edit the JSON files in detail. Using /orp.schedule will instead report the current schedule state in the chat.   Commands All command names can be changed in the configuration. /orp  or /ao <Steam ID or full name>  —  Check a player's offline protection status.  You can type the command without a name when looking at a player's structure /raidprot  — Show Offline Raid Protection information /orp.fill.onlinetimes  — Fill all players offline times (Chat & Console command) /orp.test.offline <steam id or full name> <hours> — Change a player's offline time /orp.test.online  <steam id or full name>  — Change a player's offline time to the current time /orp.test.penalty  <steam id or full name> <hours>  — Change the duration of a player's penalty. A negative value or zero would disable the penalty /orp.test.grief — Display the detected Grief-TC status of the building you are looking at /orp.test.grief <true|false|none> — Force the Grief-TC status of the looked-at building /orp.test.grief <true|false|none> <TC network ID> [...] — Set the status for one or more Tool Cupboards by network ID /orp.schedule — Open the Carbon schedule/template editor when available; otherwise show scheduling information. /orp.schedule <true|false> — Enable or disable Scheduled Timescales (admin only). orp.update.permissions — Refresh the protection-permission status (`offlineraidprotection.protect`) for all players (Console command) orp.update.prefabs <true> — Updates the 'Prefabs to protect' list in the configuration. Overwrites the list with the 'true' argument  (Console command) orp.dump.prefabs — Clears the 'Prefabs to protect' list in the configuration  (Console command)   Permissions All permissions can be configured. offlineraidprotection.protect  — Allows a player to be protected from raids offlineraidprotection.check  — Allows a player to check the offline protection status of other players offlineraidprotection.admin  —  Allows use of administrative commands, including schedule controls Use oxide.grant / oxide.revoke or carbon.grant / carbon.revoke to manage permissions, depending on the framework in use.   Configuration The configuration is to a large extent self-explanatory. Raid Protection Options ⚙️  Only mitigate damage caused by players: Choose whether or not to only mitigate damage caused directly by players. Enable this to prevent players from causing base damage by baiting patrol helicopters, etc. ⚙️  Protect players that are online: Choose whether or not to protect the bases of the players who are online. Works when "Scale of damage depending on the current hour of the real day" is configured. ⚙️  Enable scheduled timescales: Enable this option to allow valid profiles in `ScheduledTimescale.json` to override the normal real-time and offline-time damage-scale tables during their configured date range. When disabled, the plugin always uses the normal configuration tables. This option also enables Wipe Template materialization on a new save. As an admin, use the command /orp.schedule true or /orp.schedule false to change it in-game. On Carbon with the required UI modules, `/orp.schedule` opens the editor; on Oxide or without those modules, edit the dedicated JSON files manually. ⚙️  Scale of damage depending on the current hour of the real day: Defines the protection levels based on the current hour of the real day. The key is the hour of the day (0-23), and the value is the protection scale (0  —  340282300000000000000000000000000000000). Example: "0": 0.0, "1": 0.0, "2": 0.0, "3": 0.0 This means that the protection level is 100% from midnight to 3am. ⚙️  Scale of damage depending on the offline time in hours: Defines the protection levels based on the time since the player went offline. The key is the number of hours since the player went offline, and the value is the protection scale (0  —  340282300000000000000000000000000000000). The value of the hours can also be a decimal number. Example: "12": 0.25, "24": 0.5, "48": 1.0, "96": 2.0 This means that 12 hours after the player goes offline, the protection level will be 75%. After 24 hours it will be 50% and after 48 hours it will be 0%. After 96 hours, the damage is increased by 100%. ⚙️  Cooldown in minutes: During this time, damage levels will remain vanilla. Raids are possible. Set this to a positive value to discourage defenders from interrupting raids by logging off. ⚙️  Scale of damage between the cooldown and the first configured time: During this time, the level of damage between the cooldown and the first configured time can be set to a specific value, such as 0.0 ⚙️  Online time to qualify for offline raid protection in minutes: Time to qualify for offline raid protection after a player connects Set this to a positive value to discourage players from quickly logging on and back off solely to reset protection. ⚙️  Protect all prefabs: Choose whether to protect all prefabs or only specific ones.   This will protect anything in the TC range. ⚙️  Protect AI (animals, NPCs, Bradley and attack helicopters etc.) if 'Protect all Prefabs' is enabled: Choose whether or not to protect AI entities if  "Protect all Prefabs" is enabled. Set to false to reduce hook times, and to avoid protecting wild animals that wander by offline bases. ⚙️  Protect modular and tug boats: Choose whether to protect modular boats and tugboats and their deployables. Checks wheel authorisation list, plus optionally lock authorisation lists. ⚙️  Protect vehicles: Choose whether to protect vehicles or not. Vehicle lock authorisation always has priority. If you want to exclude certain vehicles from protection, add them to the blacklist. Tugboats and modular boats are separate from this. ⚙️  Protect twigs: Choose whether to protect twigs or not. ⚙️  Protect decaying buildings: Choose whether to protect buildings that are either decaying, or have at least 50% of building blocks below 90% health. ⚙️  Ignore decay if due solely to twig: Choose whether to ignore decay state caused solely due to the presence of twig building blocks combined with a lack of wood in the TC. Set to true to ensure raiders cannot disable protection by building twig onto an offline base. ⚙️  Protect grief TCs: Choose whether detected grief Tool Cupboards should retain Offline Raid Protection. True: Detected grief TCs remain protected normally. False: A separately placed, later-created Tool Cupboard overlapping another building’s privilege area can be classified as a grief TC and will not receive Offline Raid Protection. The default is true. Set this to false only if you want ORP to exclude detected grief TCs. Admins can use `/orp.test.grief` to inspect or override individual classifications. ⚙️  Prefabs to protect: List of prefabs that will be protected. Make sure you remove the prefabs you don't want to protect, some of them are pointless. ⚙️  Prefabs blacklist: List of prefabs that will not be protected. Prefabs in the blacklist will always have priority to be unprotected.   Apartment Complex Protection Options ⚙️  Protect apartments from break-ins: Whether to protect apartments from master key break-ins when Raid Protection is active. ⚙️  Protect apartment even when owner absent: Whether apartments with no owner inside should remain protected. True: Apartment protection applies regardless of owner's offline location. False: Apartment protection applies only when owner is offline inside of the apartment. ⚙️  Protect apartment even when rent due: Whether apartments with no upkeep remaining should remain protected. True: Apartment protection applies even in Rent Due state. False: Apartment protection does not apply in Rent Due state. ⚙️  Protect shops from break-ins: Whether to protect rentable shops from master key break-ins when Raid Protection is active. ⚙️  Protect only when damage scale below: Whether to limit apartment and/or shop break-in protection based on damage scale. Example: Set to 0.2 to protect only when damage scale is between 0 and 0.2 (i.e. when protection level is between 80% and 100%). Set to 1.0 or higher to apply break-in protection regardless of damage scale. ⚙️  Use damage scale as break-in success chance: Whether to make a random roll on each break-in attempt, with chance of success equal to damage scale (e.g. 25% chance of success at 75% protection level, 80% chance at 20% protection level, etc.). Only applies when apartment or shop is otherwise protected.   Status HUD Options The Status HUD is optional and disabled by default. It provides players with a compact, configurable view of the protection state for the privilege area they are in. ⚙️ Enabled — Turns the Status HUD on or off. ⚙️ Anchor minimum / Anchor maximum — Sets the HUD anchor position using Unity screen coordinates. The default anchors place it at the top-right of the screen. ⚙️ Offset minimum / Offset maximum — Sets the HUD bounds in pixels relative to its anchors. Adjust these values to move or resize the panel without changing its anchor position. ⚙️ Refresh interval in seconds — Controls how often the HUD refreshes. A lower value updates it more frequently. ⚙️ Display inside trusted privilege — Choose whether the normal HUD is shown while the player is authorized on the relevant building or boat. ⚙️ Display only when protection is active — Hides the normal HUD whenever no active protection is being applied. ⚙️ Display after status command — Shows the HUD temporarily when a player uses the check status command. ⚙️ Status command display duration in seconds — Sets how long the command-triggered HUD remains visible. ⚙️ Show protection percentage — Displays the current protection percentage. ⚙️ Show remaining protection time — Displays the remaining time for the current protection scale when applicable. ⚙️ Show penalty timer — Displays a player’s active penalty timer when applicable. Map Marker Options Map markers are optional and disabled by default. Only players with the plugin’s admin permission can use them; regular players cannot. ⚙️ Enabled — Turns Tool Cupboard and boat markers on or off. ⚙️ Refresh interval in seconds — Controls how often marker state and labels are refreshed. Use a longer interval if immediate visual updates are not required. ⚙️ Enable boat live circle — Updates the map-radius circle for tugboats and modular boats as they move. ⚙️ Visual radius in metres — Sets the radius of each marker circle. ⚙️ Alpha — Sets circle transparency. "0" is fully transparent, and "1" is fully opaque. ⚙️ Protected color —  The color used for 100% protected status. ⚙️ Partial protection color — Color used when only partial protection applies. ⚙️ Vulnerable color — Color used when normal or vulnerable status applies. ⚙️ Decaying color — Color used for decaying building status. ⚙️ Grief color — Color used for a detected or forced grief tool cupboard status. ⚙️ Outline color — Color used for the marker circle outline. ⚙️ Tooltip marker text max. players — Limits how many authorized player names are shown in a marker tooltip.   Timezone Options The fallback timezone is UTC if you leave it blank in the configuration, or if your configured timezone doesn't exist. The timezone identifiers are different for Windows and Linux. You can check the appendices to find your preferred timezone.   Developer API Other Carbon/Oxide plugins can access ORP data through `Plugin.Call`. Available API methods: float API_GetEntityDamageScale(BaseCombatEntity entity, BasePlayer attacker) ulong API_GetEntityProtectionTargetID(BaseCombatEntity entity, BasePlayer attacker) float API_GetPlayerDamageScale(ulong playerID) long API_GetRemainingTimeTicks(ulong playerID) long API_GetPenaltyEndUtcTicks(ulong playerID) bool API_EnablePenalty(ulong playerID, float durationHours) bool API_DisablePenalty(ulong playerID) int API_EnablePenalties(ICollection<ulong> playerIDs, float durationHours) int API_DisablePenalties(ICollection<ulong> playerIDs) Return conventions: Damage-scale methods return -1f when no applicable ORP scale exists API_GetEntityProtectionTargetID returns 0UL when no target is available Time methods return 0L when no active value exists Bulk methods return the number of successfully processed known players   Conclusion The Offline Raid Protection plugin provides a comprehensive solution for protecting players' structures and vehicles. This plugin is essential for any Rust server owner who wants to provide a fair and enjoyable gaming experience for their players. Windows_Timezones.txt Linux_Timezones.txt Prefabs.txt
4.4
$32.99
Well rounded shop, with various features. It's standalone plugin which is compatible with WelcomePanel, HumanNpc. This plugin also supports selling commands, wipe block, no escape, sales, permission access.   Multi-currency support Use different currencies for different items. Economics and ServerRewards (RP) is supported as well as scrap or any other ingame item.     Restrictions Combat, raid, spawn and building block supported alongside with  basic cooldowns and wipe block.   NoEscape is required for combat and raid block.       Appearance   Simple and clean design to ensure smooth user experience for your players.   Additionally Shop can be inserted into WelcomePanel to achieve "all in" server panel.   Customization Widely customizable and feature rich Shop which will  fit all needs of your community.         Field Tested Plugin made by experienced developer,  tested by hundreds of server owners and used by some big organizations.       Discord   Customer support available on discord,   Installation - unzip downloaded package and place Shop.cs file into your plugin folder. - after succesfuly loading the plugin, data folder oxide/data/Shop will be generated - take data files provided in plugin package and drop them into your Shop data folder After finishing these steps your shop is ready to used.         Server Currency   If you don't wish to use ingame items as currency make sure you use either Economics or ServerRewards as you currency management as only those two plugins are compatible with Shop. Default currency setting is Economics ("eco"), if you wish to change it navigate to "oxide/data/Shop/Items.json", open this file in some text editor (VSC recommended) and simply select "eco" and mass replace for desired value. (video here) "eco" for Economics "rp" for ServerRewards "scrap" or any other ingame item   Shop Categories To remove, change or add new categories open "oxide/data/Shop/Categories.json" file. There you will find all categories alongside with items lists. If you wish to remove certain items from category, just head over to item list and delete from there.   Items Changing prices In "oxide/data/Shop/Items.json" you will find every item with their properties, to quick search for specific items press "CTRL + F".  By leaving BuyPrice or SellPrice at 0 you will disable selling or buying of said item. Due to multi-currency support prices can be set only in whole numbers, no decimals. To offset for this, you can set minimal amount requirement. For example instead of selling one piece of wood for 0.01$ you can set minimal amount of  100x wood for 1$.   Removing items If you wish to remove some items from Shop, you can do that directly in  "data/Shop/Categories.json" file. Removing items from "Items.json" is not needed as they have no effect unless they are listed in some category. Adding new items To add new item you must first head over to "Items.json" data file and create new entry by copy pasting some of the existing ones. Once done with that you can add the  item into category. To add multiple versions of same item can be created by simply adding unique tag behind shortname, for example "rifle.ak{1}",  "rifle.ak{2}", etc...   Commands Adding new commands Commands can be create at "data/Shop/Commands.json". Plugin can only run server side console commands and then parse steam id or player name with tags {steamid} and {playername}. There are two examples shown in default data file. Server side console commands are common thing and almost all plugins utilize them. Listing commands in categories Simply type in one of your command names into category item list like this "cmd/yourCommandName". Slash cmd in front of command name is there to make difference between ingame item and command.   Cooldowns These are very basic, cooldown is triggered when buy/sell action is triggered. By using minimal amount requirement for items you can manage how much player buy and how often. Cooldowns are managed in "data/Shop/Cooldowns.json". Default data file contains two example of cooldowns but it's simply shortname and amount of seconds.     Restrictions Raid and Combat Block Managed by NoEscape plugin, option to enable these two block can be found in config file. Building Block Prevents players from using shop while they are building block, option can be found in config file. Spawn Block Prevents players from using shop after they respawn, amount of seconds can be set in config file, 0 = disabled. Wipe Block Prevents players from buying specific items after wipe. Settings are located in "data/Shop/ItemsWipeBlock.json", similar as cooldowns.   Sales By Permission (config file) Discount on every item in the shop assigned by permission, multiple permission can be created with their own discount values. By Category (categories data file) Discount for every item within specified category. By Item Discount for specific item in the shop. If item is already in discounted category, higher discount will be applied.   WelcomePanel integration To integrate this plugin into WelcomePanel simply use one of the four configs included in download package. These config were premade for each WelcomePanel template (goes from 1 to 4). In case you have own  highly customized layout for WelcomePanel you will have to adjust "Layout Container" in Shop config file by yourself.                  
4.9
Upgrade the tier-1 monuments on your server with custom-built Blue Keycard Puzzle Rooms for both the Supermarket and Oxum’s Gas Station! Naturally, these starter monuments only offer basic green card setups or loose loot. This plug-and-play configuration transforms their doors into fully operational blue card puzzle rooms, giving your players a thrilling progression step and a reason to fight over these unused spaces. Perfect for adding depth to low-tier areas without cluttering your map with completely custom monuments! Features Seamless Integration: Designed to perfectly fit the existing vanilla doors inside and outside the Supermarket and Gas Station. Progressive Gameplay: Upgrades these standard areas into blue keycard puzzle destinations requiring an active fuse/card setup. Customized Loot Tables: Packed with various loot crates (such as military crates, tech crates, and toolbox) to make completing the puzzle highly rewarding. Optimized Performance: Uses native monument assets and zero-friction entity placement to ensure zero impact on server performance or FPS drops. Plug & Play: Easy installation via standard monument plugins. The loot will be based on your own loot table! Im using my 2x table in the videos that can be found here: Link Supermarket Blue Room Configuration: Actives the locked back-room doors, turning the storage area into a high-tier loot closet. Gas Station Office/Restroom Puzzle: Restores functionality to the office space, turning the tiled backrooms into a secure crate cache. Video of the config:   
5.0
sale
$39.99 $29.99
CubeBuild is a plugin that adds Minecraft-style building with cube blocks. Players receive a special building plan and can create structures from blocks: houses, castles, towers, statues, and many other objects that are difficult or impossible to build with the standard building system. Cube structures can be used not only as decorations. Players can place regular deployable objects inside these buildings, such as boxes, workbenches, furnaces, planters, lights, sleeping bags, and other items needed for gameplay and progression. There are currently 7 block categories available: wood, stone, brick, concrete, metal, high quality metal, and glass. Each category includes several skins, allowing players to combine different materials, colors, and textures in one build. More than 30 block variants are currently available. More blocks may be added in the future based on customer requests.   AI Building Generation The plugin includes instructions for generating ready-to-use builds with AI. You can describe the build you want in ChatGPT, for example: a castle, village, tower, statue, or arena. After that, AI will generate a special building file in the CubeBuild format. Simply add this file to the plugin data folder, and the build can be pasted on the server with one command: /cubepaste <presetName> Plugin reload is not required. This allows you to quickly create new objects without placing every block manually. An administrator can generate a build, upload the file to the server, and instantly place it in the desired location. The instruction has been tested only with ChatGPT. Compatibility with other AI services is not guaranteed.   Copy and Paste The built-in copy and paste system allows you to save completed builds and place them later. You can build an object once, save it as a preset, and reuse it at any time. At the moment, this feature is intended for administrators only. Custom Building Privilege CubeBuild has its own building privilege system, which replaces the standard building privilege for cube structures. It is designed to protect the house from decay and works as a separate upkeep system. If there are enough resources, the structure will be protected from decay. If the resources run out or are not sufficient, the cube blocks will gradually start to decay. The building privilege UI also includes a convenient repair feature. A player can repair the entire house inside the privilege zone with one button, without repairing each block manually.   Limitations CubeBuild uses separate entities for cube blocks, so they should not be placed in unlimited amounts. The config includes block limits for each player. It is not recommended to disable these limits or set them too high. I cannot guarantee stable plugin performance if more than 50,000 cube blocks are placed on the server.   Chat Commands - /givecubeplan - gives a custom building plan. Admin only. - /killallcubes - deletes all cubes and custom doors created by the plugin. Admin only. - /cubecopy <radius> <presetName> - copies a cube structure within the specified radius and saves it as a preset. - /cubepaste <presetName> - pastes a previously saved build. - /cubedelete <radius> - deletes cubes within the specified radius.   Console Commands - givecubeplan <userId> [amount] - gives one or more custom building plans to a player.   Permissions - cubebuild.building - allows players to use the custom building plan. - cubebuild.copy - allows players to use the copy command. - cubebuild.paste - allows players to use the paste command. - cubebuild.delete - allows deleting blocks within a radius.   Plugin Config en  –  example of plugin configuration in English ru  –  example of plugin configuration in Russian   Check out the rest of my work:  Adem's Codefling Library You can reach out to me in Discord:  Adem's Discord Profile Join the Mad Mappers Discord!
5.0
sale
Welcome to "Decay: The Last Haven," a custom map for the game RUST that immerses players in a post-apocalyptic world where survival is a luxury. This expansive map, with a size of 4500, boasts around 70,000 prefabs, creating a rich and detailed environment. It's fully compatible with BetterNPC plugins(Config for bots in the  file), and Train Homes, featuring three stations for the plugin. The map showcases a double-track surface railway, offering two metro entrances with separate branches for spawning trains, complemented by an intricate underground railway system. The layout includes evenly spaced monuments to optimize the FPS load for clients, ensuring smooth gameplay. Players can find custom building spots in the subway, marked as 'XU' on the minimap, amidst a network of bridges that are navigable by tugboats. The map's design incorporates a multitude of rivers, allowing tugboats and other water transport to access any point on the map with ease. For those seeking a strategic advantage, the map presents custom monuments in ample quantity for a comfortable and engaging gaming experience. Builders will appreciate the custom sites, indicated by 'X' on the minimap, while the heart of the map features fresh water and lush vegetation, ideal for farmers. Explorers can discover a large number of small settlements and standalone buildings, not marked on the road map, offering hidden gems throughout the landscape. Adventurous players can delve into underwater farm zones, denoted by 'O' on the minimap, and explore the depths of an underwater laboratory. To add to the excitement, the map is equipped with ziplines, providing a thrilling way to traverse this desolate yet captivating world. "Decay: The Last Haven" is not just a map; it's a testament to the resilience of humanity in the face of desolation, offering a sanctuary for those brave enough to claim it. Features: Map size:  4500; Prefabs count:  ~65K; Compatible with BetterNPC plugins (Config for bots in the  file) & Train Homes ( 3 stations for plug-in ); Double-track surface railway with 2 entrances to the metro with separate branches for spawn trains; Underground railway; Evenly spaced monuments to spread the FPS load of client; Custom places for building in the subway (XU on the minimap); A lot of bridges ( The tugboat passes ); A large number of rivers, tugboats and other water transport can pass to any point on the map; Designed custom monuments in sufficient quantity for a comfortable game; Custom building sites (X on the minimap); Fresh water and vegetation for farmers are in the center of the map; A large number of small settlements/single buildings not marked on the road map by road; Underwater farm zones (O on the minimap); Underwater Laboratory; Ziplines. Custom monuments: Nuclear Cargo; Settlement; Bandit Settlement; Wood Industry; Industrial Settlement; Office Area; Reverpost; Shorpek; Warehouse Settlement; Bandit Ship; Slave Ship; Rebel Ship; RW Station; A large number of small settlements/single buildings not marked on the road map by road; A lots custom places to build a base. ( "X"/"XU"  on map  ); Underwater farm zones ( "O" on map ). Monuments: Combined Outpost; Launch Site; The Dome; Apartments complex; Ziggurat; PowerPlant; JunkYard; Harbor; Airfield; Arctic Research Base; Desert Military Base; Ferry Terminal; Large fishing village; Oxum`s Gas Station; Abandoned supermarket; Fishing villages; Lighthouses; Satellite Dish; Nuclear Missile Silo; Water Treatment Plant; Train Yard; Giant Excavator Pit; Underwater laboratory; Ranch; Underground railway; Quarries(HQM,Stone, Sulfur); Large oilrig; Oilrig. My Discord: shemov A password is attached to the map.  You can edit it.
5.0
sale
$32.99 $28.99
🌃 Metropolis: Where Concrete Meets Carnage  Dive into Metropolis, a densely packed, abandoned city map where danger lurks on every street corner and the highest loot awaits the bold. This 4700-sized environment transforms the survival sandbox into an intense urban battleground, perfect for players craving high-stakes PVP and intricate exploration. The heart of the map is the vast Metropolis itself—an urban labyrinth heavily patrolled by two formidable Bradleys and overseen by airborne Scientists. Navigate the city's depths to find multiple puzzle rooms (2 Red, 1 Blue, 2 Green) and unlock the abundant loot scattered throughout its concrete canyons.   Custom Safe Zone: New Haven Outpost This once-abandoned locale has been meticulously re-energized by a team of Cobalt scientists, providing the starting population with an abundance of supplies and services. This monument retains all the essential features of the original Outpost—and delivers much more: Striking Architecture: The central compound is now secured by large, custom glass walls, creating a visually stunning and unique aesthetic. Custom Water Features: A tranquil, custom-built lake and an elegant fountain enhance the environment. Functional water catchers are installed, providing players with a reliable source of hydration. Expanded Services: A custom Air Wolf vendor has been integrated for convenient helicopter purchases. High-Stakes Casino: An all-new, dedicated casino allows players to safely gamble their riches, adding a fun and high-risk activity to the safe zone. Ample Safe Loot: Players can safely gather a generous amount of loot scattered throughout the outpost.   Thrills and Exploration Experience the map's unique flair with a custom-built, fully working rollercoaster that is plug-in controlled to spawn a vehicle for your player with the press of a button! Explore intricate infrastructure including underground train tunnels, underground roads, and custom bridges, as well as two Heli Towers offering verticality to the fight.    💧 Water Treatment & Sewer Branch Reimagined Welcome to the New Sewer Treatment Plant, a monument that takes the best features of both Water Treatment Plant and Sewer Branch to create one incredible, high-value loot location. This massive, abandoned facility is loaded with features and rewards. Cobalt's Control: Don't be fooled by the ruin; Cobalt Scientists still maintain control over the facility's sewer drains. Underground Puzzles: Navigate two new, exclusive puzzles deep within the piping, featuring a dedicated Blue and Green keycard room. Lurking Danger: Keep your guard up—a scientist or two may still be lurking in the shadows, guarding their subterranean assets.     Map Prefabs Count: 24,493 | Map Size: 4700 Monument List Custom Monuments and Prefabs Metropolis New Haven Outpost Murder Farm The Roller Coaster Sewage Treatment Plant 19 custom build locations Underground Train Tunnels Underground Roads Custom Bridges 2x Heli Towers Mod Room For Staff Facepunch Monuments Bandit Camp Missile Silo  Apartment Complex Launch Site Artic Research Stone, Hqm, & Sulfer Quarry Rad Town Power Plant Airfield Trainyard Jungle Ziggurat 2x Mining Outpost Large Harbor Small Harbor 3x Oxums gas Station 2x lighthouse Supermarket Large Barn Ranch Military Tunnel Missile Silo Ferry Terminal Giant Excavator Abandoned Cabins Large Fishing Village 2x Small Fishing Village Large Oil Rig Small Oil Rig 2x WaterWell For any Assistance or questions Please contact me on Discord @ https://discord.gg/THf6dGN8eW Acknowledgements Shoutout to Substrata for helping with making the plugin for the rollercoaster. Shoutout to MrLiquid and the Luffy Map Testing team for their help polishing this map. Shoutout to Milky for help with making the video.
5.0
🔴 Live · 4.4M player profiles ranked Competitive Analytics for modern Rust communities. Live leaderboards, ranked profiles, interactive 3D Event Maps™, seasonal challenges, and 178+ tracked metrics. Powered by server-side tracking — no client install required for players. Tracking competitive Rust since 2021. Start Free Trial Browse Servers Your browser does not support the video tag. 4.4M Player Profiles 160 Servers Tracked 178+ Tracked Metrics 43M Events / Day 🏆 Leaderboards & Rating Engine At the heart of RankEval is a powerful, customizable rating engine. Every tracked stat rolls into a fair, preset-driven ranking. Track 178+ unique player statistics From K/D and accuracy to gathering, raiding, and gambling, every action is processed through our proprietary rating algorithm. Diminishing returns discourage single-stat grinding — spreading activity beats farming one number. Stats are grouped into preset categories. Server owners set category weights to define a PvP-focused, farming-focused, or balanced ladder identity — no two leaderboards are alike. Browse the full stat catalog in the Knowledgebase → 🔄 Wipe Mode Resets every server wipe. Current-wipe ratings only. 👥 Team Mode Aggregates every member of an in-game team automatically. ∞ Lifetime Mode Cumulative stats across every wipe on a server. 📷 Wipe Snapshots Each wipe is frozen for historical comparison. 12 tracked stat categories Every stat lives in one of these categories. Server presets decide which ones count — and how much. 🔫 PvP Kills, deaths, damage, accuracy & hit-zones. 💀 PvE Animals, scientists & other NPC kills. 🚩 Events Oil rigs, Cargo, Heli, Bradley, raids, keycards. 💣 Explosives C4, rockets, satchels, grenades & ammo. ⛏️ Gathering Wood, stone, metal, sulfur, HQM & scrap. 🌱 Farming Berries, pumpkin, corn, potato & hemp. 🎲 Gambling Blackjack, slots, poker & wheel. 🏰 Building Blocks placed & base construction activity. ⚠️ Trap Trap placement & trap-related kills. 🐟 Fishing Fish caught & fishing activity. ⚡ Electricity Electrical components & power networks. 🚤 Boat Boat usage & maritime activity. 🎯 Ranked Player Profiles Every player earns a public profile that turns raw stats into a competitive identity — rank, archetype, mastery, and rivalries. 🥇 Rank Tiers & Divisions An overall rating maps to a named tier with five divisions. Pass the placement floor to earn your badge, server rank, and percentile. 🎭 Playstyle Archetypes A label drawn from the preset category you rate highest in — raider, farmer, sharpshooter, and more. 🎯 Combat Fingerprint A six-axis radar — aim, head accuracy, K/D, range, power, volume — plus a full body-zone hit map. ⚔️ Weapon Mastery Every weapon you have killed with, ranked by kills. Mastery climbs from Novice to Grandmaster; your top weapon becomes your signature. ⚔️ Rivalries Head-to-head kill history surfaces your nemesis, your favourite target, and a log of recent duels. 🏅 Challenge Titles Prestige titles awarded hourly to the #1 player on a given stat — a single-holder crown to fight over. 🗺️ LiveMap & Event Maps™ An interactive 3D Rust map with real-time player positions, event activity, and heatmaps. Watch your wipe unfold and replay it. Event Maps™ — Live Replay See the whole battlefield Monuments, player and team positions, Attack Helicopter and Bradley tracking, raids, and event activity — all on a true 3D map. Perfect for post-wipe analysis, staff review, and community engagement. 🔥 Kill, gather & build heatmaps reveal hotspots and PvP flashpoints across the map. 🚁 Event tracking for Oil Rigs, Cargo, Excavator, Heli, and Bradley — respawn and taken. 📍 Position playback — scrub through the timeline and watch movement unfold. ⚡ 3-second live ingest keeps the map current with what is happening in-game right now. ☁️ Cloud Control Panel Every deployment is managed from a powerful web-based panel. Configure everything — without touching a line of code. Complete control over your system Manage organizations, servers, presets, and access from a single interface. Changes sync to the Harmony mod on the next config pull. ✓ Create custom leaderboards per server or organization. ✓ Define stat weightings, rating presets, and category layout. ✓ Toggle modules — team scoring, challenges, event maps. ✓ Assign roles and access control per org or server. ✓ Manage wipes — snapshot and reset with one action. No two configs are the same — and you never touch code. 🏢 Orgs & Servers Create orgs, attach servers, manage access tokens. 🎚️ Rating Presets Set active categories, weights & which stats count. 🏆 Challenges Enable titles, set thresholds & control badges. 📍 Event Maps Attach a map to record position & event data. 💬 Discord Linking Connect a guild for commands, alarms & alerts. 📷 Wipe Management Snapshot & reset wipes; lifetime data continues. 🔌 Built for Players & Owners A complete server-side toolkit. Players install nothing — everything runs through the Harmony mod and your Discord. 🔌 Harmony Mod Runs server-side. No client install for players. Configurable presets. 💬 Discord Bot Account linking and /rank commands in any guild where the bot lives. 🛡️ Raid Alarm Raid events on your base push a Discord alert — even when you are offline from the game. 🎁 14-day free trial Turn your Rust server into a competitive ecosystem. Spin up your organization in the cloud control panel. No charge during the trial — cancel anytime. Join the community of server owners who trust RankEval. Start Free Trial Browse Servers Want the full breakdown first? Read the Knowledgebase → Trusted by 200+ Rust organizations worldwide • 4.4M player profiles • Tracking competitive Rust since 2021  
5.0
sale
$20.00 $16.50
Thrill Your Players with the Ultimate Rollercoaster Monument! Looking to add a unique, high-octane attraction to your Rust server? The Rollercoaster Monument is a custom-built, plug-and-play experience designed to give your players a shot of adrenaline and a rewarding challenge. This isn't just a static building; it’s a fully functional amusement ride paired with classic Rust progression, making it a must-have destination on your map. 🎢 Key Features Custom SedanRail System: Includes a specialized plugin that manages ride vehicles automatically. Zero-Fuss Operation: Players simply press a button to spawn a SedanRail car. No searching for parts or managing fuel—the ride is always ready! Auto-Cleanup: To maintain server performance, the car automatically despawns the moment a player exits the vehicle. Integrated Loot & Progression: Scattered loot spawns throughout the monument give players a reason to explore every corner. Blue Card Puzzle Room: Features a functional puzzle room requiring a Blue Keycard, providing high-tier rewards for those who complete the challenge. Plug-and-Play: Designed for easy integration into existing map files with minimal setup required. 🛠️ Technical Details Requirements Oxide/uMod (for the included plugin) Vehicle Type SedanRail (No fuel required) Puzzles Blue Keycard Room PerformanceOptimized for low impact on server FPS Why Add This to Your Server? In the competitive world of Rust servers, unique custom monuments are what keep players coming back. This rollercoaster combines the fun of a social hub with the essential "looting and scooting" gameplay players love. Whether you’re running a Chill PVE community or a Hardcore PVP server, this monument offers a memorable landmark that sets your map apart. Give your players the ride of their life and the loot to match! For any Assistance or questions Please contact me on Discord @ https://discord.gg/THf6dGN8eW
5.0
sale
This is a custom package created by us, featuring 110 unique bases and a specialized loot setup tailored for five difficulty levels, ranging from Easy to Nightmare. Note:  The building skins in the package showcase images may differ from the spawned bases or use the default building skin. Warning: The Raidable Bases plugin requires the Copy Paste plugin to function. You must install both for this bases pack to work. 🔗 Raidable Bases (Paid): https://codefling.com/plugins/raidable-bases 🔗 Copy Paste (Free): https://umod.org/plugins/copy-paste This Raidable Bases Pack & Loot Tables package includes: 🏡30 Easy Bases            +🗡️Base_Loot Tables   (Easy "Vanilla" and "Enhanced" tables included) 🏡30 Medium Bases       +🗡️Base_Loot Tables   (Medium "Vanilla" and "Enhanced" tables included) 🏡30 Hard Bases            +🗡️Base_Loot Tables   (Hard   "Vanilla" and "Enhanced" tables included) 🏡10 Expert Bases          +🗡️Base_Loot Tables   (Expert "Vanilla" and "Enhanced" tables included) 🏡10 Nightmare Bases   +🗡️Base_Loot Tables   (Nightmare "Vanilla" and "Enhanced" tables included) Beware:   Our loot table package includes only the 5-tier loot tables within the Base_loot folder, ranging from easy to nightmare. It does not include the loot tables from the Difficulty_Loot or Weekday_Loot folders. With a total of 110 bases, this package focuses on simplicity and optimization. Most bases are protected by turrets and traps, and each base is designed with player PC performance and server stability in mind.   VANILLA AND ENHANCED LOOT TABLES FOR RAIDABLE BASES This package includes 10 different base loot table files, ensuring a well-structured and advanced configuration for every difficulty level, from Easy to Nightmare. 5 loot files for the Vanilla setup (Easy, Medium, Hard, Expert, Nightmare), offering a balanced loot experience with some junk items, staying close to a 1x rate. 5 loot files for the Enhanced setup (Easy, Medium, Hard, Expert, Nightmare), designed for modded servers with 2x, 3x, or higher gather rates, featuring cleaner loot tables with minimal junk and more valuable rewards. 📁 Installation Path: All loot table files are intended for the /oxide/data/RaidableBases/Base_Loot directory. ⚠️ Setup Requirement: You must choose and install only one loot table setup at a time—either Vanilla or Enhanced. If you want to switch, you can replace the current files with the other set, but both cannot be active simultaneously. For those exclusively seeking the loot table, we offer it as a standalone product:  https://codefling.com/customizations/raidable-bases-loot-tables-pack (Note: If you've purchased our Raidable Bases Pack & Loot Tables (110 Bases) package, there is no need to buy this separately.)   WARNING: TWO DIFFERENT INSTALLATION METHODS (PLEASE READ BOTH AND APPLY ONLY THE ONE THAT FITS YOUR NEEDS) INSTALLATION GUIDE 1: (If you do not have a custom configuration and are not a professional in server configurations, choose this option. However, if you already have your own configuration and profile settings and do not wish to use the optional configs we provide—in other words, if you only need the bases and loot tables—use the second installation guide instead.) Step 1: Place the Config File From the extracted ZIP files, locate the config folder and find the RaidableBases.json file. Move it to the following directory: 📁 /serverfiles/oxide/config Step 2: Place the Bases From the extracted ZIP files, locate the copypaste folder and move it to the following directory: 📁 /serverfiles/oxide/data Step 3: Place the Base_Loot Tables From the extracted ZIP files, locate the Base_Loot folder and move it to the following directory: 📁 /serverfiles/oxide/data/RaidableBases Important: If there are any existing JSON files inside this folder that are not part of our loot tables, delete them to ensure proper functionality. Choose between Vanilla or Enhanced loot tables based on your preference. If the folder is named "Base_Loot (Enhanced loot)", remove the text in parentheses so that the correct folder name is simply: "Base_Loot"   (Otherwise, the loot tables will not work properly.) Step 4: Place the Profiles Folder From the extracted ZIP files, locate the profiles folder and move it to the following directory: 📁 /serverfiles/oxide/data/RaidableBases Why Are Profiles Important? The profiles folder contains crucial settings that allow you to: ✔️ Enable/disable the dome ✔️ Enable/disable NPCs ✔️ Adjust the number of lootable items These are just a few examples—there are dozens of important settings that directly affect how raid bases function. The config file alone is not enough—these files play a major role in customizing your raid bases. ⚠️ I strongly recommend reviewing each difficulty setting (Easy to Nightmare) inside the profiles folder and adjusting them based on your needs. Step 5: Restart the plugin via RCON: o.reload RaidableBases INSTALLATION GUIDE 2: (Use this installation method if you do not want to use our configurations and instead prefer to use your own config files and your own /oxide/data/RaidableBases/Profiles configurations.) In this case, you only need to add the bases. To do this, use the following commands in RCON:   Step 1:   You can add bases one by one or in bulk. After executing the commands in RCON, the bases will be registered inside the Profiles configuration. If you do not want to deal with these adjustments, it is recommended to use Installation Guide 1 instead. A- Example RCON commands:   rb.config add "Easy Bases" fullwipedeasy1 rb.config add "Hard Bases" fullwipedhard1 B- Commands to Integrate Raid Bases in Bulk via RCON: rb.config add "Easy Bases" fullwipedeasy1 fullwipedeasy2 fullwipedeasy3 fullwipedeasy4 fullwipedeasy5 fullwipedeasy6 fullwipedeasy7 fullwipedeasy8 fullwipedeasy9 fullwipedeasy10 fullwipedeasy11 fullwipedeasy12 fullwipedeasy13 fullwipedeasy14 fullwipedeasy15 fullwipedeasy16 fullwipedeasy17 fullwipedeasy18 fullwipedeasy19 fullwipedeasy20 fullwipedeasy21 fullwipedeasy22 fullwipedeasy23 fullwipedeasy24 fullwipedeasy25 fullwipedeasy26 fullwipedeasy27 fullwipedeasy28 fullwipedeasy29 fullwipedeasy30 rb.config add "Medium Bases" fullwipedmed1 fullwipedmed2 fullwipedmed3 fullwipedmed4 fullwipedmed5 fullwipedmed6 fullwipedmed7 fullwipedmed8 fullwipedmed9 fullwipedmed10 fullwipedmed11 fullwipedmed12 fullwipedmed13 fullwipedmed14 fullwipedmed15 fullwipedmed16 fullwipedmed17 fullwipedmed18 fullwipedmed19 fullwipedmed20 fullwipedmed21 fullwipedmed22 fullwipedmed23 fullwipedmed24 fullwipedmed25 fullwipedmed26 fullwipedmed27 fullwipedmed28 fullwipedmed29 fullwipedmed30 rb.config add "Hard Bases" fullwipedhard1 fullwipedhard2 fullwipedhard3 fullwipedhard4 fullwipedhard5 fullwipedhard6 fullwipedhard7 fullwipedhard8 fullwipedhard9 fullwipedhard10 fullwipedhard11 fullwipedhard12 fullwipedhard13 fullwipedhard14 fullwipedhard15 fullwipedhard16 fullwipedhard17 fullwipedhard18 fullwipedhard19 fullwipedhard20 fullwipedhard21 fullwipedhard22 fullwipedhard23 fullwipedhard24 fullwipedhard25 fullwipedhard26 fullwipedhard27 fullwipedhard28 fullwipedhard29 fullwipedhard30 rb.config add "Expert Bases" fullwipedexp1 fullwipedexp2 fullwipedexp3 fullwipedexp4 fullwipedexp5 fullwipedexp6 fullwipedexp7 fullwipedexp8 fullwipedexp9 fullwipedexp10 rb.config add "Nightmare Bases" fullwipednight1 fullwipednight2 fullwipednight3 fullwipednight4 fullwipednight5 fullwipednight6 fullwipednight7 fullwipednight8 fullwipednight9 fullwipednight10 Step 2: Place the Base_Loot Tables From the extracted ZIP files, locate the Base_Loot folder and move it to the following directory: 📁 /serverfiles/oxide/data/RaidableBases Important: If there are any existing JSON files inside this folder that are not part of our loot tables, delete them to ensure proper functionality. Choose between Vanilla or Enhanced loot tables based on your preference. If the folder is named "Base_Loot (Enhanced loot)", remove the text in parentheses so that the correct folder name is simply: "Base_Loot"   (Otherwise, the loot tables will not work properly.) Step 3: Restart the plugin via RCON: o.reload RaidableBases EXTRA IMPORTANT INFORMATIONS: We do not use a dome, NPCs, or arena walls around raid bases on our servers, and in the ZIP file we provided, these features are also disabled by default. If you want to enable them, you will need to adjust the settings accordingly. For example, to enable the dome, follow the steps below: Navigate to: /oxide/data/RaidableBases/Profiles Open the files inside the Profiles folder with a text editor. Locate the following settings: (This is already set to false because it is required for markers to appear on the map.) "Spawn Silently (No Notification, No Dome, No Map Marker)": false, "Create Dome Around Event Using Spheres (0 = disabled, recommended = 5)": 0, Change the value from 0 to 5 as shown below: "Create Dome Around Event Using Spheres (0 = disabled, recommended = 5)": 5, Additionally, the loot amount for bases varies depending on the difficulty level (easy, medium, hard, expert, and nightmare). You can adjust this setting in the same Profiles location according to your needs: "Amount Of Items To Spawn": 210, For example, in medium bases, this value is set to 210, which determines the total number of items that will appear in crates, furnaces, and the cupboard. Our current configuration is specifically adjusted to prevent players from feeling overwhelmed by massive buildings right after a wipe. We have configured Maintained Events accordingly to ensure a balanced experience. In our setup: - Timed events and purchasable events are disabled. - After a wipe, easy bases will start spawning 30 minutes later. - Nightmare bases will begin spawning 48 hours (2 days) later. Imagine starting the game with just a torch in hand and immediately encountering a nightmare base on the shore. You’d likely quit the game right away—this setting is crucial for us to avoid such scenarios. Configuration Example: serverfiles/oxide/config "Maintained Events": {   "Always Maintain Max Events": true,   "Max Maintained Events": 30,   "Enable X Hours After Wipe (0 = immediately)": {     "Easy": 0.5,     "Medium": 1.0,     "Hard": 3.0,     "Expert": 24.0,     "Nightmare": 48.0       All of our bases from Easy to Nightmare are equipped with turret protection. If you do not want turrets to spawn in your raidable bases on your server, you can use the following method. Go to the file path /data/RaidableBases/Profiles, open the JSON files inside with a text editor, and apply the following:   "Kill These Prefabs After Paste": [     "assets/prefabs/npc/autoturret/autoturret_deployed.prefab",     "autoturret_deployed" ], If you are satisfied with this package, you can support us by leaving a 5-star review on the site where you purchased it. Your feedback motivates us to continue improving and providing even better configurations for dedicated server owners like you. Please leave a review here:  https://codefling.com/bases/raidable-bases-pack-loot-tables-110-bases?tab=reviews Thank you! ❤️ Support:  FULLWIPED DISCORD  
5.0
$19.99
This plugin allows you to set how many times per day players can raid bases. It is a very straight forward plugin with lots of features to customize it for your server such as scheduled reset times, custom UI, and protection options.     Features: Limit number of raids that players can perform daily Scheduled reset times, even when server is offline Option for "free" raids against your attackers when defending your base Limit sync with teams and clans Assign bonus raid points to individuals Damage thresholds for raids Configurable messages Customizable UI Works with Simple Status Works with Clans Works with protection plugins (configurable) Documentation: A full readme including permissions, command, and config options is available in  this google doc link.   Disclaimer: Like all of my plugins - this plugin is sold as is. I will be happy to take feature requests into consideration but make no guarantees about which ones get implemented. Please refer to the feature list before you make your purchase  🙂
5.0
Highest Rated
Top-rated picks trusted and loved by the community.
Latest Reviews
See what customers are saying about their experience with files.
Great plugin for adjusting the powergrid levels and give the players on my PVE server some real power ! 😍
Custom Item Vending is an absolutely fantastic plugin and has quickly become a favorite across the LuffyRust servers. The amount of flexibility it provides is outstanding, allowing us to create unique, customized vending experiences that fit our server perfectly. The plugin is versatile, reliable, and opens up so many possibilities for custom items, player trading, rewards, and server progression. Our players genuinely love the features it brings, and it has added another enjoyable layer to
Using it as a centerpiece for my test server and I love it. Thank you ❤️
2 reviews sold me. server is going wild to get home from work to use this in game.
simple and a high quality mod. lay out is love and install was easy. simple to use for my players and perms are easy to grant. a huge plus is, it does not have a lot of drag on the server. money well spent and thank you!!! healthy mod for a healthy server!!    
Good map with good potential however significant patching required, military tunnels was floating 50 metres in the air and every single river had to be fixed as the water was clipping through the surrounding areas

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.8m
Total downloads
Customers
11.8k
Customers served
Files Sold
167.6k
Total sales
Payments
3.6m
Processed total
×
×
  • 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.