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,600+ servers powered by Carbon
Electric Miner Why not convert your excess electricity into a resource? Electric Miner brings the Mining Quarry and the Pump Jack to life as fully automated, electricity-powered machines that players can build wherever they want. There's no need to fight over a monument quarry anymore. Just place a machine on your own base, run a wire to it, choose what you want it to produce, and let it work. Each machine has a clean animated interface, an engine you can upgrade for bigger yields, and a liquid system on the Pump Jack for pumping water where you need it.       Two placeable machines: the Electric Miner (a mining quarry) and the Electric Pump Jack (an oil and liquid pump). Both are handed to players as a deployable item. A live placement guide draws the machine's footprint with marker spheres as you aim, so you always know exactly where it will land before you commit. Placement is checked against slope, water depth, roads, monuments, safe zones, no-build zones, nearby obstructions, and other players' building privilege. Machines run on real power. They only start once you've wired them to a power source and flipped the switch, and they draw from the upstream battery while they run. Players choose what each machine produces from an in-game menu, whether that's the ore the Miner digs or the liquid the Pump Jack outputs. An engine upgrade system lets players spend materials to push the machine through several tiers, each one raising the yield multiplier. Upgrading plays a sound and fills an animated progress gauge. The Pump Jack stores liquid internally and can feed it out through a hose to a water container or sprinkler, which is handy for irrigation and base setups. Machine lights turn on by themselves whenever there's power, giving you an instant visual cue that everything is connected. Only the owner, their team, and admins can flip the switch, open the menu, or pick a machine up. Nobody else can touch it. Pick a machine back up with a hammer and it returns to your inventory as an item, as long as it's healthy enough, and any stored contents drop to the ground. The selected resource, engine tier, stored liquids, chosen output liquid, and durability are all saved and survive server restarts. The interface animates open and closed, uses a clean card layout for selections, and supports your own custom background image. Built-in translations for English, Japanese, Simplified Chinese, Traditional Chinese, Russian, Ukrainian, and French. English (en), Japanese (ja), Simplified Chinese (zh-CN), Traditional Chinese (zh-TW), Russian (ru), Ukrainian (uk), and French (fr). Every message and menu label can be edited in the oxide/lang files.     1. Get the item. An admin gives out the machines (see Commands below), or you can sell them through a shop or hand them out in a kit using the skin IDs. 2. Place it. Hold the item and look at flat ground. The footprint guide appears, and a left-click drops the machine in. The item is used up and the full quarry or pump jack spawns in its place. 3. Power it. Take out the in-game Wire Tool, click an output on your power source (a battery, generator, and so on), then click the machine's power switch to join them. The default wire limit is 100 m. 4. Choose a resource. Press USE on the machine to open the menu and pick what it should mine or output. 5. Turn it on. Flip the power switch. As long as it has enough power and the output isn't full, the machine runs and produces on the interval you set. 6. Upgrade it (optional). Press USE on the engine to open the upgrade menu and spend materials to raise the yield. 7. Collect or pack up. Loot the output container as it fills, or hit the machine with a hammer to take it back as an item. A note on the Pump Jack The Pump Jack collects oil and water-type liquids into its own internal tank, which holds up to 500,000 ml by default. To move that water elsewhere, point the Wire Tool at the Pump Jack's fluid switch and run a hose to a water container or sprinkler. From there it pushes liquid out at the rate you set in the config (300 ml/s by default).                         { "Wire/hose max distance (m)": 100.0, "Durability": 2000.0, "Pickup minimum durability percent": 80.0, "Required power (consumed per minute)": 50, "Liquid storage capacity (ml)": 500000, "Fluid output per second (ml)": 300, "UI background image URL": "https://i.imgur.com/WMefGKk.jpg", "Electric Mining": { "Item display name": "Electric Miner", "Mineable resources": [ { "Item shortname": "metal.ore", "Item skin ID": 0, "Display name": null, "Amount per cycle": 10, "Interval (seconds)": 15.0 }, { "Item shortname": "sulfur.ore", "Item skin ID": 0, "Display name": null, "Amount per cycle": 10, "Interval (seconds)": 20.0 }, { "Item shortname": "hq.metal.ore", "Item skin ID": 0, "Display name": null, "Amount per cycle": 1, "Interval (seconds)": 60.0 }, { "Item shortname": "stones", "Item skin ID": 0, "Display name": null, "Amount per cycle": 10, "Interval (seconds)": 10.0 } ], "Upgrade tiers": [ { "Yield multiplier": 1.1, "Upgrade costs": { "scrap": 300, "metal.refined": 50, "gears": 10, "metalblade": 20 } }, { "Yield multiplier": 1.2, "Upgrade costs": { "scrap": 500, "metal.refined": 100, "gears": 20, "metalblade": 40 } }, { "Yield multiplier": 1.5, "Upgrade costs": { "scrap": 800, "metal.refined": 200, "gears": 30, "metalblade": 50 } }, { "Yield multiplier": 2.0, "Upgrade costs": { "scrap": 1000, "metal.refined": 400, "gears": 50, "metalblade": 80 } } ] }, "Electric Pump Jack": { "Item display name": "Electric Pump Jack", "Mineable resources": [ { "Item shortname": "crude.oil", "Item skin ID": 0, "Display name": null, "Amount per cycle": 1, "Interval (seconds)": 20.0 }, { "Item shortname": "water", "Item skin ID": 0, "Display name": null, "Amount per cycle": 800, "Interval (seconds)": 10.0 }, { "Item shortname": "water.salt", "Item skin ID": 0, "Display name": null, "Amount per cycle": 1000, "Interval (seconds)": 10.0 }, { "Item shortname": "water.radioactive", "Item skin ID": 0, "Display name": null, "Amount per cycle": 500, "Interval (seconds)": 10.0 } ], "Upgrade tiers": [ { "Yield multiplier": 1.1, "Upgrade costs": { "scrap": 300, "metal.refined": 50, "gears": 10, "metalblade": 20 } }, { "Yield multiplier": 1.2, "Upgrade costs": { "scrap": 500, "metal.refined": 100, "gears": 20, "metalblade": 40 } }, { "Yield multiplier": 1.5, "Upgrade costs": { "scrap": 800, "metal.refined": 200, "gears": 30, "metalblade": 50 } }, { "Yield multiplier": 2.0, "Upgrade costs": { "scrap": 1000, "metal.refined": 400, "gears": 50, "metalblade": 80 } } ] } } DEFAULT PRODUCTION Electric Miner   Metal Ore .......... 10  every 15s   Sulfur Ore ......... 10  every 20s   HQM Ore ............  1  every 60s   Stones ............. 10  every 10s Electric Pump Jack   Crude Oil .........    1   every 20s   Water ............. 800 ml every 10s   Salt Water ....... 1000 ml every 10s   Radioactive Water . 500 ml every 10s Engine Upgrade Tiers (default, both machines)   Tier 2  x1.1   300 Scrap,  50 HQM, 10 Gears, 20 Metal Blades   Tier 3  x1.2   500 Scrap, 100 HQM, 20 Gears, 40 Metal Blades   Tier 4  x1.5   800 Scrap, 200 HQM, 30 Gears, 50 Metal Blades   Tier 5  x2.0  1000 Scrap, 400 HQM, 50 Gears, 80 Metal Blades All amounts, intervals, multipliers, costs, resources, and tier counts are fully editable in the config.   Config field reference - Wire/hose max distance (m): How far a power wire or fluid hose is allowed to reach. - Durability: The machine's health. - Pickup minimum durability percent: How healthy the machine has to be before it can be picked up as an item. - Required power (consumed per minute): How much power the machine needs to run, and how much it draws each minute while running. - Liquid storage capacity (ml): The size of the Pump Jack's internal tank. - Fluid output per second (ml): How fast liquid is pushed through a connected hose. - UI background image URL: The background image shown behind the menu. Swap in your own to match your server. - Item display name: The name shown on the item and in the menu. - Mineable resources: Everything the machine can produce. Item skin ID and Display name are optional. - Upgrade tiers: Each tier sets a yield multiplier and its material cost. Add or remove tiers as you like; the number of tiers is the max level.         The give commands are restricted to admins. To hand item to regular players, an admin uses the give command, or you distribute the items through a shop / kit plugin using the skin IDs below. Chat command (Admin Only)   /ElectricMiner      Gives the player one Electric Miner AND one Electric Pump Jack item Console command   giveminer <mining | pumpjack> <SteamID>      Gives the chosen machine to the specified player (must be online). Ex.  Give the pumpjack to 76562442829013221 giveminer pumpjack 76562442829013221 Item details (for shops / kits)   Electric Miner       shortname: watchtower.wood   skin: 3750459142   Electric Pump Jack   shortname: watchtower.wood   skin: 3750459320         Q: Do these have to go near a monument? A: Not at all, and that's the point. You can build them anywhere valid on the map, whether that's flat ground or shallow water up to 3 m deep, as long as you keep clear of monuments, roads, safe zones, and other players' building privilege. Q: How do players power a machine? A: With the in-game Wire Tool. Click an output on a power source such as a battery or generator, then click the machine's power switch. It needs enough power to run (50 by default) and draws from the battery the whole time it's working. Q: My machine won't start. What's wrong? A: A machine only runs when three things are true: the switch is on, it has enough power, and the output container isn't full. Check all three. The lights are a quick tell, since they only come on once the machine has power. Q: Can other players use or steal my machine? A: No. Only the owner, their team, and admins can flip the switch, open the menu, or pick it up. Q: How do I get my machine back? A: Hit it with a hammer. As long as it's above the durability threshold (80% by default), it returns to your inventory as an item and anything stored inside drops to the ground. Q: How does upgrading work? A: Press USE on the engine to open the upgrade menu, then spend the listed materials to move up a tier. Each tier raises the yield multiplier (x1.1 up to x2.0 by default), and your tier is saved per machine through restarts. Q: What can the Pump Jack do with liquids? A: It keeps the liquid it produces in its own tank and can push water out through a hose to a water container or sprinkler, which is great for irrigation. You pick the output liquid from the menu. Q: Can I change what each machine makes, how fast, and what upgrades cost? A: Yes. Resources, amounts, intervals, multipliers, tier counts, and costs are all set per machine in the config. Q: How do I give the items to regular players? A: Use the admin /ElectricMiner or giveminer command, or sell and gift them through your shop or kit plugin using the shortname watchtower.wood and the skin IDs above. Q: Do placed machines and their settings survive a restart or wipe? A: Your settings (selected resource, engine tier, stored liquids, output liquid, and durability) carry over through restarts. Like any deployable, the machines themselves are cleared on a map wipe. Q: Can I use my own background image in the menu? A: Yes. Just point the "UI background image URL" setting at your own image.         VOID / NINJA WORKS X  :  @QB_WHITE   MADE IN JAPAN
0.0
sale
Rust CUI Editor Visual Interface Designer for Rust Stop writing UI code blindly. Design your CUI interfaces visually and export ready-to-use code in seconds.   What is this? Rust CUI Editor is a desktop application for creating Rust game UI (CUI) interfaces using a visual drag-and-drop editor. Instead of writing dozens of lines of CuiHelper code and constantly reloading your plugin to see the result, you design everything visually and get clean, working code instantly. Video demonstration 2.0.0 Version (At the moment the version is already newer with new features)   Elements Panel Image (URL/sprite) Label (with outline) Button InputField ScrollView Countdown Draggable Slot NeedsCursor / NeedsKeyboard Layout Horizontal Layout Group Vertical Layout Group Grid Layout Group Content Size Fitter LayoutElement Visual Drag elements on canvas Resize with 8 handles Multi-selection Marquee select Anchor/offset system Element rotation Inline text editing Element locking Alignment Left / Center / Right Top / Middle / Bottom Stretch to parent Match Width/Height Distribute evenly   🆕 Find & Replace Search and replace element properties across the entire project at once. No need to click through each element manually. ► Search by text content, color value, sprite, or material ► Filter results by element type ► Replace single matches or all at once ► Full undo support for bulk replacements   🆕 Inspect Element Dedicated inspection window for any selected element. Shows all properties in structured form alongside the raw CUI JSON output. ► All component properties in one place ► Raw CUI JSON with one-click copy ► Useful for debugging and quick exports ► Opens with shortcut or right-click menu   🆕 Snapshots Save named project states at any point and restore them without losing your current work. Snapshots are completely separate from undo history. ► Create named snapshots before risky changes ► Restore any snapshot at any time — current work is preserved ► Stored in a .snapshots folder next to the project file ► Independent from undo/redo stack   🆕 Wrap in Parent You've built a header with a label and a close button, then realize you forgot to add a background panel behind them. Select all elements, right-click, Wrap in Parent — done. Nothing moves. ► Works with any selection of elements ► New parent is sized to the bounding box of the selection ► All anchors recalculate automatically ► Wrap into Panel, Button, Image, or ScrollView   🆕 Themes Dark Theme Default dark interface. Easy on the eyes during long sessions. Light Theme Full light mode across all panels, dialogs, and overlays. Toggle in settings.   🆕 Plugin Import Load CUI elements directly from an existing .cs plugin source file. The parser reconstructs the full element tree for visual editing. ► Parses CuiHelper and CuiElementContainer patterns ► Resolves local variables and string constants ► Handles loops and repeated element generation ► Substitutes lang message references with preview text ► Works on any Oxide/Carbon plugin file   🆕 Built-in Reference A built-in help system with searchable articles covering the entire CUI system. No need to leave the editor to look something up. ► Articles for every element type and property ► Covers layers, ScrollView, blur materials, anchors, offsets, fonts ► Shortcut reference with all editor hotkeys ► Live demo canvas inside each article ► One-click "Add to project" from any example   🆕 Performance Rewrite Canvas GPU rendering Scene bitmap cache Static layer cache SKPicture cache SKPaint pooling (50+ allocs/frame saved) Text layout cache Typeface cache Pan without full re-render Element Tree Debounced rebuild on rapid changes Bulk update batching Fast flat selection cache O(n) ThumbnailBrush cache Detach() memory leak fixed Color Picker Real-time updates while dragging Only the affected element redraws No full scene invalidation     🆕 Live Preview See your UI exactly as it appears in-game, right inside the editor. Every element is fully rendered with correct Rust scaling, colors, sprites, and fonts. No need to reload your plugin to check the result. Rendering Panels & Images Labels with fonts Rich Text support Sprite tinting FadeIn / FadeOut Interactive Button hover & press ScrollView with inertia Elastic bounce Auto-hiding scrollbars Live Countdown Drag & Drop Draggable elements Slot filter matching MoveToAnchor snap Element swapping KeepOnTop z-order Tools Element Inspector Grid overlay Outlines view Auto-sync with editor Screenshot to PNG All CuiDraggableComponent properties are supported in preview: LimitToParent, MaxDistance, AllowSwapping, DropAnywhere, DragAlpha, ParentPadding, ParentLimitIndex, AnchorOffset, and more. ► Pick up Draggable elements and drop them into Slots ► Filter matching ensures only compatible elements snap ► Swap elements between occupied slots ► Inspector overlay shows element info on hover (shortcut: I) ► Grid and outline overlays for layout debugging (G / O) ► Background selector: dark, light, or any game screenshot ► Auto-sync keeps preview updated as you edit ► Export preview as PNG screenshot (S)   🆕 Smart Hook Generation When your project uses Draggable or Slot elements, the export automatically generates ready-to-use hook methods with proper logic: ► OnCuiDraggableDrag with if/switch blocks for each draggable ► OnCuiDraggableDropped with switch by slot name ► Comments with accepted elements and filter values ► Works in both Snippet and Plugin export modes   🆕 Developer Tools Professional plugin development toolkit with four dedicated tabs: Plugin Settings Author & version Chat/console commands Auto-show hooks Permissions list Plugin references Generate Unload Lang System Multi-language support Visual translation table Per-element lang keys lang.GetMessage() export Canvas preview ImageLibrary Image key/URL table Per-element ImageLib key GetImage() helper Auto OnServerInitialized Auto plugin reference Templates Reusable code templates Custom method generation Placeholder system Per-project settings 🆕 Localization System Full multi-language support for your plugins. Assign lang keys to any text element, manage translations visually, and export with automatic lang.GetMessage() calls. ► Add unlimited languages (en, ru, de, fr, etc.) ► Visual translation table - edit all strings in one place ► Toggle between raw text and lang key per element ► Canvas shows resolved translations in real-time ► Exported code includes full LoadDefaultMessages with all languages 🆕 ImageLibrary Integration Manage image assets directly in the editor. Define image keys and URLs, assign them to elements, and get clean export code with automatic ImageLibrary loading. ► Image key/URL table in Dev Tools ► ImageLib Key property on Image elements ► Export generates GetImage() helper method ► Plugin export auto-adds OnServerInitialized with image loading ► Automatic [PluginReference] ImageLibrary in export 🆕 Syntax Highlighting ► C# syntax highlighting in Export window ► JSON syntax highlighting in Export window ► Color-coded keywords, strings, numbers, comments ► Optimized for large code blocks 🆕 SVG Design Import Import your designs directly from professional design tools: Figma export to SVG and import Illustrator Adobe AI/SVG support Inkscape free vector editor Any SVG standard format ► Automatic source detection optimizes parsing for each tool ► Smart layer hierarchy preservation ► Automatic element type detection (btn_, lbl_, img_, panel_) ► Correct parent-child coordinate conversion   🆕 Figma Plugin & Tools New "Tools" folder included with the editor: ► CuiHelper Plugin for Figma - export designs directly to C# code ► Sample SVG designs - ready-to-import examples for testing and learning ► Documentation - setup guide for Figma plugin   🆕 Smart Resize Mode Default Mode Resize by changing Anchor values Perfect for responsive layouts that scale with screen size Shift + Resize Resize by changing Offset values Perfect for pixel-perfect positioning Orange handles indicate active mode   🆕 Inline Text Editing ► Double-click any text element to edit it directly on canvas ► No need to switch to the property panel, just click and type ► Press Enter or click outside to confirm changes   Guides, Grid & Smart Snapping ► Draggable guides from rulers ► Customizable grid with snap ► Smart guides - auto-snap to edges ► Distance indicators while dragging   Multiple Backgrounds Preview your UI on actual game screenshots: Game view Inventory Loot container Crafting Map Transparent Export Formats Generate ready-to-use code in three formats: C# (CuiHelper) container.Add(new CuiPanel { RectTransform = { AnchorMin = "0.3 0.3", AnchorMax = "0.7 0.7" }, Image = { Color = "0.1 0.1 0.1 0.9" } }, "Overlay", "MyPanel"); JSON [{ "name":"MyPanel", "parent":"Overlay", "components":[...] }] Full Plugin Complete .cs file with: • using statements • class definition • commands & permissions • Lang & ImageLib integration • all UI code   Import Existing Code Already have CUI code? Import it! ► Paste JSON array ► Paste C# CuiHelper code ► Import from PSD files ► Import from SVG files (Figma, Illustrator, Inkscape) ► Import from .cs plugin source files The editor parses your code and recreates all elements for visual editing.   Project Management ► Save/Load project files ► Multiple tabs for different projects ► Recent projects with thumbnails ► Per-project settings ► Close confirmation for unsaved changes   Property Editor Full control over every element property: ► Position (anchors + offsets) ► Colors with Rust format (0-1 RGBA) ► Fonts and text alignment ► Sprite/material selection ► Outline settings ► Fade in/out animations ► Button commands ► Input field parameters ► ScrollView settings ► Rotation and pivot point     Element Hierarchy ► Layer-based structure (Overlay, Hud, HudMenu) ► Parent-child relationships ► Drag & drop reordering ► Visibility toggle ► Lock elements to prevent accidental edits ► Rename with double-click ► Hover a tree node to highlight it on canvas   Additional Tools Measure Tool measure distances on canvas Style Picker copy style between elements Sprite Library browse Rust sprites Color Picker Rust format preview   Quality of Life ► Unlimited undo/redo ► Copy/paste/duplicate elements ► Copy/paste style ► Keyboard shortcuts for everything ► Multiple preset resolutions ► Smooth multiplicative zoom ► Auto-fit canvas to window ► Dark and light themes ► English & Russian localization ► Automatic update notifications   System Requirements ► Windows 10/11 ► .NET 8.0 Runtime (bundled) Installation 1. Download and extract the archive 2. Run RustCUIEditor.exe 3. Start creating!   Questions or support issues? Contact me via CodeFling messages.
5.0
$30.00
Fed up with the need to use multiple addons on my server for functions that players could execute from within the game, and considering the constant increase of new Skins for builds, I found myself dissatisfied with the limited supply of automatic upgrades on the market. For this reason, I have reworked the most used TC-related features on my server into a single plugin, which has been enriched with ideas contributed by players and other Rust administrators. All this under an attractive graphical interface, inspired by the item store of the game itself. Video Update 1.5.0 Video Update 1.4.9 Video Update 1.4.0 Old Video   Features AUTOMATIC CONSTRUCTION SKINS With BetterTC your players will be able to improve their builds to any level of improvement, but they will also be able to choose their favorite Skin (if you enable it) completely free of charge or offering it to the VIPS on your server. Update system:  I have added a small system that checks for new skins to automatically add them to the configuration. When you install the plugin for the first time and once you obtain permission from  bettertc.admin, you must click on "Check Update" so that it performs an internal check and adds all the skins and options that exist to date.   LIST OF AUTHORIZED PLAYERS It allows players or simply the rest of the Staff to easily see which players are authorized in the locker. Except for the administrators themselves, if you activate it in the config. (I don't think any player needs to know that the admin was authorized in their locker to check something) You can also allow authorizations to be deleted individually. AUTOMATIC IMPROVEMENT SYSTEM Allows your players to upgrade the grade of their bases automatically by obtaining resources directly from the TC. As long as they don't have RaidBlock (if you use NoEscape/RaidBlock plugin of course). You can configure different speed levels and costs depending on the player's permission from the plugin's own settings. That is, you can have players improve a building every 5 seconds for free and VIPs can improve every 2 or 1... Use your imagination! In addition, you can also calculate the cost of materials that will be required to carry out said improvement by clicking on the info button. A new setting has been added to disable the Container skin's multi-color option. Disabling this option, which is enabled by default, will slightly improve frame rates in builds using this skin: Fewer colors = Better performance (FPS Client).   AUTOMATIC RESKIN OF EXTERNAL WALLS The plugin also includes an automatic reskin system for external walls. Previously, it was only compatible with standard stone external walls and their adobe variant. Now, it also includes the ability to switch wooden walls to Frontier and vice versa. Ice walls have also been added as a variant for stone. If you place regular stone external walls (the usual ones), you can change their appearance to adobe or ice by clicking on the corresponding wall icon. When changing the skin, the original wall's health will be preserved, so if it’s damaged, it won’t be fully restored. This prevents players from abusing the system. Important: I recommend using the system for external walls as an appearance modification system, not as an upgrade system. In other words, with the following configuration: "Only reskin on wall of the same grade": true If you disable this parameter, you will be able to change from wood to stone, or vice versa, completely free of charge. Since the wall system doesn’t have a cost mechanism for players, I recommend keeping this option enabled.   AUTOMATIC REPAIR SYSTEM Allows your players to repair their bases automatically by obtaining resources directly from the TC. As long as they don't have RaidBlock (if you use NoEscape of course).  Now since version 1.4.0 it will also repair damaged objects such as doors, trapdoors, windows, boxes! With configurable cooling system to prevent repair abuse during raids. ("Repair Cooldown After Recent Damage (seconds)": 30.0)   AUTOMATIC CONSTRUCTION DEGRADATION It allows players to regret upgrading their huge base to metal and not being able to afford it anymore. Of course, it will charge them resources as if they improved it from 0. However, if you do not want to allow downgrade you can disable it from the config.   AUTOMATIC WALLPAPER PLACEMENT Allows your players to place any available wallpaper in the game automatically based on the building type. Support for wallpapers on walls, ceilings, and floors. Wallpapers are always kept up-to-date automatically. So if FacePunch adds new wallpapers, they will be instantly added to the list. You'll also enjoy my exclusive wallpapers. Since update 1.5.0, you can also add and remove custom wallpapers with the following commands. Chat Command: Usage: /addwp <skinid> <Wall|Floor|Ceiling>, Example: /addwp 3356517390 Wall, Usage: /wpb (It allows you to place wallpapers on boats. To do this, you must first sit at the boat’s steering wheel.) Console Command: Usage: addwp <skinid> <Wall|Floor|Ceiling>, Example: addwp 3356517390 Wall I've added a new parameter to the config: "Wallpaper Damage": true Setting this parameter to false prevents wallpapers from being broken in melee or with ammunition. However, you can still break them with C4 or missiles. Blocking damage completely is more complex and, in my opinion, unnecessary. In addition, with BetterTC you can place wallpapers on both sides of the walls, even if they are on the outside of the building, as it includes an option in the configuration to force this placement.   TC SKINS Give your players the ability to change the appearance of their TC.   ALLOWS TO SAVE OLD ITEMS A new configuration option has been added to allow saving items back to the TC. "Allow items in TC inventory": { "gunpowder": false, "sulfur": false, "sulfur.ore": false, "explosives": false, "diesel_barrel": false, "cctv.camera": false, "targeting.computer": false }   CONSTRUCTION EFFECTS Allows players to disable auto-build buff effects and reduces headaches.However, if you do not want to allow them to disable this, you can disable it from the config.   BETTER GUI The plugin's interface has been programmed so that it maintains its size regardless of the interface scaling settings of each player. It has also been taken into account that perhaps not everyone wants to enable all options for their players. Therefore, the buttons that appear at the top of the TC have been programmed so that if a player does not have permission for a specific function, instead of leaving the space empty, the buttons adapt their position automatically. The player list GUI and construction SKINS have also been prepared with a pagination system if necessary. 95% of the images used in the plugin are loaded directly from the client side, thus optimizing the loading and rendering of the interface and reducing the use of Image Library. Carbon Image Module support. If your server is running Carbon instead of Oxide, it will now use the built-in module instead of the Image Library.   Permissions bettertc.admin Exclusive for Admin. It allows you to check if there are new skins to add. You will not appear in the list of authorized players if the option in the settings is activated. bettertc.authlist  Shows a button at the top of the TC to check which players are authorized. bettertc.deleteauth Allows you to individually revoke an authorized player. You can give this permission to players if you want them to be able to delete individually. bettertc.use  It is the basic degree of use found in the configuration. bettertc.vip It is the level of use for advanced that is found in the configuration. Depending on how you configure it, it makes players with this permission improve/repair/change skin faster. Or it simply costs them less resources. bettertc.repair Displays a button on top of the TC to repair the build automatically. bettertc.repair.nocost No explanation needed I think. (USE WITH CAUTION) bettertc.reskin Allows players to change the skin of their build automatically. Imagine one day you upgrade your entire foundation to container and the next day you regret losing FPS and would like to leave it on normal metal. bettertc.reskin.nocost No explanation needed I think. bettertc.updefault Shows players the default upgrade options. Without SKINS. bettertc.upskin Show players upgrade options with SKINS. bettertc.upwall Allows players to change the skin of external walls. bettertc.upgrade Permission to evade blocking of all items. bettertc.upgrade.nocost No explanation needed I think. (USE WITH CAUTION) bettertc.wallpaper  Allows players to place Wallpaper. bettertc.wallpaper.nocost  No explanation needed I think. (USE WITH CAUTION) bettertc.wallpaper.custom Display custom wallpapers to players with this permission. bettertc.tcskinchange  Allows players to change the TC skin. bettertc.tcskindeployed  Allows players to place TC with Skin.   Commands Chat Command: Usage: /addwp <skinid> <Wall|Floor|Ceiling>, Example: /addwp 3356517390 Wall, Console Command: Usage: addwp <skinid> <Wall|Floor|Ceiling>, Example: addwp 3356517390 Wall   Configuration DEFAULT CONFIGURATION { "Check for updates when loading": true, "Bypass DLC ownership check (⚠ only allowed on creative/test servers per Facepunch rules)": false, "Use NoEscape Plugin": false, "Use RaidBlock Plugin": true, "GUI Buttons TC - Color Default": "0.3 0.40 0.3 0.60", "GUI Buttons TC - Color Active": "0.90 0.20 0.20 0.50", "GUI Buttons TC - OffsetMin": "280 621", "GUI Buttons TC - OffsetMax": "573 643", "GUI Buttons TC - AnchorMin": "0.5 0", "GUI Buttons TC - AnchorMax": "0.5 0", "Alert Gametip": true, "Alert Chat": true, "Alert Notify Plugin": false, "Notify: select what notification type to be used": { "error": 0, "info": 0 }, "Color Prefix Chat": "#f74d31", "Show Admin Auth List": false, "Show SteamID Auth List": true, "Upgrade Effect": true, "Colour Selection MultiColor Option": false, "Reskin Enable": true, "Reskin Wall Enable": true, "Only reskin on wall of the same grade": true, "Reskin Wall TC Distance (Default: 100)": 100.0, "Deployables Repair": true, "Repair Cooldown After Recent Damage (seconds)": 30.0, "Downgrade Enable": true, "Downgrade only Owner Entity Build": false, "Upgrade only Owner Entity Build": false, "Upgrade / Downgrade only Owner and Team": true, "Wallpaper Enable": true, "Wallpaper placement Cost (Cloth)": 5, "Wallpaper Damage": true, "Wallpaper both sides": true, "Force both sides including external sides": true, "Cooldown Frequency Upgrade (larger number is slower)": { "bettertc.use": 2.0, "bettertc.vip": 1.0 }, "Cooldown Frequency Reskin (larger number is slower)": { "bettertc.use": 2.0, "bettertc.vip": 1.0 }, "Cooldown Frequency Repair (larger number is slower)": { "bettertc.use": 2.0, "bettertc.vip": 1.0 }, "Cooldown Frequency Wallpaper (larger number is slower)": { "bettertc.use": 2.0, "bettertc.vip": 1.0 }, "Cost Modifier for repairs": { "bettertc.use": 1.5, "bettertc.vip": 1.0 }, "Allow Items in TC Inventory": { "gunpowder": false, "sulfur": false, "sulfur.ore": false, "explosives": false, "diesel_barrel": true, "cctv.camera": true, "targeting.computer": true }, ... ] }   Bonus   KNOWN ISSUES Random spawn of default (blue) wallpapers in constructions. If this happens on your server, it's likely because you have the TruePVE plugin or a similar one installed. Make sure to disable the configuration option that protects wallpaper damage in that plugin. Instead, enable wallpaper damage protection in BetterTC. While it won't prevent 100% of the damage to wallpapers, it will significantly reduce it—especially from melee weapons.   For any problem, doubt, suggestion or assistance do not hesitate to contact me by Discord  ninco90#6219 If you need me to configure everything from scratch, according to your tastes, for your server I can also do it for an additional fee. Although you should be able to configure everything yourself  😊    
4.9
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
$14.99
FEATURES: Customize the weather the way you want it Real time weather presets from any location in the world Setup your config with UI Weather presets (defaults included) Smooth transition between presets Set day or night chat command Automatically skip nights SkipNight vote Schedule using rust time           Commands: permission for use commands - weather.use /wsetup - open setup UI   /setday - set day /setnight - set night   Q&A: Q: If i set schedule time for a preset at 3 but 4 - 9 is empty what happen? A:  The preset duration will lasts till new preset so you can set Rain at 4 and Dust at 9 so The rain will be from 4 to 9 and from 9 to 4 for Dust Q: How can i now which one is active? A:  In the UI you can see all presets and when you open it you can see the current active preset (its name will be green) (if the preset is just selected, it will be white) Q: What happens when the current preset is over? A: New one will randomly start.   Hooks: string API_GetCurrentWeatherPreset() void OnNewPresetStart(string presetName) - called when new preset start   Example of plugin config My Discord Profile
5.0
$16.49
IQSorter - an item sorter for your players!  A simple and compact UI designed in the style and colors of RUST. A special UI layout that won't interfere with the standard UI functions in RUST and won't obscure any important information!   Supports a large list of storage options No configuration needed - the plugin is fully automated and will work immediately after being uploaded to the server! With the introduction of new items into the game, the plugin will not require updates. If they have storage capabilities, they will automatically work with the sorter, such as the cabinet and new cabinet with a skin. Permissions : iqsorter.use  - permission to use sorter functions Supports functions in :                             Red Also supports functions in vehicles (boats, minicopters, etc.) API : OnStartSortedContainer(BasePlayer player, ItemContainer container) // Called when the player starts sorting the container OnSortedContainer(BasePlayer player, ItemContainer container) // Called when the player has sorted the container OnStartMoveAllItems(BasePlayer player, ItemContainer fromContainer, ItemContainer toContainer) // Called when the player starts moving all items from one container to another OnMovedAllItems(BasePlayer player, ItemContainer fromContainer, ItemContainer toContainer) // Called when the player has moved all items from one container to another OnStartMoveSimilarItems(BasePlayer player, ItemContainer fromContainer, ItemContainer toContainer) // Called when the player starts moving "similar" items from one container to another OnMovedSimilarItems(BasePlayer player, ItemContainer fromContainer, ItemContainer toContainer) // Called when the player has moved "similar" items from one container to another  
5.0
FEATURES: Friendly UI (Open command by default  -  /rs   [you need be an admin or have  a permission "gatherlootmultiplier.setup" by default])   (new) respawn rates for crates, barrels, e.t.c. and JunkPiles Set the gather for each resource, excavator, querry, pump jack Global rate Gather | Loot Personal rate for items Block loot containers     Example of plugin config
5.0
sale
This is a custom package designed by us, featuring 210 unique bases and a specialized loot setup for five different 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. This MEGA PACK is an upgraded version of the FullWiped-110 Bases + Loot Pack we previously offered. If you've already purchased the FullWiped-110 Bases + Loot Pack, you only need to buy the expansion pack, which includes 100 new bases ranging from Easy to Hard. Get it here:  https://codefling.com/bases/raidable-bases-pack-100-bases-expanded-package-from-easy-to-hard 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: 🏡70 Easy Bases            +🗡️Base_Loot Tables   (Easy "Vanilla" and "Enhanced" tables included) 🏡60 Medium Bases       +🗡️Base_Loot Tables   (Medium "Vanilla" and "Enhanced" tables included) 🏡60 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.   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 Mega Pack & Loot Tables (210 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 fullwipedeasy31 fullwipedeasy32 fullwipedeasy33 fullwipedeasy34 fullwipedeasy35 fullwipedeasy36 fullwipedeasy37 fullwipedeasy38 fullwipedeasy39 fullwipedeasy40 fullwipedeasy41 fullwipedeasy42 fullwipedeasy43 fullwipedeasy44 fullwipedeasy45 fullwipedeasy46 fullwipedeasy47 fullwipedeasy48 fullwipedeasy49 fullwipedeasy50 fullwipedeasy51 fullwipedeasy52 fullwipedeasy53 fullwipedeasy54 fullwipedeasy55 fullwipedeasy56 fullwipedeasy57 fullwipedeasy58 fullwipedeasy59 fullwipedeasy60 fullwipedeasy61 fullwipedeasy62 fullwipedeasy63 fullwipedeasy64 fullwipedeasy65 fullwipedeasy66 fullwipedeasy67 fullwipedeasy68 fullwipedeasy69 fullwipedeasy70 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 fullwipedmed31 fullwipedmed32 fullwipedmed33 fullwipedmed34 fullwipedmed35 fullwipedmed36 fullwipedmed37 fullwipedmed38 fullwipedmed39 fullwipedmed40 fullwipedmed41 fullwipedmed42 fullwipedmed43 fullwipedmed44 fullwipedmed45 fullwipedmed46 fullwipedmed47 fullwipedmed48 fullwipedmed49 fullwipedmed50 fullwipedmed51 fullwipedmed52 fullwipedmed53 fullwipedmed54 fullwipedmed55 fullwipedmed56 fullwipedmed57 fullwipedmed58 fullwipedmed59 fullwipedmed60 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 fullwipedhard31 fullwipedhard32 fullwipedhard33 fullwipedhard34 fullwipedhard35 fullwipedhard36 fullwipedhard37 fullwipedhard38 fullwipedhard39 fullwipedhard40 fullwipedhard41 fullwipedhard42 fullwipedhard43 fullwipedhard44 fullwipedhard45 fullwipedhard46 fullwipedhard47 fullwipedhard48 fullwipedhard49 fullwipedhard50 fullwipedhard51 fullwipedhard52 fullwipedhard53 fullwipedhard54 fullwipedhard55 fullwipedhard56 fullwipedhard57 fullwipedhard58 fullwipedhard59 fullwipedhard60 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. Thank you!  ❤️    
3.7
sale
$24.95 $21.95
Ship Vendor is an NPC merchant that sells players whole ships, ready to sail, with every block, device, skin, and inventory item already in place, plus the parts to build their own. You build a ship by hand, save it with one command, and it shows up in the vendor's window right away. The player buys it from the NPC, gets a Boat Building System item, drops it next to water, and watches it open into an exact copy of your original, with the owner already authorized. Everything is set up from inside the game. Place vendors at monuments where they keep their spot after a map wipe, run prices that move with demand, hand out discounts by permission, and let captains take the helm to raise the sails, drop the anchor, and steer a course.     🌟  Features of Ship Vendor NPC ship merchants you place at any monument, bound to the monument so they keep their spot after a map wipe Sells whole ships and individual parts: the planner, the building station, sails, anchors, engines, cannons, and more Build a ship by hand and save it with one command; it appears in the vendor's window right away Bought ships open into exact copies, with every block, device, skin, fuel load, and the owner's authorization carried over A helm panel for raising and lowering sails, dropping and raising the anchor, switching engines and lights, and setting the course Sea Wolf status players can buy with in-game currency to unlock helm control Dynamic pricing that nudges prices up or down based on how much players buy, inside limits you set Purchase discounts by permission, stacking up to a cap you choose Pay with any item, or through Economics, ServerRewards, BankSystem, or IQEconomic Purchases blocked during combat, raids, building block, swimming, duels, and more Full in-game editor for ships, parts, vendors, and every line of UI text, no JSON editing English and Russian built in, with Notify and UINotify support and an offline image mode   🎮  Commands /ship (or /ships) – admin command to save ships, give them out, edit their content, and place NPC vendors. Players do not need a command; they buy from the NPC. shipvendor.give <userId> <shipId> – server console command to give a saved ship to a player.   🛡️  Permissions shipvendor.admin – save, give, and edit ships, and place NPC vendors shipvendor.helm – control a ship's helm: sails, anchor, engines, lights, and course shipvendor.helm.sails – raise and lower the sails shipvendor.helm.anchor – drop and raise the anchor shipvendor.helm.engine – turn the engines on and off shipvendor.helm.lights – toggle the ship's lights shipvendor.helm.direction – set the ship's course shipvendor.discount1 / shipvendor.discount2 / shipvendor.discount3 – purchase discount tiers, 5%, 10%, and 15% by default   🏆  Ships Included Sea Sparrow – a cheap starter sailboat for early voyages, light and easy to handle, no cannons Freewind – a fast scout and cargo runner with the best power-to-mass ratio, no weapons Sharp Fang – a light combat boat for a small crew, quick, with four cannons Stormrunner – a mid-class ship with a reinforced hull and five cannons for long trips Grey Corsair – a tough combat ship built around firepower for naval fights and escorts Iron Tide – a heavy all-rounder with eight cannons for an experienced crew Abyssal Wrath – the heaviest ship here, a thirteen-cannon floating fortress   🎥  Video   🧪  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:  Where can I see an example of a config? A:    Config Q:  Where can I edit the names in the plugin or add my own language? A:  You can edit lang files that are located (for example) at "oxide/lang/en/ShipVendor.json" or "carbon/lang/en/ShipVendor.json". Q:  Players get "The plugin does not work correctly, contact the administrator!" message. How to fix? A:  This error occurs when the ImageLibrary plugin is not working properly. Solutions: Install the ImageLibrary plugin if it's not installed. Make sure ImageLibrary is loaded and running properly (check with o.plugins command). Restart the server after installing ImageLibrary. Check server console for ImageLibrary errors and fix them. 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 ShipVendor 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). The bundled ships use local images with the "TheMevent/" prefix, so set up the local images: 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 ShipVendor (Oxide) or c.reload ShipVendor (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: How to use BankSystem to store the economy A:   "Currencies": { "0": { "ID": 0, "Enabled": true, "Title": "Coins", "Icon": null, "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 } }, Q: How to use ServerRewards to store the economy A:   "Currencies": { "0": { "ID": 0, "Enabled": true, "Title": "RP", "Icon": null, "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 } }, Q: How to use Economics to store the economy A:   "Currencies": { "0": { "ID": 0, "Enabled": true, "Title": "Money", "Icon": null, "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 } }, Q: How to use IQEconomic to store the economy A:   "Currencies": { "0": { "ID": 0, "Enabled": true, "Title": "Coins", "Icon": null, "Type (Plugin/Item)": "Plugin", "Plugin name": "IQEconomic", "Balance add hook": "API_SET_BALANCE", "Balance remove hook": "API_REMOVE_BALANCE", "Balance show hook": "API_GET_BALANCE", "ShortName": "", "Display Name (empty - default)": "", "Skin": 0 } }, Q: How to use scrap (or any item) to pay A:   "Currencies": { "0": { "ID": 0, "Enabled": true, "Title": "Scrap", "Icon": null, "Type (Plugin/Item)": "Item", "Plugin name": null, "Balance add hook": null, "Balance remove hook": null, "Balance show hook": null, "ShortName": "scrap", "Display Name (empty - default)": null, "Skin": 0 } },   🔧  API bool API_GiveShip(BasePlayer player, int shipId) bool IsSeaWolfOwner(ulong userId)   Set up a vendor, save a few ships, and your players have a fleet to buy and sail.
5.0
$39.90
Solara features 3 main isles connected by unique bridges and custom ziplines. Packed with vanilla and custom monuments, plus intriguing points of interest marked by question marks on the minimap, encouraging players to explore. FEATURES - Ring road - Ring rail - Bridges, rivers, lakes - BetterNPC config included - Points of interest marked with "?" on the minimap - Small caves (build spots) CUSTOM MONUMENTS Hostile survivor camp Coaling Tower Abandoned Tire Shop - Contains a recycler, loot (including vehicle part crates) and a functional car lift, encouraging players to use the modular cars     Train depot (2) - These monuments are located right on the railway. Players can find trains, wagons and some loot here. Radio tower Fire watchtower Medical warehouse Barrage     Road tunnel (located between mining outpost and medical warehouse) Hostile survivor town Hostile survivor warehouse Wind turbines substation Unmarked points of interest - Can be found along roads and dirt paths         Bandit Fishing Village (safe zone) FACEPUNCH MONUMENTS - Airfield - Dome - Radtown - Harbor (2/2) - Lighthouse - Ferry terminal - Satellite dish - Launch site - Train yard - Water treatment plant - Oxum's gas station - Jungle ziggurat - Stone quarry - Supermarket - Mining outpost - Missile silo - Ranch - Fishing villages - Oil rigs (2/2) - Underwater labs NOTES – Need help? You can always contact me on my discord server @ discord.gg/TJxwpKT2Ge – The password for the editor is included with the map - Map size: 3500 - Prefab count: ∼25k
0.0
Highest Rated
Top-rated picks trusted and loved by the community.
Trending Files
Popular picks members are downloading the most right now.
Great Deals
Discounted picks, limited-time deals, and sale items worth grabbing now.
Recently Updated
Recently improved files with fresh updates, fixes, and new content.
Latest Reviews
See what customers are saying about their experience with files.
I've been genuinely impressed with this service. It's incredibly powerful, easy to use, and, most importantly, extremely flexible when it comes to customization. The team is amazing—they provide proper training, explain everything in detail, and are always available whenever you need help. That level of support is incredibly valuable and honestly something I rarely see. I honestly haven't come across anything like this before. You guys are doing an awesome job! I'm still using the
The plugin does remove NPCs that cause NavMesh spam: Failed to create agent because it is not close enough to the NavMesh For many it is a headache, but with this plugin you can easily find the location of problematic NPCs. Of course, it is better to use this functionality as a tool for finding problems, rather than as a tool that simply makes the problem invisible. Thank you.
I've been using Gallium since the Alpha and Closed Access days, and Yosh and DeathBurn have done an amazing job. They've worked tirelessly to improve it, and it really shows. The cheat and teaming detection is incredibly reliable, updates are frequent, and the support is excellent. If you want a trustworthy anti-cheat for your Rust server, Gallium is hard to beat.We been using on are server norulesrust that is using carbon and even on staging with no issues 🙂
Since having this added, it has brought me a slew of possible cheaters, of which we could investigate further, rather than relying on f7 reports, which usually end up being a dead end. This has changed our servers and the way we run them for the better. I am grateful to have been allowed access to Galium, and the hope that it gets rid of this nasty cheaters seems to be coming true every day.
Running Galium on our Rust server has been a game changer. The number of cheaters dropped dramatically and the overall player experience improved massively. The detection system is solid and the team behind it is clearly dedicated to what they do. Highly recommended for any server owner who takes fair play seriously.
My server has been thoroughly enjoying this plugin! It works out of the box as intended and adding various items, buffs, or perks is simple and intuitive through the admin UI. I've heard this was taken down from the store but it should be up, I think a lot of other people would like this for their server as well. Its  something a little different to work towards and can be tuned to match the server easily so its not game breaking in any way. Props to the creator for putting together such nice, f
I saw this event in a video on ytb and thought it is such a great idea.  after some time there it is available here.. I love such unusual ideas and plugins, go further with those ^^ now I still got and its awesome. a nicely done plugin - players love it
in a neverending battle to streamline the rust experience as it evolves and becomes more overwhelming....this has been a wonderful addition. straightforward setup. native rust feel by utilizing vendor. plenty of customization for the go getter, but stock profiles are more than sufficient for my use. 

About Us

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

Downloads
2.7m
Total downloads
Customers
11.5k
Customers served
Files Sold
163.9k
Total sales
Payments
3.5m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.