Featured framework
Carbon for modern Rust servers
Fast, self-updating, and built for performance with seamless in-game plugin and server management.
1,500+
servers powered by Carbon
$19.98
Stop wasting weeks on configs and loot tables – get a pro server in minutes.
This is a complete "Server-in-a-Box" designed for 2x Gather servers (with flexibility to switch to choose 3x,5x and 10x loot table Upon request). It includes my Premium Loottable and a perfectly balanced suite of around 30 plugin configurations.
Everything can be easily adjusted to fit your specific needs. If you ever run into issues or want to tweak a setting, I am here to help!
TOP FEATURES:
Merged Outpost & Bandit: Optimized for performance and convenience. All Bandit Camp shops and airwolf are integrated into the Outpost.
Perfect Balance: 2x Wood/Stone, 1.5x Sulfur. No junk in loot crates.
Monument Upgrades: Recyclers & Drones added to Fishing Village, Ranch, and Barns.
Optimized Speed: Faster smelting, crafting, and recycling.
Time Control: 55m Days / 5m Nights and much more (Add the files that you want to use).
Possible to get helispawn on road, rhib boats at coast and 50% upkeep by request.
BetterLoot V.4: Optimized for 2x: This setup is perfectly balanced for a 2x experience with 5 star reviews.
Need a different rate? Check out my 3x and 5x Server setup!
WHAT YOU GET:
Config & Data Folders: 40+ tuned files (Loot, Files for plugins, Monuments, etc.).
Language Files: Clean chat messages and prefixes.
Plugin explanation:
BetterLoot: Custom 2x loot tables (May 2026 update).
GatherManager: Optimized 2x gather rates.
QuickSmelt: Faster furnace smelting.
StackSizeController: Increased stack limits.
CraftingController: Adjusted crafting speeds.
AutoAuth: Shared TC, Turret & Lock access.
BuildingWorkbench: Extended workbench radius.
RecyclerSpeed: Faster recycling.
BetterChat/Mute: Chat formatting & muting.
PermissionsManager: GUI for permissions.
AdminRadar: Admin tracking tool.
CopyPaste: Building copy/paste tool.
TimeOfDay: Custom day/night cycles.
SignArtist: Custom images on signs.
ImageLibrary: UI icon support.
UnburnableMeat: Prevents burnt meat.
LootBouncer: Refreshes containers by spawning new loot if not fully emptied.
Godmode: Admin invincibility & protection.
InventoryViewer: Remote player inventory inspection.
MonumentAddons: Adds custom features to monuments.
MonumentFinder: Required for locating monuments.
And more!
No extra costs for plugins!
Easy Setup: Very little Knowledge Required: Designed to be as easy as it gets—perfect for both new and experienced server owners.
Step-by-step README included. Also plugin explanation, links to all the plugins to make it as easy as it gets to get the server up n runing.
NOTE: This is a Configuration-only pack. Plugin files (.cs) are not included to ensure you always use the latest versions from uMod/Codefling.Simply download the plugins and drop them in!
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.
🚀 Servycore.io: The All-in-One Platform for Gaming Communities
ServyCore empowers game server owners to build stunning community websites with our drag-and-drop page builder. Integrate account linking, leaderboards, support tickets, a Tebex store, and more — all in one place.
🔗 Explore Everything We Offer For a complete breakdown of all features, technical specifications, and platform capabilities, please visit our official website: https://servycore.io
⚠️ IMPORTANT: PURCHASING VIA CODEFLING
This purchase is for a 1-month Basic Subscription. To complete your purchase or for any sales inquiries, you MUST contact me on our Discord.
✨ Everything you need in one platform
By subscribing, you unlock the powerful tools needed to manage and grow your community:
Advanced Page Builder: Create unlimited custom pages with 15+ content blocks (Headings, videos, cards, accordions).
Deep Account Linking: Connect Discord, Steam, and Twitch with automatic role management and group checks.
Player Leaderboards: Track kills, K/D ratio, playtime, raids, and resources with full per-wipe history.
Integrated Support System: Professional ticket system with categories, staff responses, and Discord notifications.
Tebex Store Integration: Sell packages and subscriptions directly through your website.
Custom Branding: Professional presence with Custom Domain support and Custom CSS styling.
High Limits: Manage up to 10,000 linked players across 10 different game servers.
🛠️ Get Started in Under 10 Minutes
Create: Sign up and create your project in seconds.
Customize: Use our visual admin panel to build your site layout.
Connect: Link your servers via Plugin, RCON, or Pterodactyl.
Launch: Watch your player base grow with integrated tools.
🎮 Compatible Games
Seamless integration and command execution for:
Rust
ARK: Survival Evolved
CS:GO • Garry's Mod
7 Days to Die
Pterodactyl connection
💬 Other Satisfied Users
"ServyCore’s been amazing for Rustadia. It makes it super easy for our players to link their Discord and Steam accounts—gets them into the right groups and verifies everything seamlessly. Honestly, it’s the perfect solution if you’re running Rust servers and want a smooth, secure onboarding process." — Liam from Rustadia
"I have to say that this linking system is the gold standard! The website is so easy to use and getting this set up was so easy. Now I have a professional site for my players." — BetterDeadThanZed from RustyOldGamers
"Support is 10/10, System is 10/10. I’ve used multiple systems and ServyCore is by far the easiest to use." — Drxp from Mercy Rust
🔄 Rebranding Note
Please note that ServyCore is the new identity of Social Link. We have rebranded to better reflect our mission: providing the essential "core" foundation for gaming "servers." All legacy features are still here, now joined by a massive suite of new community management tools.
$49.90
Welcome to ThemePark Island
An expansive and meticulously crafted custom map for Rust, brought to you by the combined efforts of Silent Creations and Explosive Shart.
This map blends high-octane thrill-seeking with gritty, urban survival. Whether you’re riding a functional coaster or navigating the trap-filled halls of a medical center, ThemePark Island offers a fresh gameplay loop for PVP and PVE servers alike.
🎡 Featured Custom Monuments
The Theme Park
The crown jewel of the island. This isn't just a static monument—it features a fully functional, custom-coded rollercoaster. Scale the heights for a view of the island before diving into the chaos below.
Loot: High-density loot spawns throughout the park.
Puzzles: Includes both Green and Blue keycard puzzle rooms.
The 2 Gorges Dam
A massive, custom-built architectural marvel. The dam dominates the landscape, offering scenic vistas and deep, dark secrets.
Underground Puzzles: Navigate multiple puzzle rooms hidden deep within the structure.
Tactical Depth: Perfect for long-range engagements or sneaky subterranean looting.
Black Rock City
A sprawling urban center that feels like a lived-in wasteland.
Black Rock Medical Center: Enter at your own risk. This landmark is rigged with traps, multiple puzzles, and enough loot to supply an entire clan.
Custom Car Dealership: A unique urban addition for those looking to secure high-tier parts.
Pine Bluff
A smaller, dense city center for quick skirmishes and essential supplies.
Interiors: Explore a replica McDonald’s and a completely custom Supermarket.
Puzzles: Features multiple puzzles and heavy loot concentrations.
Mills Trailer Park
An eerie, abandoned residential area.
Puzzles: Features 2x Green Card puzzles and 1x Blue Card puzzle, making it a high-value stop for progression.
Additional Points of Interest
7-Eleven: That’s right—a faithful replica of the iconic convenience store for all your raiding snack needs.
Fuel Depot: An abandoned facility located in the snow biome, featuring a working Pumpjack and a Green Card puzzle.
Rose Hill Development: An unfinished construction site offering unique verticality and parkour opportunities.
Green Houses: Small botanical structures perfect for picking up plants and quick loot.
Map Size
4500
Prefab Count
#38450
🏛️ Facepunch Monuments
ThemePark Island includes a full suite of classic monuments to ensure a balanced Rust experience:
Tier 3: Launch Site, Arctic Research, Large Oil Rig, Small Oil Rig, Military Tunnel, Giant Excavator.
Tier 2: Airfield, Trainyard, Ferry Terminal, Rad Town, Jungle Ziggurat, Large/Small Harbor.
Tier 1: & Utilities: Bandit Camp, 3x Mining Outpost, 3x Oxums, Lighthouse, Supermarket, Large Barn, Ranch, Abandoned Cabins, Fishing Villages, 3x Water Well.
Resources: Stone, HQM, and Sulfur Quarries.
🙏 Acknowledgements
A massive thank you to those who helped bring this project to life:
Substrata: For the incredible work on the custom rollercoaster plugin.
Milky: For the stellar work on the promotional video.
MrLiquid & the Luffy Map Testing Team: For their dedication to polishing and balancing the map.
For any Assistance or questions Please contact me on Discord @ https://discord.gg/THf6dGN8eW
$26.49
Immerse your players in a unique world with a fresh gaming experience, introducing drone patrols on monuments! Drone patrols are a fantastic addition to the existing NPCs on monuments, bringing a new level of interest to the game and extending your players' gaming experience!
The plugin introduces dynamic battles, completely transforming the mechanics of monument raids and turning them into airborne combat scenarios!
Give your server a breath of fresh air with the IQDronePatrol plugin. It's a unique addition that will delight players on your servers!
Suitable for both PvP and PvE servers, with maximum customization options and easy plugin installation
Be sure to watch until the end - dynamic moments unfold gradually. This video is worth 1.5 minutes of your time.
Also, check out the screenshots section.
Standard configuration is already provided in the plugin after installation!
List of features :
❗New! New Year's decoration!
Let's add some light decorations for drones, in honor of a suitable holiday!
Raid bases protected by drones! (Raidable Bases):
Now the drone plugin is integrated with RaidableBases.
You can set up drones of varying difficulty and quantity to protect raid bases!
Everything is configured in the RaidableBases configuration.
Bradley Defense :
After the bradley is destroyed by players, patrol drones will fly out to protect its crates!
This will add more variety and enhance the gameplay experience!
Drone Battle :
If you have the IQGuardianDrone plugin installed, your guardian drones will engage patrol drones in thrilling aerial battles!
EMP Grenades :
The plugin features two types of EMP grenades:
- Overload: Upon detonation, creates a visual red zone. Drones caught in this zone immediately explode due to electrical overload.
- Electro: Upon detonation, creates a visual blue zone. Drones caught in this zone are temporarily stunned and crash to the ground, emitting sparks. After some time, they can take off again and resume the fight.
Upon repeated hits with an electro grenade, the drone explodes as if hit by an overload grenade.
Overload Electro
Drone Sizes :
Drones come in four sizes: standard, small, medium, and large. You can create different types of drones of varying sizes on the same monument.
Loot Configuration :
The plugin offers detailed loot configuration. You can create various loot presets and use multiple presets with different loot in drones simultaneously. Drop chances for each item can be customized!
Presets:
The plugin offers detailed customization options for everything!
You can create an unlimited number of drone presets and loot presets.
All of this can be used on monuments, and each monument can be configured separately!
This allows you to create unique battles at each monument, limited only by your imagination and settings!
Drone Display on G-Map:
You can enable drone display on the G-Map for each preset. This allows you to create the visibility of 'hardcore' drones or make 'ninja drones' that will not be displayed on your G-Map for players!
Weapon rotation by wipe time :
The plugin includes weapon rotation for drones over wipe time. This means you can configure drones to have revolvers after a wipe, and after a certain amount of time, their weapons and difficulty level improve!
This is a fully dynamic plugin!
Position generation :
The plugin automatically generates positions for all monuments and saves them until the next wipe. The positions are always unique and unpredictable. Patrol drones fly randomly, patrolling the area and never intersecting at the same position*.
*Supports 80% of monuments!
Optimization :
Optimization features are provided, and the plugin will not operate unnecessarily without player presence. This means that if there are no players at the monument, drones will not operate and will remain in standby mode. As soon as a player approaches the monument, drones activate for the duration of their presence. This prevents unnecessary use of server resources and ensures stable plugin operation.
Limits and restrictions on the number of drones (maximum of 15 per monument) are provided to prevent potential overload
Free
DemoPro: The Anti Cheat That Works 🎥
DemoPro turns F7 reports into a single evidence bundle with timeline markers + jump points,
so you can jump straight to the key moments fast. It captures footage Before / during / after the f7 report is made
Cheaters can’t hide from this system — no more relying on outdated anti-cheat plugins.
This is clear video evidence that makes decisions easier, faster, and fairer.
100% accurate, No False Positives
Key Features 🎥
✅ Converts **F7 reports** into a single evidence bundle
✅ Records BEFORE, DURING, and AFTER every F7 report. You NEVER miss what happens.
✅ Saves you and your admins loads of time. No more wasting hours spectating players
✅ Smart sorts demos with Timeline markers + jump points to reach key moments fast
✅ Private portal access for you and your admins with **Steam sign-in**
✅ Assignments, notes, outcomes (keeps reviews organised)
✅ Server-friendly: all data is stored off-site on your account, not on your game server, keeping things lightweight and smooth.
✅ Can be use as a content tool, you can make cinematic videos from the demos you receive.
✅ Fully compatible with all Rust server setups.
Proof it works: 🔍
join our Discord and check out the #cheater-clips channel
https://discord.gg/2DCfVFFgvW
7-day free trial: https://rustdemopro.com
RustAdmin Integration: https://www.rustadmin.com
Visual snippet of recoil mapping with each attack in timeline
Shareable filtered portal links
Discord ban feed + global portal search
Redesign the portal + dashboard for a more modern and fluid feel
New portal is now live
Future Updates
AI Integration 🧠
Introduce an AI/ML system that analyses demo files to learn the difference between normal players behaviour vs a cheaters behaviour
All Seeing Eye 👁️
An AI powered monitoring layer that automatically flags suspicious players and triggers evidence capture without relying on F7 reports.
Set Up Guide
Step 1 — Create Your DemoPro Space
Sign in at https://rustdemopro.com using your Steam account
Create your community space
Choose monthly or annual billing (includes a 7-day free trial)
Step 2 — Install the Harmony Mod
Copy the DLL into: server_root/HarmonyMods/
Start the server once to generate: server_root/HarmonyConfig/ (this contains the config)
After editing the config, run: rdm.reloadcfg to apply changes
Step 3 — Connect Your Server
In the portal, generate a Server Key
Paste the key into the plugin config
Make sure uploads are enabled in the config
Reload the config, enter this command in your console rdm.reloadcfg
Step 4 — Reports Create Cases
When an in-game report (F7) happens, DemoPro automatically builds an evidence bundle
The bundle is uploaded to your portal as a case for review
Step 5 — Review & Decide
Open the case, assign it, and add notes
Download the bundle, jump to the timeline markers
Mark the outcome as Reviewed (Clear) or Reviewed (Cheating) with notes for your team
If you need any help setting up DemoPro, please open a ticket on our Discord.
How it works 🎥
Server records players in 15-minute chunks with ~30 minutes rolling history.
When someone is F7 reported, Demo Pro grabs the “before” buffer and keeps recording.
15 minutes later it adds the “after” clip and uploads everything to the portal.
If a player disconnects/reconnects, chunk lengths can be shorter than 15 minutes—that’s normal.
Portal statuses 🎥
Players reported → Clip uploaded → Needs Review → Admin downloads → Admin reviews → Mark result Needs Review — new or reset incidents.
Downloaded (Needs Review) — someone pulled the bundle but hasn’t finished. Reviewed — Clear / Reviewed — Cheating — finished decisions.
Opening & assigning a report 🎥
Click Open on a card to see details.
Assign it to yourself immediately and add notes as you investigate.
Set the review state to Reviewed (Clear) or Reviewed (Cheating) when done.
Assignments and outcomes keep other moderators from duplicating work.
Finding the action fast 🎥
Timeline dots: hits/shots, kills, report moment.
Use the event feed to jump to notable damage or kill events.
Report marker shows where the F7 report landed inside the clip.
Downloading the bundle Use Download bundle for a ZIP containing .dem files and a README.
The README points to the first demo and the timestamp to jump to—start there.
Clip lengths can vary if players disconnect; that’s expected.
Load demos into Rust 🎥
Copy the suggested .dem into C:\Program Files (x86)\Steam\steamapps\common\Rust\demos.
If the demos folder doesn’t exist, create it (restart Rust once if needed). Playing + controls From Rust main menu, open the Demo browser, refresh, pick the file, and play.
Use Alt to toggle cursor, Tab for UI, and debugcamera to free-fly.
Cycle nearby players with Spacebar; pause/rewind/fast-forward as needed.
Review guidance 🎥
Use the README timestamps as a starting point; check other demos if nothing obvious.
If cheating is confirmed: capture proof, upload to the usual place, mark Reviewed (Cheating), and leave clear notes.
If clean: mark Reviewed (Clear) and add a quick note (e.g., desync, valid prefire).
long story short, when someone f7 reports, you can get a clip, you replay in rust of exactly why, and it shows footage before and during the report.
For tips and useful keybinds to help you get the most out of DemoPro, check out the dedicated channels in our Discord.
Discord: https://discord.gg/2DCfVFFgvW
Website: https://rustdemopro.com/
Youtube: https://www.youtube.com/@RustDemoPro
Cheater Videos
$25.00
Dungeon Events adds fully procedural dungeon raids to your Rust server, creating high-replayability PvE content with unique layouts every time.
Each dungeon is dynamically generated with randomized rooms, corridors, NPCs, bosses, animals, auto turrets, loot crates, custom visuals, and portal access. Whether you want automated world events or private player-purchased dungeon runs, this plugin gives you full control over difficulty, rewards, access, and cleanup.
Perfect for servers that want challenging, customizable, and rewarding endgame-style PvE content.
Main Features
Procedural Dungeon Generation - Every dungeon is generated dynamically, so each run feels different.
Multiple Difficulty Tiers - Create fully customizable tiers such as Easy, Normal, Medium, Hard, Nightmare, Impossible, or anything you want, with per-tier rooms, size, limits, cooldowns, rewards, visuals, and purchase settings.
Custom NPCs, Bosses & Animals - Configure NPCs, bosses, and dungeon animals with custom health, damage, gear, names, movement limits, attack distance, loot, prefab chances, speed, sense range, and spawn limits.
Auto Turrets - Add dangerous turret encounters with configurable health, weapons, and behavior.
Visual Customization - Customize dungeon building grades, skins, container colors, garage door skins, dungeon lights, marker names, marker colors, and dungeon time-of-day overrides per tier.
Custom Per-Tier Loot System - Each dungeon tier has its own data files for NPC loot, boss loot, and loot box rewards, making it easy to create different reward pools for every difficulty.
Buyable Private Dungeons - Let players purchase their own dungeon using Economics, ServerRewards, or a custom item like scrap.
Access Control - Lock dungeons to the buyer or first player, with optional support for teams and friends.
Portal Protection Bubble - Protect the portal area with configurable radius, build/deploy rules, vehicle protection, and optional damage blocking to help reduce portal camping on PvP servers.
Anti-Abuse Dungeon Rules - Block selected commands inside dungeons, prevent unwanted pickup/build/deploy actions, prevent backpack drops, teleport players outside on death, and optionally close dungeon doors when a player dies.
Auto Spawn & Manual Spawn - Spawn dungeons automatically, by admin command, player purchase, or console/RCON.
Smart Spawn Checks - Avoid bad locations, terrain issues, safe zones, rocks, monuments, and plugin-controlled areas.
Advanced Spawn Control - Configure global and per-tier active dungeon limits, buy cooldowns, auto-spawn delay, post-wipe tier unlocks, dungeon height, map marker settings, and retry behavior when a valid location cannot be found.
Automatic Cleanup - Remove dungeons when inactive, expired, or fully cleared.
Per-Entity & Clear Rewards - Reward players for NPCs, animals, turrets, loot boxes, and full dungeon clears using Economics, ServerRewards, and SkillTree XP, including optional SkillTree XP team sharing.
Live Dungeon UI & Map Markers - Show remaining time, entity counts, and map markers for active dungeons.
Commands
All default chat and console command names can be customized in the config.
Admin
/createdungeon <tierName>
/removeinactivedungeons
/removealldungeons
/forceremovealldungeons
/de.removenearest
/de.reloadconfig
/de.toggle
Players
/buydungeon
/buydungeon <tierName>
/removedungeon
Console
buydungeon <tierName> <playerID>
spawnrandomdungeon
spawnfixeddungeon <tierName>
spawnfixeddungeon <tierName> <playerID>
Permissions
dungeonevents.admin
dungeonevents.buy
dungeonevents.enter
Per-Tier Loot Configuration
Dungeon Events uses separate data files for loot configuration, making it much easier to manage rewards for each difficulty tier.
Each tier has its own loot files inside:
oxide/data/DungeonEvents/<TierName>/
Available loot files per tier:
npc_loot.json - Loot dropped by regular dungeon NPCs.
boss_loot.json - Loot dropped by dungeon bosses.
lootbox.json - Loot spawned inside dungeon loot containers.
This allows you to create completely different reward pools for each tier. For example, Easy dungeons can have basic loot, while Hard, Nightmare, or Impossible dungeons can have much stronger rewards.
If a tier loot file is empty, the plugin can fall back to the default loot file:
oxide/data/DungeonEvents/Default_Loot.json
Hooks
void OnDungeonSpawn(ulong OwnerID, Vector3 Position, string Grid, string TierName)
void OnDungeonDespawn(ulong OwnerID, Vector3 Position, string Grid, string TierName)
void OnDungeonWin(ulong playerID, string tierName)
Supported Integrations
Economics
ServerRewards
Friends
Notify
NightVision
ZoneManager
Duelist
RaidableBases
AbandonedBases
RestoreUponDeath
SkillTree
Languages
EN
PT-BR
DE
ES
RU
If you want a powerful, replayable PvE dungeon system with deep customization and strong plugin integration, Dungeon Events is built to deliver exactly that.
The plugin includes a deep configuration system where you can customize tiers, room counts, room sizes, dungeon visuals, loot tables, NPCs, bosses, animals, turrets, portal protection, access rules, cooldowns, active dungeon limits, spawn validation, auto-removal conditions, command blocking, economy settings, SkillTree XP rewards, map markers, and more.
Enjoy a highly customizable Shop that can be configured in game! Use NPCs as shopkeepers, and set up a shop with ease using the game interface to add, edit, or remove items on the fly!
⭐ Features of Shop
Beautiful user interface with multiple templates (Fullscreen, In-Menu V1/V2/V4)
Shopping Basket - add multiple items to cart and purchase them all at once
Search functionality - search for items by name across all categories
Pagination - efficient item browsing with page-by-page navigation
Discount system (by permissions) with per-item custom discounts
Automatic shop filling (+ the plugin has support for the ItemCostCalculator plugin)
Selling items (players can sell items to the store and receive money for it)
Sell containers configuration - choose which containers (main, belt) players can sell from
Blocked skins - prevent selling of specific item skins
High performance with optimized item loading
Adding/editing/removing items IN GAME with visual editor
Supports NPC shops (HumanNPC integration)
Supports Custom Vending Machines
Supports NoEscape plugin integration
Supports Duel/Duelist - blocks shop access during duels
Convert from ServerRewards
Favorite items system - players can mark items as favorites
Buy Again feature - quick repurchase of previously bought items
By default, the plugin has English, Russian and Chinese translations
LangAPI integration for custom translations
Transfer money between players directly in the plugin (including offline players option)
Shop allows you to use multiple economy plugins at once (players can choose what they want to pay with)
For each item, you can choose which payment methods are available and how much they will cost, based on the selected method
Cooldown system - per-item buy/sell cooldowns with per-permission overrides
Wipe cooldown - block items for purchase/sale after server wipe
Respawn cooldown - prevent shop access immediately after respawn
Buy/Sell limits - lifetime and daily limits per permission
Max buy/sell amount - limit items per transaction
Force buy - fast purchase without confirmation dialogs
Plant genes configuration for plant items
Weapon configuration - spawn weapons with ammo and attachments
Content system - configure container contents (liquid, weapon mods, etc.)
Customizable UI - full color customization and formatting options
Offline Image Mode - use local images instead of downloading from internet
Image loading on login - preload images when players connect
Console and file logging - comprehensive logging system
ServerPanel integration - add Shop to ServerPanel menu
Notify/UINotify integration for notifications
Auto-wipe settings - automatically reset cooldowns, limits, and player data on wipe
Discord Logging - Track all purchases, sales, and transfers directly in your Discord server via webhooks with customizable embeds
API methods for other plugins to interact with Shop
🎮 Commands
shop - open shop interface
shop.install – starts the shop installation process
shop.refill <recovery_rate> - refill shop again
recoveryRate: A value between 0 and 1 that determines the multiplier for the cost of selling items. For example, shop.refill 0.5 means that items will have a sale cost of 50% of their purchase cost.
shop.convert.sr [clear] - convert items from ServerRewards to Shop. The option clear means clearing Shop items before converting
shop.setvm [categories: cat1 cat2 ...] - add custom VM in config
shop.setnpc [categories: cat1 cat2 ...] - add NPC in config
shop.remove all - a console command to remove all items and categories from the plugin
shop.remove item [category name/all] - a console command to remove an item (or all items)
shop.remove category [category name/all] - a console command to remove a category (or all categories)
shop.fill.icc [all/buy/sell] - a console command for updating prices of items in the store using ItemCostCalculator. all - updates both Price and SellPrice, buy - updates Price, sell - updates SellPrice
shop.convert.from.1.2.26 – command to convert Shop plugin version 1.2.26 to version 1.3.0+
shop.reset – resets store data, including templates, configurations, and items.
shop.reset template – resets the store interface template data.
shop.reset config – resets store configuration data.
shop.reset items – resets store items data.
shop.reset full – completely resets all store data (templates, configurations and items).
shop.manage – used to manage the Shop plugin.
shop.manage economy list – displays a list of all available economic systems in the plugin.
shop.manage economy set <economy_ID> <name> – sets the selected economic system by plugin ID and name. The command updates the corresponding economic system on the server and saves the changes in the configuration.
FOR EXAMPLE:
shop.manage economy set 0 Economics – sets the main economy plugin to "Economics".
shop.manage economy set 1 ServerRewards – sets the additional economy system with ID 1 to "ServerRewards".
shop.wipe – manually trigger wipe (resets cooldowns, limits, and player data)
shop.change – change item category (used in editor)
shop.item – console command for item actions
🛡️ Permissions
shop.setvm - for command "shop.setvm"
shop.setnpc - for command "shop.setnpc"
shop.free - for free item purchases
shop.admin - admin permission
shop.bypass.dlc - allows bypassing Facepunch ToS item restrictions (WARNING: your server may be banned for this)
📈 API Methods
The Shop plugin provides API methods for other plugins to interact with it:
API_OpenPlugin(BasePlayer player) – opens the shop UI for a player. Returns empty string if failed, or UI data if successful.
API_GetShopPlayerSelectedEconomy(ulong playerID) – returns the economy ID (0 = main, 1+ = additional) that the player has selected for shopping.
Note: Other plugins can call these methods using Shop.Call("API_MethodName", ...) syntax.
⚖️ Sort Types
None
Name
Amount
PriceDecrease
PriceIncrease
🧬 Category Types
None – normal category for items
Favorite – category for favorite items
Hidden – hidden category, available only in NPC stores or Vending Machines
🎥 Video
P.S. Video of the old version, video for the V2+ version is now in development
🖼️ Showcase
Full screen Templates
Template OLD STYLE
Template NEW RUST
In-Menu Templates
Template V1 (V1.1)
Template V1 (V1.1) with BASKET
Template V2
Template V2 with BASKET
Template V4
Template V4 with BASKET
Installer
Editor
📢 Discord Logging
Track all shop activity via Discord webhooks: purchases, sales, and money transfers.
🧪 TEST SERVER
Join our test server to view and experience all our unique features yourself!
Copy the IP Address below to start playing!
connect 194.147.90.239:28015
📚 FAQ
Q: I get the message "The plugin does not work correctly, contact the administrator!”. What should I do?
A: This means that your plugin is not installed. To install the plugin, use the command "/shop.install”. You need to have "shop.admin” permission to access this command.
Q: Where can I see an example of a config?
A: Config
Q: How to use BankSystem to store the economy
A:
"Economy": {
"Type (Plugin/Item)": "Plugin",
"Plugin name": "BankSystem",
"Balance add hook": "Deposit",
"Balance remove hook": "Withdraw",
"Balance show hook": "Balance",
"ShortName": "",
"Display Name (empty - default)": "",
"Skin": 0,
"Lang Key (for Title)": "LangTitle",
"Lang Key (for Balance)": "BalanceTitle"
},
Q: How to use ServerRewards to store the economy
A:
"Economy": {
"Type (Plugin/Item)": "Plugin",
"Plugin name": "ServerRewards",
"Balance add hook": "AddPoints",
"Balance remove hook": "TakePoints",
"Balance show hook": "CheckPoints",
"ShortName": "",
"Display Name (empty - default)": "",
"Skin": 0,
"Lang Key (for Title)": "LangTitle",
"Lang Key (for Balance)": "BalanceTitle"
},
Q: How to use Economics to store the economy
A:
"Economy": {
"Type (Plugin/Item)": "Plugin",
"Plugin name": "Economics",
"Balance add hook": "Deposit",
"Balance remove hook": "Withdraw",
"Balance show hook": "Balance",
"ShortName": "",
"Display Name (empty - default)": "",
"Skin": 0,
"Lang Key (for Title)": "LangTitle",
"Lang Key (for Balance)": "BalanceTitle"
},
Q: How to use IQEconomic to store the economy
A:
"Economy": {
"Type (Plugin/Item)": "Plugin",
"Plugin name": "IQEconomic",
"Balance add hook": "API_SET_BALANCE",
"Balance remove hook": "API_GET_BALANCE",
"Balance show hook": "API_REMOVE_BALANCE",
"ShortName": "",
"Display Name (empty - default)": "",
"Skin": 0,
"Lang Key (for Title)": "LangTitle",
"Lang Key (for Balance)": "BalanceTitle"
},
Q: How to use scrap to pay for items
A:
"Economy": {
"Type (Plugin/Item)": "Item",
"Plugin name": "",
"Balance add hook": "",
"Balance remove hook": "",
"Balance show hook": "",
"ShortName": "scrap",
"Display Name (empty - default)": "",
"Skin": 0,
"Lang Key (for Title)": "LangTitle",
"Lang Key (for Balance)": "BalanceTitle"
},
Q: How to add KIT as shop item
A: https://pastebin.com/4szBQCgz
Q: How to add Command as shop item
A: https://pastebin.com/bcCkzBEL
Q: How do I make a weapon spawn with ammo in it?
A: You need to configure the "Weapon" section in the item config:
"Weapon": {
"Enabled": true,
"Ammo Type": "ammo.rifle.explosive",
"Ammo Amount": 128
}
Q: How do I make items spawn some content (liquid, weapon modifications)?
A: You need to configure the "Content" section in the item config:
"Content": {
"Enabled": true,
"Contents": [
{
"ShortName": "weapon.mod.lasersight",
"Condition": 100.0,
"Amount": 1,
"Position": -1
}
]
},
Q: How to turn off the sell feature?
A: You need to turn off "Enable item selling” in the config, or do it in the item setting in the game.
"Enable item selling?": false,
Q: How to use the ItemCostCalculator with Shop?
A: You need to use command "shop.refill" (command to refill the Shop)
Q: What should be the size of images for item icons?
A: Typically, the image dimensions for item icons are 512x512 pixels, but any square image can suffice.
Q: I get the error "UI is unavailable for player. Reason: Menu UI is not initialized". How to fix it?
A: This error occurs when the interface template is not installed or configured. Follow these steps:
1. Reset the template using the command: shop.reset template (use only template to avoid data loss).
2. Install the interface via shop.install in the game (to visually select a template) or through the console.
Note: Ensure you have the shop.admin permission to execute these commands.
Q: How do I add Shop to the ServerPanel menu?
A: Follow these simple steps:
1. Open ServerPanel menu in-game and click "+ADD CATEGORY" button
2. Set these exact parameters:
Type: Plugin
Plugin Name: Shop
Plugin Hook: API_OpenPlugin
3. Click "SAVE" button to create the category
4. Reset Shop template and install it:
Type in console: shop.reset template (IMPORTANT: use only "template"!)
Then type: shop.install
Note: If Shop doesn't appear in ServerPanel menu, make sure both plugins are loaded and you typed the parameters exactly as shown above.
Q: I see black images with Rust logo or get error 429 when loading images. What should I do?
A: These issues occur when there are problems downloading images from the internet. The Shop plugin sends images to ImageLibrary but is not responsible for the downloading process itself. Error 429 typically occurs due to rate limits imposed by image hosting services like Imgur (see HTTP 429 documentation for more details). To fix this, enable Offline Image Mode which will use local images instead:
Enable the mode in config:
Open "oxide/config/Shop.json" (or "carbon/config/Shop.json" for Carbon)
Set "Enable Offline Image Mode": true
Set up the images:
Create folder "TheMevent" in "oxide/data" (or "carbon/data" for Carbon)
Download PluginsStorage (click "CODE" → "Download ZIP")
Extract the ZIP and copy all contents to the "TheMevent" folder
Reload the plugin:
Type o.reload Shop (Oxide) or c.reload Shop (Carbon)
Note: If you want to add your own custom images, place them in the "TheMevent" folder and reference them with the "TheMevent/" prefix. For example: "TheMevent/Icon1.png", "TheMevent/MyCustomIcon.jpg", etc.
Q: What placeholders are available for commands and what do they do?
A: You can use these placeholders in shop commands and they will be automatically replaced when a player purchases a command item:
%steamid% - Replaced with the player's Steam ID (e.g., "76561198000000000")
%username% - Replaced with the player's display name (e.g., "PlayerName")
%player.x% - Replaced with the player's X coordinate position
%player.y% - Replaced with the player's Y coordinate position
%player.z% - Replaced with the player's Z coordinate position
Example usage in shop commands:
"Command (%steamid%)": "say Welcome %username%!|teleport %steamid% %player.x% %player.y% %player.z%"
Note: Multiple commands can be separated by the "|" character, and they will be executed in sequence when the item is purchased.
Q: How to set different prices for different currencies (RP and balance)?
A: You can configure separate currency prices for each item. Edit the file oxide/data/Shop/Shops/Default.json and find the item you want to modify. In the "Currencies" section, set different prices for each economy:
"Currencies": {
"Enabled": true,
"Currencies": {
"0": {"Price": 1000},
"1": {"Price": 500}
}
}
This means players pay 1000 from their main balance (Economics) or 500 RP from their ServerRewards balance. Economy ID 0 = main economy, ID 1 = ServerRewards.
Q: How to create a shop using HumanNPC plugin and set specific categories?
A: To create a shop with HumanNPC, follow these steps:
Create an NPC using HumanNPC plugin
Get the NPC ID (you can find it in the HumanNPC config or use the command humannpc.list)
Use the Shop command to add the NPC: shop.setnpc [categories: cat1 cat2 ...]
Example:
shop.setnpc categories: Weapon Ammunition Tools - adds the NPC with Weapon, Ammunition, and Tools categories
shop.setnpc categories: * - adds the NPC with all available categories
Note: You need the shop.setnpc permission to use this command. Make sure both HumanNPC and Shop plugins are loaded on your server.
Q: How to add Custom Vending Machines to Shop plugin?
A: To add Custom Vending Machines to Shop, follow these steps:
Place a Custom Vending Machine in your world
Look at the vending machine and use the command: shop.setvm [categories: cat1 cat2 ...]
Example:
shop.setvm categories: Weapon Ammunition - adds the vending machine with Weapon and Ammunition categories
shop.setvm categories: * - adds the vending machine with all available categories
Note: You need the shop.setvm permission to use this command. The vending machine will be automatically added to the Shop configuration.
Q: How does the Shopping Basket feature work?
A: The Shopping Basket allows players to add multiple items to a cart before purchasing. Players can add items to the basket, review their selection, and purchase everything at once. The basket shows the total cost and allows players to remove items before checkout. This feature must be enabled in the template settings.
Q: How does the Search functionality work?
A: The Search feature allows players to search for items by name across all categories. Simply type in the search box and the shop will filter items matching your query. Search works across all enabled categories and respects permission settings. The search feature can be enabled/disabled in the template configuration.
Q: What are Wipe Cooldown and Respawn Cooldown?
A: These are time-based restrictions:
Wipe Cooldown: Blocks items from being bought/sold for a specified time after a server wipe. This is useful for preventing powerful items from being purchased immediately after wipe. Configure in config: "Wipe Cooldown": true and "Wipe Cooldown Timer": 3600 (seconds).
Respawn Cooldown: Prevents players from opening the shop immediately after respawning. Helps prevent abuse. Configure in config: "Respawn Cooldown": true and "Respawn Cooldown Timer": 60 (seconds).
Q: How do Daily and Lifetime Limits work?
A: Limits control how many times players can buy/sell items:
Lifetime Limits: Total number of times a player can buy/sell an item across their entire account. Set to 0 for unlimited.
Daily Limits: Maximum number of times per day a player can buy/sell an item. Resets daily. Set to 0 for unlimited.
Limits are per-permission, so you can set different limits for VIP players, regular players, etc.
The plugin uses the highest limit among all permissions the player has.
Q: What is the "Buy Again" feature?
A: Buy Again allows players to quickly repurchase items they have bought before. This feature shows a history button in the shop UI (if enabled) and requires a permission. To enable, set "Buy Again Settings": {"Enabled": true, "Permission": "shop.buyagain"} in the config.
Q: How do I configure blocked skins for selling?
A: You can prevent players from selling specific item skins. In the config, add entries to "Blocked skins for sell":
"Blocked skins for sell": {
"rifle.ak": [52, 25],
"pistol.m92": [100, 200]
}
Q: How do I configure which containers players can sell from?
A: In the config, set "Settings available containers for selling item":
"Settings available containers for selling item": {
"Enabled": true,
"Containers": ["main", "belt"]
}
Available container names: "main" (inventory), "belt" (hotbar), "wear" (clothing), etc.
Q: What are Auto-Wipe Settings?
A: Auto-Wipe Settings automatically reset certain data when you run the shop.wipe command. Configure in config:
"Auto-Wipe Settings": {
"Cooldown": true,
"Players": true,
"Limits": true
}
Cooldown: Resets all item cooldowns
Players: Resets all player data (favorites, economy selection, etc.)
Limits: Resets all buy/sell limits
Q: How do I customize price formatting?
A: In the config, set "Formatting Settings" to control how prices are displayed:
"Formatting Settings": {
"Buy Price Format": "G",
"Sell Price Format": "G",
"Shopping Bag Cost Format": "G",
"Balance Format": "G"
}
Format options: "G" (general), "N" (number with separators), "C" (currency), "F" (fixed-point), etc. See .NET number formatting for all options.
Q: How do I enable transfers to offline players?
A: In the config, set "Allow money transfers to offline players?": true. By default, this is disabled for security reasons.
Q: How do I configure Duel/Duelist integration?
A: To block shop access during duels, set "Blocking the opening in duels?": true in the config. Make sure you have the Duel or Duelist plugin loaded.
Q: What do all shop item settings mean and how should I configure them?
A: Below is a short explanation of the most important item fields and how they affect the plugin.
Type – what this entry does: Item (gives an in-game item), Command (runs server commands), Plugin (calls another plugin hook), Kit (gives a kit).
ID – unique numeric ID of the item inside Shop. Used internally (for logs, favorites, editor); normally you don’t change it manually.
Image – custom UI icon key. If empty, Shop will try to use the item icon found by ShortName.
Permission – Oxide/Carbon permission required to see and use this item. Leave empty to make the item available to everyone, or set e.g. shop.vip for VIP‑only items.
Title – custom title shown in the UI. If empty, the plugin will try to use DisplayName, then the in‑game display name of the item, or fall back to an empty string.
Description – additional text shown in the item window. Optional, purely visual.
Command (%steamid%) – used when Type = Command. The plugin will execute this command on the server. You can use placeholders like %steamid%, %username%, %player.x%, %player.y%, %player.z%. Each purchase can run multiple commands (split internally by |).
Kit – kit name for Type = Kit. The plugin will give a kit with this name when the player buys the item.
Plugin – used for Type = Plugin. Contains plugin name, hook name and amount. When the item is purchased, the specified hook will be called in the target plugin.
DisplayName (empty – default) – overrides the in‑game item name shown to the player (for Type = Item). If empty, the plugin uses the original item display name (optionally via Lang API).
ShortName – shortname of the item (e.g. rifle.ak). This is required for Type = Item; it is used to find ItemDefinition, icon, stack size, etc.
Skin – workshop skin ID for the item. Only used when Type = Item.
Is Blueprint – if enabled, Shop will give the item as a blueprint instead of the regular item.
Amount – how many items are given/sold per one purchase. For blueprints this is how many separate blueprint items are created.
Enable item buying? (CanBuy) – if disabled, the item cannot be bought (only sold, if selling is enabled).
Price – default purchase price. Can be overridden per‑economy in Currencies – if a currency is configured for buying, its price will be used instead of this value.
Enable item selling? (CanSell) – if disabled, players cannot sell this item back to the shop.
Sell Price – default sell price. Can also be overridden in Currencies for selling.
Buy Cooldown / Sell Cooldown – base cooldown in seconds between purchases/sales of this item. Can be overridden by per‑permission cooldowns below.
Buy Cooldowns / Sell Cooldowns – per‑permission cooldowns. Keys are permission names (e.g. shop.vip), values are cooldown seconds. The plugin uses the lowest cooldown among permissions that the player has.
Use custom discount? – if enabled, the item will use its own Discount map instead of the global discount configuration.
Discount (%) – per‑permission discount percentages for this item (only if custom discount is enabled). The highest discount from permissions that the player has will be applied.
Sell Limits / Buy Limits – global lifetime limits per permission. A value of 0 means “no limit”. The plugin selects the highest limit among permissions the player has.
Daily Buy Limits / Daily Sell Limits – per‑day limits (reset by the plugin’s daily logic). 0 means “no daily limit”.
Max Buy Amount / Max Sell Amount – maximum number of items that can be bought/sold in a single transaction (0 disables this limit).
Force Buy – if enabled, the item will use fast purchase flow (without extra confirmation windows, depending on UI settings).
Prohibit splitting item into stacks? – if enabled, the plugin will try to give the item in a single stack instead of splitting it into multiple stacks, when possible.
Purchase/Sale block duration after wipe – time (in seconds) after a wipe during which this item cannot be bought/sold. Useful for limiting powerful items early in the wipe.
Localization – per‑language messages for the item title. If enabled and a translation exists for the player’s language, it will override the normal title.
Content – configuration of contents for containers (e.g. boxes, weapons with attachments, etc.). You can add inner items (shortname, amount, condition, position).
Weapon – additional settings for weapons (ammo type, ammo amount, etc.). Applied when the item is created.
Genes – plant gene configuration. If enabled, the plugin will set specified genes on the created item.
Currencies – per‑economy price configuration. You can set different prices for each enabled economy plugin (by economy ID) for both buying and selling. If a currency is configured and enabled for the player’s selected economy, its price takes priority over the default Price/Sell Price.
Q: What do shop category settings mean and how should I configure them?
A: Categories group your shop items and control how they are shown, sorted and filtered for players.
Enabled – turns this category on or off. If disabled, the category and all its items will not appear in the shop UI at all.
Category Type – controls special behavior of the category:
None – a normal category that shows the items you added to Items.
Favorite – a virtual category that shows each player’s favorite items (based on their own favorites list). Items here are taken from other categories the player marked as favorite.
Hidden – a hidden category. It is stored in data and can be used for management, but is not shown in the normal category list in UI.
Title – the name of the category displayed in the UI. If Localization is enabled and contains a translation for the player’s language, that localized text will be shown instead of this value.
Permission – permission required to see and use this category. If you leave it empty, all players can see the category (subject to item‑level rules). If you set e.g. shop.category.vip, only players with that permission will see this category in the shop.
Sort Type – how items inside the category are sorted:
None – items are shown in the order they are stored/edited.
Name – items are sorted alphabetically by their PublicTitle (what the player sees).
Amount – items are sorted by Amount (stack size) in ascending order.
PriceIncrease – items are sorted by price from cheaper to more expensive.
PriceDecrease – items are sorted by price from more expensive to cheaper.
Sorting is applied every time the category items are requested.
Items – the list of ShopItem entries that belong to this category. For normal categories (Type = None/Hidden) this is what will be displayed in the item grid. For Favorite categories this list is not used for display – the plugin uses the player’s favorites instead.
Localization – optional localized title for the category. When enabled, the plugin will try to show a translated title based on the player’s language. If no translation is found, it falls back to the Title field.
How visibility and filtering work – when the shop builds a category:
For normal categories, only items that are available for the player (permission, currencies, buy/sell rules, etc.) are included.
Skip/take pagination is applied on top of that filtered list to show items page by page.
For favorite categories, the plugin takes the player’s favorite items, applies sorting, and displays them in this special category.
Reordering categories and items – categories and items can be moved up/down (or left/right) in the in‑game editor. This changes the order in which categories are shown in the UI and the default order of items when Sort Type = None.
Q: How do I enable and use ADMIN MODE?
A: ADMIN MODE is a visual in-game editor that allows you to manage your shop without editing files manually.
Step 1: Enable ADMIN MODE
Ensure you have the shop.admin permission
Open shop with /shop command
Click the "ADMIN MODE" button in the header (shows "■" when active)
Step 2: Create/Edit Categories
To create a new category:
With ADMIN MODE enabled, click the "+" button in categories list
Fill in category details (Title, Enabled, Type, Permission, Sort Type)
Click "SAVE"
To edit an existing category:
Click the "Edit" button (pencil icon) next to the category
Modify settings
Click "SAVE" or "CANCEL"
Step 3: Create/Edit Items
To create a new item:
Open the target category
Click "+ADD ITEM" button
Select item from the selection panel
Configure all item properties (price, amount, permissions, etc.)
Click "SAVE"
To edit an existing item:
Click the "Edit" button on the item
Modify properties
Click "SAVE" or "CANCEL"
Additional ADMIN MODE Features:
Use ↑↓ arrows to reorder categories
Use ←→ arrows to reorder items within categories
Use "DELETE" button in editor to remove categories/items
All changes save automatically - no manual file editing needed
Q: Where are shop files stored and what do they contain?
A: Shop plugin data is organized in the following structure:
📁 Configuration (oxide/config/Shop.json or carbon/config/Shop.json)
Plugin settings (permissions, commands, economy configuration)
Notification settings
Discord logging configuration
Global plugin options
📁 Shop Data (oxide/data/Shop/Shops/Default.json or carbon/data/Shop/Shops/Default.json)
This is the main shop inventory file
All categories and their settings
All items with prices, permissions, cooldowns, limits
Item configurations (weapons, content, currencies, etc.)
Edited through ADMIN MODE or manually
📁 UI Template (oxide/data/Shop/UI.json or carbon/data/Shop/UI.json)
Interface template configuration
Colors, sizes, positions
Display settings
Reset with: shop.reset template then shop.install
📁 Player Data (oxide/data/Shop/Players/ or carbon/data/Shop/Players/)
Individual player files (one per player)
🔴 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
$29.99
Introducing Total Control – The Ultimate Rust Server Admin Tool
Total Control is a powerful full GUI admin plugin for Rust servers.
Whether you run hardcore PvP or relaxed PvE, Total Control gives you complete live control over every major system directly in-game, with zero config files or reloading after changes.
📅 Dynamic Schedule System:
•Plan your entire wipe and let the plugin do the work for you.
•Create up to 5 scheduled sets (plus the default) Automatically change gather rates, stack sizes, smelting, rewards, PvE/PvP mode, raid protection, and more at exact dates and times.
•Use real-world time or server time.
•Enable only the pages you want for each set everything else stays on your default settings.
•Run your server exactly how you want.
⚒️ Gather Rates & Stack Sizes:
•Full control over every item (ore, plants, crates, quarries, excavator, etc.) Quick multiplier buttons or type exact values.
•Category multipliers with individual item overrides.
•Add or remove any item instantly with chat commands.
🔥 Smelting & Cooking:
•Adjust speed, charcoal output, fuel usage, and resource output for every furnace type.
•Full control over the Mixing Table and Cooking Workbench.
🎁 Rewards System:
•Reward players for gathering, killing animals/NPCs/players, destroying barrels, emptying crates, Bradley/Heli loot, and playtime.
•Support for Scrap, Economics, and ServerRewards (use any or all three) Optional UI Notify integration with custom message styles.
⚙️ Settings Page:
•Auto or voted night skip. Time freeze, custom day/night lengths, and server date.
•PvE/PvP mode switching (manual or timed).
•Full raid protection (manual or timed).
•Offline raid protection (with adjustable cooldown timer).
•Option to disable shotgun traps, flame turrets, auto turrets, and SAM sites.
Any admin with the correct permission can open the Total Control GUI with /tc and modify everything, without requiring data file access or plugin reload. Ideal for administrators worldwide.
🔑 Permissions & Commands:
Permission: TotalControl.OpenGui
Chat Commands:
/tc Open the GUI
/addgather <shortname> /removegather <shortname> Add/Remove items to GatherRates page.
/addstack <shortname> /removestack <shortname> Add/Remove items to StackSize page.
/addreward <shortname or prefab> /removereward <shortname or prefab> Add/Remove items to Rewards page.
(Shortnames list: https://www.corrosionhour.com/rust-item-list)
💬 Join the Community
Stay up to date, get support, make suggestions, report bugs, or promote your server.
🔗 https://discord.gg/AkwHUs8Qma
What's New
Fresh uploads, new releases, and recently updated files.
-
$24.99$19.99By Khaled
-
$24.95$21.95By Mevent
-
$14.00
By Dennkins
-
$10.00
By Dennkins
-
$10.00
-
Free
By 0xF
-
$7.99
By VoodooLights
-
Free
By FourTeen.
-
Free
By Vegas Rust
-
By Iftebinjan
-
$29.99$24.99By SlayersRust
Highest Rated
Top-rated picks trusted and loved by the community.
-
$16.99
By David
-
$40.00$30.00By nivex
-
$29.99
By LosGranada
-
$29.99
By imthenewguy
-
$24.99
By Whispers88
-
$40.00$31.95By Mevent
-
Free
By Steenamaroo
-
$14.99
By AhigaO
-
$19.99$15.99By Fruster
-
$14.99
By David
-
$45.99$39.09By Monster
-
$19.99$15.99By Fruster
Trending Files
Popular picks members are downloading the most right now.
-
$40.00$30.00By nivex
-
Free
By Steenamaroo
-
Free
By tofurahie
-
$29.99
By imthenewguy
-
$24.99
By Whispers88
-
$40.00
By The_Kiiiing
-
$19.99$15.99By Fruster
-
$40.00$31.95By Mevent
-
$29.99
By Adem
-
$40.00
By Steenamaroo
Great Deals
Discounted picks, limited-time deals, and sale items worth grabbing now.
-
$3.55$2.29By RustFlash
-
$9.30$7.90By Shemov
-
$17.99$13.99By fullwiped
-
$3.50$2.80By Ionut Shiro
-
$8.30$7.05By Shemov
-
$15.95$11.95By Mevent
-
$8.00$6.40By Ionut Shiro
-
$30.00$24.00By Ionut Shiro
-
$8.30$7.05By Shemov
-
$5.98$3.89By Meowhuh
-
$3.50$2.80By Ionut Shiro
-
$9.99$7.99By Ionut Shiro
-
$8.99$4.99By RustFlash
Latest Reviews
See what customers are saying about their experience with files.
This is a cool plugin. The set up is simple and the UI feels like it's a native part of Rust. Placing the NPC vendor can be done in a few chat commands and persists across wipes once it has been added. Boat building and copying is straightforward and already comes with a few defaults to use.
Great map - great background story, adds for some interesting takes (lore).
Always something new to explore.
After using RankEval in my Rust community, I can confidently say it is one of the most complete and professional ranking systems available for server owners.
The web leaderboard is clean, modern, and gives players a real reason to follow their progress throughout the wipe. It adds a competitive layer to the server without feeling heavy or complicated. Players can easily check their stats, compare performance, and stay engaged for longer.
What I like the most is that RankEval is not jus
Nice job, a must have to pimp your TC ❤️
Nice Admin belt buton ❤️ working well, giving 5 stars is the minimum. Simple.
Just now getting started using this so cannot give a long term review but from what I have seen so far, top notch. And best of all their support is stellar. Very responsive and put forth a "happy to assist" attitude which is a breath of fresh air in the Rust environment. So far so good. Definitely worth taking a look into.
Excellent plugin — a serious upgrade for competitive Rust communities
RankEval is one of the most impressive Rust server tools I’ve seen in a long time. It goes far beyond a basic leaderboard plugin and turns player stats into a full competitive ecosystem.
The amount of data it tracks is excellent, and the way it presents that information through ranked profiles, leaderboards, wipe snapshots, challenges, stat categories, and 3D/event map analytics gives players a real reason to stay en
Probably one of the better designed prefabs. My server has about 5,000 users that pass though the server on average, even those that don't stay a long time always check out this prefab.
For such a small prefab, it has incredible detail.
As a server owner, I would highly recommend this prefab.
[Loot is very good - high level - per platform]
One of the best anti-cheat/admin tools out there. I've banned over 1,000 players using this tool alone. I'm not a server owner, but as an admin, I can say it's definitely worth having.
RankEval has been awesome and my players have been super competetive about the stats, even on the PVE server!
Dropping the plugin file in, set your token, and you are on your way, controlling everything from the website is great!
Deathburn is also great and very easy to deal with if you have any issues that arise or questions.
Would give 6 stars if I could!