Jump to content
Featured framework
Carbon for modern Rust servers
Fast, self-updating, and built for performance with seamless in-game plugin and server management.
1,400+ servers powered by Carbon
FEATURES Map size: 4500; Prefab count: ~72k; A lot of attention was paid to nature, and each section of the map was designed in detail; Most of the rocks are hand-crafted, which makes them look much better. The custom config for the BetterNpc plugin is set up so that bots are present at all points of interest; Compatible with BetterNPC plugins (Config for bots in the file),  Train Homes and Raidable bases; Underground railway; Custom road junctions; A large number of small settlements/single buildings not marked on the road map by road; Double-track surface railway with 1 entrance to the metro with separate branches for spawn trains; Ring road (compatible with event plugins); Evenly spaced monuments to spread the FPS load of client; Custom building sites (X on the minimap); Custom places for building in the subway (XU on the minimap); Bridges are designed for easy tugboat access; A large number of points with access to fresh water for farms. ( Rivers inside the island work like regular game rivers ) CUSTOM MONUMENTS Sunken City; Nuclear Cargo; Command Post; Bunkers ( X8 ); Underwater caves (x2 ) ( Zones for underwater farm ); Sunken Containers (x2 ) ( Zones for underwater farm ); A lots custom places to build a base. ( "X"/"XU"  on map  ); Train Station ( For Train homes plugin ) A lots unmarked buildings. FACEPUNCH MONUMENTS Combined Outpost; Harbour (2/2); Ferry Terminal; Radtown; Abandoned Supermarket; Nuclear Missile Silo; Oxum's Gas Station; Airfield; Lighthouse; The Dome; Water treatment plant; Trainyard; Power Plant; Arctic Research Base; Desert Military Base; Giant Excavator Pit; Stone, Sulfur & HQM quarries; Satellite Dish; Small & Large Oil Rig; Large Underwater Lab. My Discord: shemov A password is attached to the map.  You can edit it.
5.0
Welcome to Wallpaper Planner a lightweight, fast, and user-friendly extension for Rust that enhances the default wallpaper tool with a powerful custom skin selector. 📐 Features 🔳 Custom UI: Access a sleek, in-game wallpaper selector by middle-clicking (FIRE_THIRD) while holding the wallpaper tool. The plugin automatically detects whether you're aiming at a wall, floor, or ceiling and opens the correct category. ⭐ Favourites System: Mark your favourite skins in each category, then easily toggle a view that shows only your most liked wallpapers. 👑 VIP Skins (New): Offer exclusive VIP-only wallpapers, floors, and ceilings to supporters or special groups. Create unlimited VIP tiers in the config (e.g. wallpaperplanner.vip, wallpaperplanner.vip1, wallpaperplanner.vip2, etc.). Assign unique skins to each tier. Players with the matching permission automatically see their extra VIP skins in the UI. 🎨 100% Custom All wallpapers are exclusively made for this plugin. No DLC or official skins are used, though some designs may be inspired by existing skins. 🎨 More Skins Incoming: New exclusive custom wallpapers are added regularly. You can also import your own Workshop skins with ease. 🔐 Permissions wallpaperplanner.use — Grants access to the wallpaper planner UI. wallpaperplanner.outside — Allows use of wallpapers outside of a player’s base. (Please note: This is currently in Beta. Not all skins perform perfectly on exterior surfaces or Armoured Tier walls.) wallpaperplanner.admin — Enables admin-only tools to rename, delete, or manage skins directly through the UI. 💬 Chat Commands /wallpaperplanner — Use this if you prefer a custom keybind instead of the middle mouse button. Must be used while holding the wallpaper planner. Example: Bind to H key Open console (F1) and enter: bind H "chat.say /wallpaperplanner" List of input keys to use in config that rust accepts. BACKWARD LEFT RIGHT JUMP DUCK SPRINT USE FIRE_PRIMARY FIRE_SECONDARY RELOAD FIRE_THIRD DISABLED ⛔ DISABLED Input Key (New): Server owners can now disable the UI keybind system entirely. In the config, set: "UI input key": "DISABLED" This prevents the menu from opening with FIRE_THIRD, allowing admins to enforce custom binds (e.g. /wallpaperplanner only).
5.0
$30.00
Manage your Rust server easier and more efficiently with the AdminMenu plugin. Track players, interact with them, edit their data and permissions, as well as change server convars and manage plugins. Features: Menu retains its state after closing, you won't lose everything you did before. Ability to fully translate the menu into any language.   Large range of permissions for each action, will allow you to flexibly customize the admin menu for each group of administrators. Quick menu that allows you to perform quick actions Full list of players with the ability to filter by online, offline, admins and moderators. Also has a frame of different colors depending on the level of authorization. Wide range of information and actions for the selected player. Editing convars with search. Has a complete list of editable convars with descriptions for some of them. Extensive issue menu by category, with easy management of name, skin and amount (manual, +1, +100, +1000, +10000). Plugin management menu. It is possible to reload, unload or load a plugin easily and quickly. Updates occur in real time. Ability to create your own custom buttons that execute several commands Quick Start: You install the plugin in the plugins folder. Give yourself the adminmenu.fullaccess permission.   Commands, use one of your choice, one for the player and one for the admin group:   o.grant user [name or steamid] adminmenu.fullaccess   o.grant group admin adminmenu.fullaccess Press the X button (swap  seat button) or type adminmenu in the console. Enjoy   Useful stuff: You can quickly open a player in the admin menu. To do this, point at the player and press X. You don't have to hover over the player exactly, you will be able to open players within a certain radius of the place you are looking at.   CUSTOM BUTTONS Custom buttons are buttons that when pressed will execute commands on behalf of the administrator, commands can be several, below will be the details. At the moment, custom buttons can be created in two places: in the quick menu and in the menu when selecting a player. These places are separated in the config. Button Fields: "Execution as server" - Call the command on behalf of the server, not the administrator "Label"  - Text that will be on the button, for each such inscription creates a field in the lang file, accordingly you can translate this text into several languages. "Commands" - Array of commands that will be executed on behalf of the administrator. Chat commands require a special entry, see examples. "Permission"- permission to display and use the button. You need to write the permission that will be after  "adminmenu.". Example: if you enter the permission "test"  the permission will be adminmenu.test "Position"  - The location for the button, the first number is responsible for the row number, the second for the position within the row, starts from 0.There are limits of locations, if you have gone beyond the limit - the button will not be displayed. Common Tags: {adminUID} - administrator's id. {position} - administrator coordinates (underfoot) {view_position} - the position where the administrator is looking (can be used for spawning or something similar) {view_direction_forward} - forward view direction of the administrator {view_direction_backward} - the direction the administrator is looking backwards {view_direction_left} - direction of the administrator’s view to the left {view_direction_right} - administrator’s view direction to the right Tags for target only: {steamid}, {steamID}, {userID}, {STEAMID}, {USERID} - mean the same thing, namely the id of the selected player. {target_position} - target coordinates (underfoot)   Example of commands: chat.say \"/{chat command}\" vanish ban {steamID} teleport {steamID} {adminUID}     More information about the grant menu: The grant menu includes the full list of items including hidden items as well as custom items created by the CustomItemDefinitions library. The menu can be accessed from the navigation or from the menu of the selected player. When issuing itself has categories. Search works in any registry by any part of the name or short name.   Has a page system at any stage. More information about the buttons in the Quick Menu: [Teleport to 0 0 0] - Teleport to coordinates 0 0 0. Requires  adminmenu.quickmenu.teleportto000 permission [Teleport to Deathpoint] - Teleport to your deathpoint. Requires adminmenu.quickmenu.teleporttodeath  permission [Teleport to Spawn point] - Teleport to a random spawn point. Requires adminmenu.quickmenu.teleporttospawnpoint  permission [Kill Self] - Kill Self, kills even when immortal. Does not require permission. [Heal Self] - Fully heal yourself. Requires  adminmenu.quickmenu.healself  permission   [Call Heli] - Call Helicopter to yourself (arrives in time). Requires adminmenu.quickmenu.helicall  permission [Spawn Bradley] - Spawn bradley on yourself. Requires adminmenu.quickmenu.spawnbradley  permission More information about the buttons in the menu of the selected player: [Teleport Self To] - Teleport yourself to the selected player. Requires adminmenu.userinfo.teleportselfto permission [Teleport To Self] - Teleport the selected player to yourself. Requires adminmenu.userinfo.teleporttoself  permission [Teleport To Auth] - Teleportation to random authorization (TC). Requires adminmenu.userinfo.teleporttoauth permission [Teleport to Deathpoint] - Teleportation to a player's deathpoint. Requires adminmenu.userinfo.teleporttodeath  permission [Heal] - Full healing, including metabolism. Requires adminmenu.userinfo.fullheal  permission [Heal 50%] - Half healing. Requires adminmenu.userinfo.halfheal permission. [View Inventory] - View and edit player's inventory. Requires adminmenu.userinfo.viewinv  permission [Strip Inventory] - Clear player's inventory. Requires adminmenu.userinfo.stripinventory permission [Unlock Blueprints] - Unlock all Blueprints. Requires adminmenu.userinfo.unlockblueprints  permission [Revoke Blueprints] - Reset all Blueprints. Requires adminmenu.userinfo.revokeblueprints permission.   [Kill] - Kill a player. Requires adminmenu.userinfo.kill  permission [Kick] - Kick a player. Requires adminmenu.userinfo.kick permission [Ban] - Ban a player. Requires adminmenu.userinfo.ban  permission More information about the buttons in the menu of the selected group: [Remove Group] - Remove group, has confirmation. Requires adminmenu.groupinfo.removegroup  permission [Clone Group] - Clone group with the ability to copy users. Requires adminmenu.groupinfo.clonegroup permission Permissions: adminmenu.use - Ability to use admin menu with basic set. Open tab quick menu (each button has its own permission, without permissions is present only kill yourself button) and the list of players. adminmenu.fullaccess - Full access to all functions without the need for each permission, includes also adminmenu.use. It is recommended to give only to the main administrators. adminmenu.quickmenu.teleportto000 - Access to the button in the quick menu, teleportation to coordinates 0 0 0 0. adminmenu.quickmenu.teleporttodeath - Access to the button in the quick menu, teleportation to the point of your death. adminmenu.quickmenu.teleporttospawnpoint - Access to the button in the quick menu, teleportation to a random spawn point. adminmenu.quickmenu.healself - Access button in quickmenu, heal yourself completely. adminmenu.quickmenu.helicall - Access to the button in the quick menu, call a helicopter to yourself (arrives in time). adminmenu.quickmenu.spawnbradley - Access button in quickmenu, spawn bradley. adminmenu.userinfo.teleportselfto - Access to the button in the menu of the selected player, teleportation to the selected player. adminmenu.userinfo.teleporttoself - Access to the button in the menu of the selected player, teleport the selected player to himself. adminmenu.userinfo.teleporttoauth - Access to the button in the menu of the selected player, teleportation to random authorization (TC). adminmenu.userinfo.teleporttodeath - Access to the button in the menu of the selected player, teleportation to the place of death of the player. adminmenu.userinfo.fullheal - Access to the button in the menu of the selected player, full healing, including metabolism. adminmenu.userinfo.halfheal - Access to the button in the menu of the selected player, half healing. adminmenu.userinfo.viewinv - Access to the button in the selected player's menu, view and edit the player's inventory. adminmenu.userinfo.stripinventory - Access to the button in the menu of the selected player, clear the player's inventory. adminmenu.userinfo.unlockblueprints - Access the button in the menu of the selected player, unlock all drafts. adminmenu.userinfo.revokeblueprints - Access to the button in the menu of the selected player, reset all drafts. adminmenu.userinfo.kill - Access the button in the selected player's menu to kill the player. adminmenu.userinfo.kick - Access the button in the selected player's menu to kick the player. adminmenu.userinfo.ban - Access to the button in the menu of the selected player, ban the player. adminmenu.groupinfo.removegroup - Access to the button in the menu of the selected group, the ability to remove the group. adminmenu.groupinfo.clonegroup - Access to the button in the menu of the selected group, the ability to clone the group. adminmenu.convars - View and edit convars. adminmenu.permissionmanager - View and edit permissions in groups, player groups, create, delete and clone groups (requires additional permissions from these buttons). adminmenu.pluginmanager - Access to plugin management, reloading, unloading, loading plugins. adminmenu.give - Access to give resources, as well as yourself and the selected player.
4.9
$9.00
Easy Sailing gives you full control of the sails, engines, and anchors directly from the steering wheel.  Take full command of the seas without ever leaving the wheel. Easy Sailing is the essential quality-of-life plugin for the Rust Naval Update. It overhauls the default boat controls, allowing captains to manage sails, engines, and anchors directly from the steering wheel. Whether you are a solo player trying to manage a large vessel or a clan captain needing immediate reaction times, Easy Sailing puts the control back in your hands.   ⚓ KEY FEATURES No more running around the deck to manually adjust sails or engines. Do it all from the pilot's seat. Smart Cycling: Intuitive forward and reverse throttle controls that intelligently manage your propulsion methods. Solo Friendly: Makes operating larger player-made boats viable for solo players or small groups. Hybrid Propulsion: Seamlessly blends sail power and engine power for maximum fuel efficiency or maximum speed. Adds tighter turn radius with Ctrl similar to the Tugboat. Optionally allow engines to run without the need for Low Grade Fuel. ⚙️ HOW IT WORKS Easy Sailing maps the boat's complex mechanics to your standard movement keys `Forward`, `Backward` and `Reload` (Anchor Control) key while mounted at the steering wheel. THE SPEED CYCLE Pressing `Forward` (W) and `Backward (S)` cycles through five distinct states: Idle (default), Sailing, Full Speed, Reverse, Full Reverse. Idle: All propulsion is cut. Sails are raised and engines are turned off. FORWARD THROTTLE: Sailing Mode: Sails are lowered to catch the wind. Engines remain off for silent, fuel-free cruising. Full Speed Mode: Sails remain lowered, and all available engines ignite for maximum thrust. REVERSE THROTTLE: Reverse Mode: Sails are lowered and reversed, engines are cut. Full Reverse Mode: Sails are lowered and reversed, and all available engines ignite in reverse for maximum backward thrust. Holding Ctrl while turning can allow for a tighter turn radius similar to the Tugboat. ANCHOR CONTROL Pressing `Reload` (R) while at the steering wheel will raise or lower the anchor. PERMISSIONS easysailing.use: Required for players to use Easy Sailing. easysailing.freefuel: Bypasses the need for low grade fuel in boat engines.   CONFIGURATION Show Vital Info (Shows boat info in vitals): Shows your current direction (Reverse, Idle, Sailing, Full Speed) and speed in a Custom Vital. Show Vital Info Only: Does not enable sail and engine controls, but shows the current direction and speed in a Custom Vital. Enable Drift Mode (Hold Ctrl for tight turns): Holding Ctrl while turning the wheel, allows for tighter turn radius. Enable Free Fuel (Boats consume no fuel): Bypasses the need for low grade fuel in boat engines. DEFAULT CONFIGURATION { "Show Vital Info (Shows boat info in vitals)": true, "Show Vital Info Only": false, "Enable Drift Mode (Hold Ctrl for tight turns)": true, "Enable Free Fuel (Boats consume no fuel)": false }  
5.0
Free
RogueBot is a fully AI-powered bot that lives in your Rust server and Discord. It talks to players, tracks server events, answers questions, handles tickets, and runs your community — all with real AI conversations, not canned responses. Every bot is fully customized to your server's name, personality, and needs. Your bot, your brand. =========================================== WHAT THIS PLUGIN DOES =========================================== RogueBotEvents is the companion plugin that runs on your Rust server. It tracks everything happening on your server and feeds that data to RogueBot so it can give players real-time information. Tracked Events: - Player joins, leaves, deaths (PVP, PVE, suicide) - Patrol Helicopter spawn/destroy - Cargo Ship spawn/leave - Chinook spawn/leave - Airdrop incoming - Convoy start/end - Armored Train start/end - Cargo Train start/end - Harbor Event start/end - Junkyard Event start/end - Power Plant Event start/end - Satellite Dish Event start/end - Sputnik Event start/end - Water Event start/end - Air Event start/end - Gas Station Event start/end - Ferry Terminal Event start/end - Operation Fortress start/end - Caravan spawn/moving/stopped/ended - Raidable Bases spawn/completed (Easy, Medium, Hard, Expert with grid location) Also includes a built-in performance monitor that snapshots plugin hook times every 60 seconds, tracking FPS, entity count, memory usage, and top resource-consuming plugins. =========================================== BOT FEATURES =========================================== - Real AI conversations in-game and Discord - Real-time event tracking (all events listed above) - Players can ask about active events, base locations, and server info - Custom bot personality — configure how your bot talks and behaves - Persistent knowledge base — bot remembers things admins tell it across restarts - Server status and wipe countdown on demand - Server down/up alerts via DM - Daily server recap — AI-written summary DM'd to owners at midnight - Live player info — bot knows who's online, sleeper count, and queue size - Server stats on demand — FPS, entity count, uptime in chat - Admin RCON commands via Discord and in-game chat, protected by two layers of security (AI role check + hard code gate) - Image recognition — send a screenshot in Discord, bot sees and responds to it - Automated Discord ticket support — bot handles common questions automatically - Web search — bot can look up Rust mechanics, patch notes, and item stats - AI image generation =========================================== PRICING TIERS =========================================== STARTER — $5/mo + usage - AI chat in-game and Discord - Real-time event tracking - Server status and wipe countdown - Server down/up alerts via DM - Daily server recap at midnight - Persistent knowledge base - Custom bot personality - Admin RCON commands via Discord and in-game - Image vision (bot can see images) PRO — $8/mo + usage (Most Popular) - Everything in Starter - Automated ticket support - Web search for Rust info - AI image generation ENTERPRISE — $10/mo + usage - Everything in Pro - Up to 5 bots (multi-server) =========================================== ESTIMATED MONTHLY COSTS =========================================== These are total costs — base fee + AI usage included. Light activity (50-100 msgs/day):   Starter ~$6-7/mo | Pro ~$9-10/mo | Enterprise ~$11-12/mo Average activity (200 msgs/day):   Starter ~$8-9/mo | Pro ~$11-12/mo | Enterprise ~$13-14/mo Heavy activity (500+ msgs/day):   Starter ~$12-14/mo | Pro ~$15-18/mo | Enterprise ~$17-20/mo AI usage rates: $0.30/M input tokens, $0.75/M output tokens — same across all plans. =========================================== HOW IT WORKS =========================================== 1. Sign up at https://roguebot.ai/ 2. Name your bot and configure its personality 3. Enter your Discord token, RCON credentials, and server info 4. Download the generated RogueBot plugin (customized to your server) 5. Drop both plugins (RogueBot + RogueBotEvents) into your server's oxide/plugins folder 6. Start your bot from the dashboard 7. Your bot is live in-game and Discord =========================================== EXAMPLE CONVERSATIONS =========================================== IN-GAME CHAT: [Player] hey rogue bot where's the convoy? [Rogue Bot] Convoy started about 12 minutes ago, heading through G7. Grab your gear and get out there. [Player] what raidable bases are up? [Rogue Bot] There's a Hard base at K14 and an Easy one at D6. The hard one spawned 8 minutes ago so it might still be untouched. DISCORD: [Member] how do I set up wireless power? [Rogue Bot] Place your power source inside TC range, then any electrical devices in the same TC range will power up automatically. Use /power to see your usage. KNOWLEDGE BASE: [Admin] remember that wipe day is every Thursday at 2pm EST [Rogue Bot] Got it — I'll remember that wipe day is every Thursday at 2pm EST. =========================================== LINKS =========================================== Discord: discord.gg/w5eaf9YfKX Website: https://roguebot.ai/ Want to try it first? Join our Discord and test the bot yourself before buying.  
5.0
This is The Earth Apocalypse, the most known custom map in Rust history, now available on Codefling ! This map has been showcased and played by Facepunch themselves, along with many youtubers such as Frost, hJune and more who made movies/livestreams and videos on it ! The map constantly receive new updates to keep in line with new rust contents.   NEW UPDATE, Version R1365 :  MAJOR MAP OVERHAUL : CLIFF, ROCKS, LAKES, JUNGLE !               The Earth – Apocalypse by Keirox. The craziest rust custom map ever made. Years of hardwork. This map features a post-apocalyptic city, many unique monuments, crazy electricity puzzles, custom caves, and much more… So many places to explore and great things to experience. When this map released it was an huge earthquake to the custom map world thanks to it’s endless amount of content and awesome builts, and it inspirated a lot of people. This map has also been showcased by Facepunch and multiple youtubers.       https://youtu.be/ZHHAceDvsGk – Map Size :  5800 (Ocean) Terrain equal to 3500km – Monuments : Launch Site, Harbor, The Dome, Super Market, Compound,   Giant Excavator, Large Oil Rig, Submarine Labs, Fishing Villages, Farm, Missile Outpost, Nuclear Silo, Ferry, Oil Rig, Radtown – Custom : Installation 07, AC-130 Hangar, The Golden Gate Bridge, AC-130 Crash Site, Apocalyptic City, Infected Scientist Bunker, Mariana Trench, Abandonned Outpost, Custom Caves, Sea Safezone, and more. Performance is on point and everything is setup for vanila gameplay. BotRespawn and Kits data included for optimal experience. Prefabs count : 72,500 Keirox Custom Maps Discord : https://discord.gg/GXz2v7K3FJ Keirox Custom Maps Website : https://rust-keiroxcustommaps.com/  
5.0
Galium — Anti-Cheat & Moderation Platform for Rust Organizations Detection, intelligence, and enforcement — unified in one organizational dashboard. Galium is a production anti-cheat service operating since 2022, built for Rust server organizations that need structured moderation at scale — across multiple servers, multiple staff teams, and high player volume. Not a single plugin. Operational infrastructure for Rust organizations. Request Access Join Discord Your browser does not support the video tag. What Galium is Galium is an anti-cheat at its core — designed to detect behavioral abuse through live production signals, risk modeling, and enforcement workflows. Ahead of public launch, that proven detection foundation expanded into a full moderation and management platform — giving organizations one place to run their entire operational stack: ✓ Anti-cheat detection & risk scoring ✓ Teaming violation detection ✓ Toxicity and chat moderation ✓ Mute & ban management (history, reasons, evidence, traceability) ✓ Staff management & role-based permissions ✓ Organization & server management ✓ Automation rules and operational tooling ✓ Integrations (BattleMetrics + ecosystem-ready) Galium doesn't replace "one feature." It replaces fragmentation — plugins, spreadsheets, Discord-only logging, and inconsistent enforcement across servers. Reputation and production history Galium has been running in real competitive Rust environments since 2022 — refined through actual enforcement scenarios, edge cases, and the operational realities of moderating at scale. Over years of production usage, Galium has: ✓ Processed millions of behavioral signals ✓ Evolved risk weighting through real-world outcomes ✓ Prioritized explainability and auditability, not black-box actions ✓ Maintained enforcement consistency across wipes, servers, and staff teams This launch is not a new experiment — it's the public release of infrastructure that's already been proven in production. Built for organizations, not single servers Most "anti-cheat plugins" operate per server. Galium operates at the organization level. That means: ✓ One player identity across your entire org ✓ Risk follows the player, not the server they join ✓ Behavioral profiles persist beyond wipe cycles ✓ Policies and enforcement stay consistent across your infrastructure ✓ Staff actions and decisions are fully traceable across teams No silos. No per-server blind spots. One structured organizational view. Unified moderation control center Galium centralizes your moderation stack into one dashboard — so your team can move fast without losing control. Threat & moderation tools Behavioral analytics and risk overview Teaming detection and investigative context Prioritized cases based on severity, frequency, and recency Enforcement & logging Ban history, mute history, and action timelines Evidence linkage and structured reasons Full audit trails across staff actions Organization operations Server management and org configuration Staff roles, permissions, and governance Subscription and infrastructure controls Automation & integrations Automation rules for repeatable enforcement Sharing agreements and org-level controls BattleMetrics integration + integration-ready architecture Performance and infrastructure mindset Galium is designed for high-population, high-activity environments. ✓ Detection and analysis are designed to avoid server-side performance degradation ✓ Signal processing and intelligence are built to scale with organizational concurrency ✓ Operational clarity is maintained even under peak load ✓ Performance integrity stays preserved — while visibility and enforcement improves. Structured moderation at scale starts here If you operate multiple Rust servers and require centralized visibility, cross-server risk intelligence, and controlled enforcement — Galium provides the infrastructure to support it. Request Access Join Discord Production anti-cheat since 2022 • Built for Rust server organizations
5.0
sale
Features Target Designator System: Players receive a binocular designator. Aim and left-click to mark a target point and call in an airstrike Strike and Nuke Support: Supports both standard F15 Strike and F15 Nuke runs, each with independent settings for planes, shots, rocket speed, delay, cooldown, and more Strike Modes: Includes multiple strike patterns: precise, circle, line, and carpet Custom F15 Flight: Flight altitude, plane speed, and pre-fire distance are fully configurable Aircraft spawn, fly their attack run, fire, and clean up automatically when the strike is complete Rocket Mechanics: Configurable rocket speed, rate of fire, shots per plane, plane stagger, and impact spread Direct Designator Delivery: Admins can deliver Strike or Nuke designators directly to players using the give subcommand In-Game Store: Optional in-game store support for purchasing Strike and Nuke designators. Supports Auto, Economics, and ServerRewards providers Admin Control Panel: Includes an in-game admin panel for managing store settings, strike settings, warnings, and zone restrictions without editing the config manually Combat Alerts: Includes target-marked warnings, inbound warnings, and countdown alerts with map grid support Blocked Use Zones: Can block strike usage while the caller is inside a safe zone, and can also block target points inside safe zones or monument bounds Commands are configurable from the config Permissions f15estrike.strike → allows using Strike designators f15estrike.nuke → allows using Nuke designators f15estrike.strike.give → allows giving Strike designators to other players f15estrike.nuke.give → allows giving Nuke designators to other players f15estrike.admin → full admin access and admin panel access Commands /f15 → opens the in-game F15 store /strike → gives the player an F15 Strike designator /nuke → gives the player an F15 Nuke designator /strike give <name|SteamId64> → gives an F15 Strike designator to another player /nuke give <name|SteamId64> → gives an F15 Nuke designator to another player Config { "Config Version": 3, "Flight altitude (m)": 250.0, "Plane speed (m/s)": 200.0, "Pre-fire distance (m)": 750.0, "Chat prefix": "[F15]", "Commands": { "Strike": { "Enabled": true, "Primary": "strike", "Aliases": [] }, "Nuke": { "Enabled": true, "Primary": "nuke", "Aliases": [] } }, "Blocked use zones": { "Block caller while inside a safe zone": true, "Block target point inside a safe zone": true, "Block target point inside monument bounds": false }, "Global warnings": { "Enabled": true, "Broadcast when target is marked": true, "Broadcast countdown reminders": true, "Countdown warning seconds": 5, "Broadcast when aircraft are inbound": true, "Include map grid": true, "Include world coordinates": true }, "Purchases": { "Enabled": false, "Provider (Auto/Economics/ServerRewards)": "Auto", "Strike": { "Enabled": true, "Cost": 1500.0 }, "Nuke": { "Enabled": true, "Cost": 10000.0 } }, "Strike": { "Planes (count)": 1, "Shots per plane": 10, "Rocket speed (m/s)": 150.0, "Rate of fire (shots/sec)": 2.5, "Stagger between planes (s)": 0.25, "Impact spread radius (m)": 3.0, "Confirm delay (s)": 5.0, "Cooldown (s)": 5.0, "Default mode": "circle", "Designator display name": "F15 Strike" }, "Nuke": { "Planes (count)": 5, "Shots per plane": 10, "Rocket speed (m/s)": 200.0, "Rate of fire (shots/sec)": 1.5, "Stagger between planes (s)": 0.35, "Impact spread radius (m)": 6.0, "Confirm delay (s)": 6.0, "Cooldown (s)": 120.0, "Default mode": "circle", "Designator display name": "F15 Nuke" } }     Need Support?
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  
0.0
Upgrade your builds this easterwith this exclusive pack of custom skins! Each design is handcrafted with care and fully maintained. 10 Wall wallpaper skins 9 Floor wallpaper skins Perfect for Bases & Events These skins drop straight into any plugin and are fully compatible with my Wallpaper Planner for easy in-game browsing and selection. ✔ Fully Compatible Works with any plugin that supports custom skins, plus seamless integration with WallpaperPlanner. ✔ Ongoing Maintenance When you buy this pack, you’re buying long-term access. I personally maintain and update all skins for every buyer, so they stay fresh, polished, and ready to use. ✔ Each skin is built to high standards and includes four image maps: Albedo (base color) Normal/Bump Ambient Occlusion (AO) Specular These maps work together to simulate real lighting and surface detail, giving your builds depth, warmth, and a realistic shine. Bring style, atmosphere, and creativity to every build with this essential skin collection!  Note: Some base layers were enhanced using generative fill/expand for improved visual quality.  Auto-Install Plugin Included No manual setup required. Drop the plugin into your Oxide/Carbon plugins folder. Let it run once. Delete the plugin after it completes. Click Here For Video Your skins will automatically appear inside WallpaperPlanner.
0.0
Community Picks
Highest Rated
Top-rated picks trusted and loved by the community.
Trending
Trending Files
Popular picks members are downloading the most right now.
Deals
Great Deals
Discounted picks, limited-time deals, and sale items worth grabbing now.
Fresh Updates
Recently Updated
Recently improved files with fresh updates, fixes, and new content.
Community Feedback
Latest Reviews
See what customers are saying about their experience with files.
A very nice little plugin! It's an excellent solution if you want to give your server a unique identity by integrating your own custom skins. Installation and use are simple and efficient: no complicated commands to manage, no cumbersome processes for players. Everything is designed to be smooth and seamless. Even with this system in place, players retain the freedom to apply their own skins without restriction. I recommend this plugin!
Using it for a few days now and I must give my compliments to the devs! Heard many good things about Galium for the last few years. Installation is fairly straight-forward but if you have issues or questions about setting up there's always a great tool on the page that shows everything you need to do. If that wasn't enough the staff is more than willing to help with any issues!  The interface is also a well though-out system and that makes it so you can easily get an overview of any
First off love this plug in! But also new to this, I have learned to turn down the NPC but am having a hard trying to figure out how to stop them from shooting you through the walls. Again new to this so not sure if I'm missing something?
The UI is clean, simple, and very visually appealing. If you’re using a custom vehicle plugin, this is definitely a must-have. The real-time speed display is absolutely the best feature.”
While the plugin is great, there is no way to adjust damage. Would be so much better if there was a simple config for this. Also it seems that the drone attacks animals but is not killing them. Does work well on the bots on my server though. 
Every server owner is tired of depending on outdated plugins, limited data and sacrificing a lot of time spectating some inbred that tries to ruin the fun for everyone. Galium fixes that. Not only is it a valid proof of concept against an industry that's going completely in the wrong direction - it's going to revolutionize how we combat cheaters. It's the sort of tool you won't believe exists until you've tried it, and once you do, there's no going back. It (actually) just works. You s
LuffyRust and our players have been very impressed with Stack Modifier. It has been highly performant across all of my servers, which is a huge deal when you are running busy communities and need something reliable. The plugin is clearly built with performance in mind, and the built-in GUI editor makes setup and ongoing adjustments much easier than expected. The developer is also very attentive to feedback and willing to make changes, which adds a lot of confidence when using it long term.
Unfortunately, it’s no longer recommended. It was quite good at the beginning, but there have been no updates from the developer regarding bugs, and they also don’t respond anymore. Therefore, I wouldn’t recommend buying it anymore.
This product performs its intended function very well and is highly satisfying to use.   After testing it on a live server, I did not encounter any bugs or major issues. However, I think it would be great if there were features such as limited usage durability and a way to track usage logs.   The developer was very kind and responded quickly to my questions, and if the features mentioned above are added, I believe this could become one of the best MLRS-related plugins av
2.3m

Downloads

Total number of downloads.

10.7k

Customers

Total customers served.

154.2k

Files Sold

Total number of files sold.

3.3m

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.