Search the Community
Showing results for tags 'new'.
-
Version 2.7.5
10,167 downloads
This plugin will seamlessly handle all of the ugly side effects and glitches. Thanks to Stack-modifier's feature additions, it makes it feel just like Rusts default behavior, but better! Features Has a GUI Editor Patches Industrial Conveyor stack issues! Blocks Player movements while using GUI Editor Including Keybinds! This plugin has 2 commands and no Lang file Supports stacking of liquids Supports Stacking of Fuel Containers (hats, tools, etc.) Supports Stacking of Guns Supports Weapon Attachments Supports Stacking of Skins Works with SkinBox plugins Supports Stacking of Custom Items Supports Stacking of Custom Items with Custom Display Names Supports Stacking of Key Cards without losing the stack when swiping Supports Stacking Candy Cane Club without losing the stack while lick Support for modified presents for unwrapping The largest possible value in C# is 2,147,483,647 Which means anything over this stack-size will break the plugin Limits wearable clothing items to stack sizes of 1! ( on the player wear container only ) Limits weapon attachments to stack sizes of 1! ( On the weapon its self! so you can have bigger stacks! ) Known Conflicts RoadBradley & HeliSignals Are doing item creations wrong and setting the item.name field as vanilla item display names thus breaking stack support. ( don't set a vanilla display name only set them if its custom names as the fix ) Davids Shop UI ( recently changed how his default data files are createdfor items ) ( you need to generate a new Items.json file and re-do custom items / pricing inside it to fix stack bugs with old data files ) Magic Coin uses some of the same hooks set up config in it correctly to not conflict Custom Skin Stack Fix not needed this handles it properly Stack Size Controller cannot have 2 of the same plugins basically Extra Loot causes a stacking bug when a reboot occurs with skinned items preventing old skinned items from stacking with new skinned items IndustrialCustomSkinsFix not needed stack-modifier has the same patch in it. IQAlcoholFarm by BadMandarin/Mercury is not supported & will cause stack bugs / problems ( could be supported with an author update, but current version is not supported ) ItemPerks by imthenewguy Causes stack bugs/problems just by having this plugin on your server due to harmony patching done inside it + repair logic is bugged. Item creation is also not handled properly resulting in duplication issues with Conveyor movements nothing can be done about that. ( plugin requires a full rewrite for proper support & repairs. ) Plugins that do not handle Item Creation Correctly: ( Which break stacks ) Custom Item Drops by Machine ( Always sets the vanilla display name when its supposed to be null for vanilla items ) XP System by fastburst ( Always sets the vanilla display name when its supposed to be null for vanilla items ) Copy Paste ( Items created by copy paste its self will not stack since item creation is not handled properly ) This list will be constantly updated as devs fix their code accordingly & new ones are discovered to be flawed. Getting Started - Click Either Link to play video Video One Video Two Permissions stackmodifier.admin - Allows players access to the UI Editor. Chat Commands /stackmodifier -- Opens Editor UI, Must enable config option "Enable UI Editor": true /stackmodifier.reset ( is also console cmd ) -- Requires stackmodifier.admin perm ( resets stack-sizes ) /resetvenders -- Requires being an admin, only resets facepunches messed-up vendors, not all /stackmodifiercolor <inputpanel|inputtext|text|transparent> <color> <alpha|ex, 0.98> Example /stackmodifiercolor inputpanel #207086 0.25 UI Editor Commands set 8 -- Inside a categories Search Bar, type set and a value and it will apply it to the whole category, reset -- Inside a categories Search Bar type reset hit the enter key or click out of the field and it resets it. multiply -- Inside a categorie use the Search Bar & type multiply and a value and it will apply it to the whole category. if you reset or set, re-click the Category Tab to refresh it before making more changes! Otherwise you will have to do your first edit twice for it to start working again UI Editor Without Images? * At the top of the config you will see the following setting set to true save and reload. "Disable Images for UI Editor": false, < Disables images and allows full use Having Problems? * Warning this plugin is not compatible with custom-skins-stacks-fix plugin since this already handles everything. * If you already have a plugin that modifies the rust stack sizes you will first need to remove that plugin. * Then you simply load Stack Modifier onto your server open the config and start editing the Modified values to your new stack-size amounts! * When you are done simply save and reload the plugin! ( oxide. reload StackModifier ) * Alternatively you can utilize the built-in UI Editor and not ever need to touch the config! * Admins - Auth level 2 will always be ignored. * This plugin is not compatible with BetterVanish, I only support Vanish from umod. How to revert to vanilla? * Run the reset command while having the stackmodifier.admin perm or Unload Stack Modifier, delete the config, and restart your server. * It will reset the config back to vanilla settings allowing you to start over. API Hooks Interface.CallHook("OnStackSizeUpdated"); //called after the plugin updates the stack sizes on server reboots & when reloading the plugin. //It's also still called right after the UI editor is closed from modifying. //Inside the oxide hook I use called OnItemAddedToContainer theirs a hook of mine, if called mine will not touch it or fix the stacks. if (Interface.CallHook("OnIgnoreStackSize", player, item) != null) return; ## Configuration { "Disable Industrial Conveyor Patch (true = disabled)": false, "Industrial Conveyor Max Stack Size Per Move Default = 60": 130, "Industrial Conveyor Move Frequency Default = 5 (Lower = faster moving)": 3, "Disable Weapon Attachment stack fix (Unsubscribes from both OnWeaponModChange & CanMoveItem)": false, "Disable Wearable Clothes fix (Unsubscribes from OnItemAddedToContainer)": false, "Disable Ammo/Fuel duplication fix (Recommended false)": false, "Disable Candy Cane Club Lick fix & unwrap fix (Unsubscribes from OnItemAction)": false, "Disable OnCardSwipe fix (Unsubscribes from OnCardSwipe)": false, "Enable VendingMachine Ammo Fix (Recommended)": true, "Enable UI Editor": true, "Disable Images / Toggles off Images for UI Editor": false, "Sets editor command": "stackmodifier", "Sets reset command for both console & chat": "stackmodifier.reset", "Sets editor color command": "stackmodifiercolor", "Sets Default Category to open": "All", "Stack Modifier UI Title": "Stack Modifier Editor ◝(⁰▿⁰)◜", "UI - Stack Size Label": "Default Stacks", "UI - Set Stack Label": "Set Stacks", "UI - Search Bar Label": "Search", "UI - Back Button Text": "◀", "UI - Forward Button Text": "▶", "UI - Close Label": "✖", "Colors": { "InputPanel": { "Hex": "#0E0E10", "Rgb": "0.0549019607843137 0.0549019607843137 0.0627450980392157 0.98" }, "InputText": { "Hex": "#FFE24B", "Rgb": "1 0.886274509803922 0.294117647058824 0.15" }, "TextColor": { "Hex": "#FFFFFF", "Rgb": "1 1 1 1" }, "Transparency": { "Hex": "#", "Rgb": "0 0 0 0.95" } }, "Category Stack Multipliers": { "Attire": 1, "Misc": 1, "Items": 1, "Ammunition": 1, "Construction": 1, "Component": 1, "Traps": 1, "Electrical": 1, "Fun": 1, "Food": 1, "Resources": 1, "Tool": 1, "Weapon": 1, "Medical": 1 }, "Stack Categories": { "Attire": { "hat.wolf": { "DisplayName": "Wolf Headdress", "Modified": 10 }, "horse.shoes.basic": { "DisplayName": "Basic Horse Shoes", "Modified": 10 } }, "Misc": { "fogmachine": { "DisplayName": "Fogger-3000", "Modified": 10 }, "sickle": { "DisplayName": "Sickle", "Modified": 10 } }, "Items": { "kayak": { "DisplayName": "Kayak", "Modified": 10 }, "map": { "DisplayName": "Paper Map", "Modified": 10 } }, "Ammunition": { "ammo.grenadelauncher.buckshot": { "DisplayName": "40mm Shotgun Round", "Modified": 20 }, "ammo.rocket.sam": { "DisplayName": "SAM Ammo", "Modified": 10 } }, "Construction": { "door.double.hinged.metal": { "DisplayName": "Sheet Metal Double Door", "Modified": 10 }, "building.planner": { "DisplayName": "Building Plan", "Modified": 10 } }, "Component": { "bleach": { "DisplayName": "Bleach", "Modified": 2 }, "vehicle.module": { "DisplayName": "Generic vehicle module", "Modified": 10 } }, "Traps": { "trap.bear": { "DisplayName": "Snap Trap", "Modified": 30 }, "samsite": { "DisplayName": "SAM Site", "Modified": 10 } }, "Electrical": { "ceilinglight": { "DisplayName": "Ceiling Light", "Modified": 10 }, "wiretool": { "DisplayName": "Wire Tool", "Modified": 100 } }, "Fun": { "firework.boomer.blue": { "DisplayName": "Blue Boomer", "Modified": 200 }, "telephone": { "DisplayName": "Telephone", "Modified": 10 } }, "Food": { "apple": { "DisplayName": "Apple", "Modified": 100 }, "woodtea.pure": { "DisplayName": "Pure Wood Tea", "Modified": 100 } }, "Resources": { "skull.human": { "DisplayName": "Human Skull", "Modified": 10 }, "wood": { "DisplayName": "Wood", "Modified": 10 } }, "Tool": { "tool.instant_camera": { "DisplayName": "Instant Camera", "Modified": 10 }, "bucket.water": { "DisplayName": "Water Bucket", "Modified": 10 } }, "Weapon": { "gun.water": { "DisplayName": "Water Gun", "Modified": 10 }, "spear.wooden": { "DisplayName": "Wooden Spear", "Modified": 10 } }, "Medical": { "blood": { "DisplayName": "Blood", "Modified": 100 }, "bandage": { "DisplayName": "Bandage", "Modified": 30 } } } }$24.99- 176 comments
- 18 reviews
-
- 19
-
-
-
-
-
- #stacks
- #rust stacks
- (and 19 more)
-
Version 1.1.0
56 downloads
Effortlessly manage plugin updates across all your Rust Servers with a single command. Upload files to a Discord thread and watch them instantly sync across your servers, with full support for Oxide and Carbon, and any OS. Also allowing any trusted Staff Members to use FEATURES Effortlessly check for required updates across all your Rust servers via RCON, with minimal server overhead. Fully Compatible with Oxide and Carbon, and works seamlessly on both Windows and Linux. Optional Automatic Update Checks on a timer schedule that fits your needs. Easy-to-use Buttons that quickly direct you to the plugins needing an update. A Dedicated Upload Thread to send plugins directly to the server(s). Smart Server Separation: Upload all plugins in a single thread, with automatic delivery, to the servers that need the update. File Validation to ensure only plugin files from the update list are uploaded and sent. Easily add as many servers as you want - just configure them in the "SERVERS" folder. Supports a wide range of plugin sites: uMod, Codefling, Lone.Design, Chaos Code, RustWorkshop, ModPulse, RustPlugins, ImperialPlugins, MyVector, SkyPlugins, Game4Freak. Automatic and effortless updates for plugins hosted on uMod.org. MAIN CONFIGURATION { "BOT_ID": "DiscordBotClientID", "DISCORD_TOKEN": "https://discord.com/developers/applications", "GUILDS": ["DiscordServerID"], "AUTO_UPDATE_CHECK": true, "COMMANDS_ROLE": "RoleID", "UPDATE_CHANNEL": "ChannelID", "UPDATE_CHECK_FREQUENCY": 60, "EMBED_HEX": "0099FF (WITHOUT THE #)", "GLOBAL_EXCLUDED_PLUGINS": [ "" ] } SERVER(S) CONFIGURATION { "ENABLED": true, "TYPE": "Oxide", "NAME": "", "IP": "", "RCON_PORT": 28016, "RCON_PASS": "", "EXCLUDED_PLUGINS": [ "" ] } APPRECIATION Thank you @Pho3niX90 for making the Server Armour API which supports this bot. Thank you @shady14u for his help making the Magic Updater plugin which does the automatic plugin updating. Thank you @KevinX8 for his help making the Bot.$14.99 -
Version 6.6.6
76 downloads
Brand new Custom Outpost, want something like the big dogs do? Look no further This is a default outpost more features added on top. The main intent of use would be on RustMaps. All Features in this monument: - Default Outpost Features. - All Bandit Camp Features. - 2 Heli Vendors. - Many Extra Recyclers with seating. (optional) - Shop Fronts for player trading. (optional) - Roof Top Gambling area. - Black Jack section under the helipad. - Parkour for players to try their luck. - Made with Performance and Looks in mind. There is a version without Recycling Seating and Shop Fronts and this product is not intended to be used on Rust Edit unless editing the features.$9.99 -
Version 1.0.0
342 downloads
Smoke's Custom Fuel Depot Blue Card Area Blue Card Spawn 7 Scientists 11 Low Grade Barrels 8 Diesel Barrels 1 Elite Crate 12 Basic Crates Please do let me know if anything is broken and I will fix ASAP This will be free for now. Please leave feedback on how you like it. Smoke's Fuel Depot No S,B,T.prefab.zip Smoke's Fuel Depot Refined.prefab.zipFree- 3 comments
-
- #fuel
- #scientists
-
(and 5 more)
Tagged with:
-
Version 1.0.0
17 downloads
Allow your players to combine their resources and scrap into a shared balance for teamwork and growth, while protecting their assets from raids! FEATURES Effortless balance sharing with deposit and withdrawal features. Supports multiple currencies, including Scrap and Economics! Team Leaders can control access with a simple button press. Beautiful and streamlined UI for seamless player management! CONFIGURATION { "AnchorMax": ".15 .5", "AnchorMin": ".15 .5", "Background Color": ".2 .2 .2 .8", "CheckedUrl": "https://cdn.mrddd.xyz/img/GreenYES.png", "Commands": [ "bank", "teambank" ], "Page1Url": "https://i.imgur.com/PQt4jYn.png", "Page2Url": "https://i.imgur.com/AkcYvtw.png", "Currency (0 = Economics, 1 = ServerRewards)": 1, "UncheckedUrl": "https://cdn.mrddd.xyz/img/RedNO.png" } USAGE Players must have TeamEconomics.use to use the features. Use /bank to access the UI. Team Leaders can press the Red X or the Green Tick to allow or disallow withdrawal from other team members, RED X = Can't withdraw, APPRECIATION Thank you @LagginDragon for the original creation of this plugin. Thank you @shady14u for the latest updates for player experience.$4.99- 2 comments
-
- 1
-
-
Version 1.9.0
99 downloads
Are you tired of spending countless hours setting up and configuring your Rust server? Look no further than my pre-configured Rust server package. With easy plug-and-play installation, you'll be up and running in no time, with a perfectly balanced 2x server that is sure to provide hours of fun for you and your friends including automatic permissions and group creation. You won't need to worry about giving any permissions or creating any groups - it will all be done for you automatically, without you having to lift a finger (or almost). What is this server about: My server configuration includes a range of features designed to enhance the gameplay experience. Upon respawn, players will be automatically granted a basic kit, making it easier to jump back into the action. Trading and teleportation between players and outposts/bandit camps has also been enabled, adding a new level of convenience to the game. Players can also access almost ALL rust SKINS with /skin command. Looting has been made much more rewarding with a perfectly balanced 2x loot table, ensuring that players won't regret looting monuments and other locations. Gathering resources has also been turned up to 2x, making it easier to acquire the materials you need to survive. Furnace and smelting speeds have been doubled, as has crafting speed, making it easier to create the items you need to stay ahead. In addition to these features, I've also implemented a furnace splitter to ensure resources are evenly distributed, and increased stack sizes by 2x to prevent the economy from being broken. All players will receive Tier 0 and 1 Blueprints, and junk has been removed from barrels and other containers, ensuring a smooth and streamlined gameplay experience. Lastly, my server configuration also offers admins the ability to track who placed each entity, making it easier to manage and monitor gameplay. For added convenience, a radar has also been enabled, allowing admins to quickly spot players and take action as necessary. Disclaimer: No need to set up any permissions/groups/etc. It will be done automatically. Specifications: This package is constantly updating with new feature as per buyers request and do not expect any sale on this package. PLUGINS ARE NOT INCLUDED, but this is what you will have as an idea: • Admin Tools • AutoModerator chat (Auto mute for saying naughty words) • Better Loot (2x Loot table) • Blueprints (T0 & T1 unlocked) • Crafting Controller (2x speed) • Smelting (2x speed and no burnt food) • Gather Manager (2x gather) • Kits (Auto kit) • Teleportation (Outpost/Bandit/Player) • Night (1 min long) • Extended Workbench (Can craft as far as 5 meters away from the base) • Furnace splitter (for everyone) • Trade (for everyone) • Skins (for everyone) (3000+ skins are pre-generated and NO need to buy skinbox) *Links to plugins are provided For any additional help write me back to: FlushedFiber8#6446$15.99- 3 comments
- 4 reviews
-
- 2
-
-
-
Version 2.0.4
283 downloads
Premium 2x is a quick template to get a server up as soon as possible. All features you get with this server template: - Better Loot - Faster Airdrops - Clans Reborn - Faster Crafting - Automated Events - Slightly Higher Stack Sizes - Welcome Controller - Better Chat - Remover Tool - Dynamic Cup Share and Automatic Authorisation - Faster Smelting - No Escape (Raid / Combat Block) - Simple Splitter - NTeleportation / Home system - 2x Gather Rates - 40 Minute Day / 20 Minute Night - Level 1 BPs - Auto Broadcast and Scheduled Messages - Faster Airdrops - SkinBox Join my support discord for more: here$14.99 -
Version 2.0.3
174 downloads
Premium 3x is a quick template to get a server up as soon as possible. All features you get with this server template: - Better Loot - Faster Airdrops - Clans Reborn - Faster Crafting - Automated Events - Higher Stack Sizes - Welcome Controller - Better Chat - Remover Tool - Dynamic Cup Share and Automatic Authorisation - Faster Smelting - No Escape (Raid / Combat Block) - Simple Splitter - NTeleportation / Home system - 3x Gather Rates - 50 Minute Day / 10 Minute Night - Level 1 BPs - Auto Broadcast and Scheduled Messages - Faster Airdrops - SkinBox$14.99 -
Version 2.0.3
344 downloads
Premium 10x is a quick template to get a server up as soon as possible. All features you get with this server template: - Better Loot - Better No Workbench - Clans Reborn - Instant Crafting - Automated Events - Much Higher Stack Sizes - Welcome Controller - Better Chat - Remover Tool - Dynamic Cup Share and Automatic Authorisation - Faster Smelting - No Escape (Raid / Combat Block) - Simple Splitter - NTeleportation / Home system - Always Bonus - 10x Gather Rates - Instant Barrels - Auto Broadcast and Scheduled Messages - Faster Airdrops - No Blueprints - Faster Recycler Speed - SkinBox - Always Day and Time of Day$14.99 -
Version 2.0.3
270 downloads
Premium 5x is a quick template to get a server up as soon as possible. All features you get with this server template: - Better Loot - Better No Workbench - Clans Reborn - Instant Crafting - Automated Events - Decently Higher Stack Sizes - Welcome Controller - Better Chat - Remover Tool - Dynamic Cup Share and Automatic Authorisation - Faster Smelting - No Escape (Raid / Combat Block) - Simple Splitter - NTeleportation / Home system - Always Bonus - 5x Gather Rates - Instant Barrels - Auto Broadcast and Scheduled Messages - Faster Airdrops - No Blueprints - Faster Recycler Speed - SkinBox - Always Day and Time of Day$14.99 -
Version 3.2.5
181 downloads
Are you tired of the boring single firework shows? Look no further. This pack contains 21 unique firework shows. Many of the shows have multiple stages, just like a real firework show should be! Some shows have delays with the use of timers. Your players will love them! Setup guide You ignite the shows with the use of RF Transmitters that's already provided with each show. To set these shows up, all you have to do is: Find a place for your show, paste it with stability false using CopyPaste plugin. Shows that use timers: Same procedure as the other shows, but you also have to turn on switches next to the setups to turn them on. Monument shows: (fwshow19-fwshow20-fwshow21) have switches that needs to be turned on. Check README Note: Monument shows will be fixed if they break as long as they do not require a complete rebuild. (Should be fine unless Facepunch makes changes) CopyPaste command example: "/paste fwshow6 stability false" If you paste some of the shows without pasting them with stability false, they will collapse. It is recommended to use this command before using these shows: basefirework.maxactivefireworks 250 (This command will allow the amount of fireworks set off at the same time. Lighting a lot of fireworks at once can cause lag/FPS drops on both high and lower end pc's) When done, you can revert to: basefirework.maxactivefireworks 25 (Default setting) Now you are ready to light up the sky with a big bang! Do you like the shows? Please leave a review! It is highly appreciated.$14.99- 8 comments
- 4 reviews
-
- 3
-
-
-
- #fireworks
- #firework
-
(and 7 more)
Tagged with:
-
Version 1.2.14
210 downloads
Workbench crafter is a new crafting system, instead of the current way of staying AFK next to workbench waiting for the craft to finish now you can leave that task to the workbench and go to PVP with your teammates. Depends on: Image Library Features: Craft panel has easy to use GUI and perfectly blends with Rust native UI. Crafting task & storage saved when server restart and will finish craft upon server startup. When destroying Workbench all the loot will be dropped. Allow craft menu access in building privilege only. Open craft menu anywhere. Auto Craft items. Link loot boxes with workbench for an easy way to craft. A permission and Chat command to open UI instead of pressing "E" to open the craft menu anywhere. Permissions Permission use: WorkbenchCrafter.use. Permission no crafting time: WorkbenchCrafter.nocraftingtime. Permission use anywhere: WorkbenchCrafter.useAnywhere. Update 1.2.12 Update 1.1.5 Video Config { "Permission use": "WorkbenchCrafter.use", "Permission no crafting time": "WorkbenchCrafter.nocraftingtime", "Permission use anywhere": "WorkbenchCrafter.useAnywhere", "Settings": { "GUI color": "0.6 0.6 0.6 0.3", "GUI color (when using /workbench command)": "0 0 0 0.9", "Allow craft menu access in building privilege only (true or false)": true, "Don't allow using /workbench when building blocked (true or false)": true, "Crafting time multiplier": 1.0, "Storage slots(0 no limit)": 0, "Default stack size": true, "Custom stack size": 1.0, "Maximum items crafting in queue": 8, "Include default blueprints": false } }$16.50- 26 comments
- 2 reviews
-
- 2
-
-
- #plugin
- #workbench
- (and 6 more)
-
Version 2.1.0
614 downloads
Get the Large Fishing Village and Ranch merged! No need to go to the middle of the map to get horses anymore! This prefab requires the rust edit extension. Prefabs included - Recyclers located near Entrances. - Heli Vendors. - Horse Stables. - Betting Area. - Drone Marketplace. You will also gain .map files to use on RustMaps.Free- 3 comments
- 2 reviews
-
- 5
-
-
- #stables
- #fishing village
-
(and 7 more)
Tagged with:
-
Version 1.0.5
9 downloads
Are you tired of manually placing trap sets and deployables every time you build your base? Introducing our groundbreaking Automatic Trap Spawning feature, boost your productivity today! Premium TrapsDeployable Pack Include: 25 Deployable Traps with traps include own skin id's to add easy to your shop/kits/rewards etc. Much more will be added soon! Config setting: Change Skin Id Enable Auto Light Amount of items spawn when use command Use Permissons and Spawn all Traps Permissions Commands: /givetraps More will be added soon { "Autoload Handmade Shells to Shotgun Traps?": true, "Amount of Handmade Shells Per Trap (If Autoloading is Enabled)": 5, "Enable Random AutoTurret Weapon Equipping?": true, "Weapons that will equip to spawned AutoTurrets? (Won't work with AutoTurrets as the base Trap item.)": [ "smg.2", "smg.mp5", "rifle.ak", "rifle.ak.ice", "rifle.ak.diver" ], "Skins For Large Wood Box": [ 3089535231, 2862225402, 3073574332 ], "Skins For Wood Storage Boxes": [ 2968107939, 2814554242, 3140274442 ], "Skins For Locker": [ 2827174228, 3045135608, 2192426772 ], "Skins For Sandbag Barricade": [ 809144507, 883540119, 2875673223 ], "Skins For Concrete Barricade": [ 791070521, 2979413501, 3048748658 ], "Skins For Sleeping Bag": [ 890544230, 1846072235, 3138426426 ], "Skins For Garage Door": [ 3141844850, 3122757150, 3041397918 ], "Skins For Reactive Target": [ 824001540, 1559278854, 867566835 ], "Amount of Each Trap that will be Spawned Upon Command": 5, "Auto Ignite Lanterns?": true } Displayname - Shortname - skinid Deathbed - bed- 3142209738 Deathwish - Throne -chair.icethrone - 3142209392 SWEEPER-S1 - autoturret - 3141114360 Bedroll Trap - sleepingbag - 3141151356 Elite Worker - EH1 workbench3 - 3141143055 Bench X-5 - box.repair.bench - 3141187587 Lockdown Locker - locker - 3141146704 JACK3D TURRET - autoturret - 3141190617 DISCOV3RY BENCH - research.table - 3141193852 Working Man Trap - box.wooden.large - 3141243339 Garage Trap wall.frame.garagedoor - 3141262381 Trapboxx box.wooden.large - 3141262270 T-3000 Lantern - electric.teslacoil - 3141260773 T-3000 Siren ectric.sirenlight - 3141469034 Cozy Sofa -sofa - 3141251865 SnapTrap - storage_barrel_c - 3141252178 SnapTrap - cupboard.tool - 3141641822 TrapRack - shelves - 3141645233 StackTrap - box.wooden - 3141642954 Quick Deploy - barricade.concrete - 3141643596 Oldtimer - rockingchair - 3142210610 Search Trap - searchlight - 3142210215 Triple Barrel - electric.pressurepad 3141263818 Reactive Trap - target.reactive - 3142605567 New Wall Turret - spinner.wheel 3147202210 Barrel with Dual Shotguns and Front Bear Trap Description Behold the Barrel of Doom, innocently resting before you, concealing an unforgiving surprise within. Two Shotguns lurk inside, primed and ready to launch a hail of destruction, while a cruel Bear Trap guards the barrel’s entrance, ensnaring any unsuspecting intruders in a swift and painful embrace. Sofa with Teddy Bear and Middle Trap Shotgun Description Lounge in comfort while your enemies sow their own demise on the Sofa, accompanied by an innocent Teddy Bear. Concealed within, a Middle Trap Shotgun activates with every unsuspecting visitor, turning relaxation into a horrifying spectacle of carnage. Stack of Four Small Boxes with Side Traps and Lanterns Description Ascend the tower of danger with the Stack of Four Small Boxes, each harboring insidious Side Traps and illuminated by sturdy lanterns. Ascend with caution, for each treacherous step holds the potential for entrapment, rendering even the most intrepid adventurers helpless before your ingenuity. Sentry Turret with Shotguns on Both Sides Description Establish an impenetrable fortress with the Sentry Turret, complemented by Shotguns on both sides. This stalwart defender relentlessly watches over your stronghold, ensuring that any trespasser foolish enough to test your defenses will meet a swift and explosive demise. Locker with Small Box, Lamp, and Dual Shotgun Traps Description The Locker exudes an air of mystery, concealing a Small Box, crowned by a vigilant lamp. Silent sentinels flank its sides, with Dual Shotgun Traps poised to unleash a symphony of destruction upon unsuspecting foes who dare to peer inside. Workbench with Side Traps, Lamp, and Storage Description Harness the power of strategic craftsmanship with the Workbench fortified by Side Traps, illuminated by a steadfast lamp, and boasting concealed storage beneath. Craft your deadliest weapons under the watchful gaze of its protective mechanisms, offering both practicality and lethal defense. Research Table with Large Box and Side Traps Description: The Research Table assumes a dual role as both a fountain of knowledge and an impregnable fortress, complete with a concealed Large Box, Side Traps lying in wait, and Hidden Shotguns ready to defend your valuable research with lethal precision. Lantern with Tesla Coil [T 3000-lantaren] Description: The Lantern becomes an instrument of both illumination and unrelenting electrical defense with the installation of a Tesla Coil. Cast a luminous glow upon your surroundings while simultaneously ensuring that any who dare disturb the peace are met with a shocking, electrifying welcome. Orange Alarm Light with Tesla Coil Description: The Orange Alarm Light stands as a beacon of warning, paired with the pulsating power of a Tesla Coil. Its vivid hue serves as a visual testament to the imminent danger that lies in wait for any who dare to challenge your stronghold, delivering a relentless surge of electricity as a reminder of your unyielding power. Pumpkin on a Sentry Turret Description Amidst the haunting darkness, a foreboding Pumpkin sits atop a Sentry Turret, serving as an ominous warning to all who approach. Beware, for this Jack-o-Lantern harbors within it the formidable power of defense, ready to incinerate all who dare to challenge it. Tool Cupboard with Side Shotgun Traps Description Safeguard your territory with the Tool Cupboard fortified by Side Shotgun Traps, a testament to your commitment of absolute control and ruthless defense. This impenetrable bastion ensures that any who challenge your claim will face a relentless barrage of projectiles, quickly reducing them to naught but ashes. Sleeping Bag with Bear Trap Description Unleash a truly sinister surprise with the Sleeping Bag harboring a hidden Bear Trap beneath its seemingly innocent exterior. Like a predator in wait, this unassuming trap conceals its razor-sharp teeth, striking fear into the hearts of those who dare disturb your slumber. Large Box with Shotgun Trap Description The Large Box, shrouded in secrecy, conceals the promise of grand treasures. However, lurking beneath lies a Shotgun Trap, ready to thwart the greed of unscrupulous pilferers with a powerful blast that shatters illusions of easy plunder. Repair Bench with Box, and Hidden Shotgun on both side Description The Repair Bench assumes a dual role as both a sanctuary for mending and a formidable stronghold, featuring a concealed Box, Side Traps lying in wait, and a Hidden Shotgun ready to defend your valuable tools and supplies with lethal precision. Garage Door with Upside Down Shotgun Trap Description As the Garage Door opens, an Upside Down Shotgun Trap awaits, striking fear into the hearts of those foolish enough to breach your fortress. This deadly contraption inverts expectations, ensnaring intruders with an onslaught of piercing lead from above. Concrete Wall with Dual Turrets, Sandbags for Cover Description Construct an impregnable barrier with the Concrete Wall, its surface bristling with Dual Turrets installed with ruthless precision on either side. Offering an additional layer of protection, sandbags provide cover from incoming fire, turning this structure into an impenetrable fortress that strikes fear into the hearts of any who dare challenge it. (bewerkt) Ice Throne with Shotguns on Both Sides Description Rule the frozen wasteland from the Ice Throne, bedecked with Shotguns on both sides. Commanding awe and fear, this icy seat promises a chilling demise to any who dare challenge your supremacy, as they unwittingly succumb to the deadly embrace of its icy guardians. Pressure pad of Traps with Lamp: Description Enter the ominous territory guarded by a menacing Cluster of Traps. Three traps stand united, poised to ensnare intruders, as a foreboding lamp casts an eerie glow upon their malevolent presence. Tread carefully or face their merciless consequences. Searchlight with Twin Turrets Description Illuminate the battlefield and assert your dominance with the Searchlight equipped with Twin Turrets. This ingenious creation combines light and firepower, providing a watchful eye on both sides, ensuring no enemy goes unnoticed or unchallenged. Bed with Shotguns on Each Side Description Rest in the embrace of security with the Bed fortified by Shotguns on each side. Intruders will find themselves caught between a rock and a hard place, as they unknowingly enter your domain, only to be greeted by a hail of bullets from both ends. Swinging Chair with Shotgun on Each Side Description Sit back and witness the carnage unfold from the Swinging Chair, armed with a Shotgun on each side. Deceptively innocuous, this chair leaves its victims no chance for escape, delivering a symphony of destruction upon those who underestimate its deadly intent. Shotgun Trap Behind Reactive Target Description Harness the element of surprise with the Shotgun Trap cunningly concealed behind a reactive target. Set the stage for chaos as the target responds to the touch of an intruder, triggering the hidden shotgun to unleash a relentless barrage of destruction. None shall evade its lethal embrace once the trap is sprung. Box with Flamethrower Turrets on Each Side and Weapon Rack: - Description: Unleash a symphony of devastation with the Box crowned by Flamethrower Turrets on either side. Accompanied by a Weapon Rack, spawning instruments of destruction, this display of firepower raises the stakes and leaves assailants trapped in a relentless inferno of chaos. .Rack with Double Large Boxes and Side Shotgun Traps: - Description: Bask in the glory of organization and fortification with the Rack adorned with Double Large Boxes, flanked on both sides by deadly Shotgun Traps. This display of lethal efficiency combines storage capacity with a deadly defense, ensuring that any would-be thieves are met with a barrage of shotgun shells from every angle. New WAll Turret! Made By @Wrecks & TrapBox Dor info or faster help join our discord ! Discord:TrapBox https://discord.gg/RSuXWDsEVc$35.00 -
Version 1.3.1
45 downloads
Pre-configured Rust server package, designed to simplify the setup and management of your Rust server. Experience enhanced gameplay and streamlined administration with the following features: Easy setup: Our plug-and-play installation process saves you time and effort in configuring your Rust server. Balanced 3x server: Enjoy a well-balanced gameplay experience with 3x loot, gathering, and crafting speeds. Automated features: Permissions, group creation, and entity tracking are automated, eliminating manual setup. Random spawn points: Players are spawned randomly across the map, adding variety to each session. Teleportation convenience: Users can teleport to outpost and bandit camp locations, as well as to other players for easy coordination. Restricted teleportation: Teleportation is blocked if the player is raid blocked, under attack, or taking any damage, ensuring fair gameplay. Team authorization: Players in the same team are automatically authorized in all turrets, doors, and Tool cupboards. Enhanced looting and Loot Table: Discover a rewarding experience with improved loot containers and valuable resources. Access to Rust skins: Use the "/skin" command to access a wide range of Rust skins for customization. NO NEED TO BUY SKINBOX! Admin tools: Take control with features like radar for player detection and efficient management of gameplay such as vanish. Experience a streamlined and engaging Rust server experience with our pre-configured package, designed to save you time and provide endless hours of fun for you and your friends. Disclaimer: No need to set up any permissions/groups/etc. It will be done automatically. Specifications: This package is constantly updating with new feature as per buyers request and do not expect any sale on this package. PLUGINS ARE NOT INCLUDED, but this is what you will have as an idea: • Admin Tools • AutoModerator chat (Auto mute for saying naughty words) • Better Loot (3x Loot table) • Blueprints (T0 & T1 unlocked) • Crafting Controller (3x speed) • Smelting (3x speed and no burnt food) • Gather Manager (3x gather) • Kits (Auto kit) • Random Spawn locations • Automatic Authorization (Turrets, codelocks, TCs, etc.) • Teleportation (Outpost/Bandit/Player) • Block Teleportation (Cancels tps when takes damage or raid blocked) • Night (1 min long) • Extended Workbench (Can craft as far as 5 meters away from the base) • Furnace splitter (for everyone) • Trade (for everyone) • Skins (for everyone) (3000+ skins are pre-generated and NO need to buy skinbox) *Links to plugins are provided For any additional help write me back to: FlushedFiber8#6446$15.99 -
Version 1.3.1
39 downloads
We understand the complexities of server management and have designed a package that not only caters to players but also streamlines your admin experience, giving you more time to focus on building a thriving community. Experience enhanced gameplay and streamlined administration with the following features: Effortless Implementation: Say goodbye to the hassle of manual setup – your server will be fully configured with all the necessary commands automatically in no time! A simple drag and drop is all it takes to fully set up your server, ready to roll with a suite of optimized commands. Optimized Balancing: We know the importance of balance in attracting and retaining players. Our 5x server is equipped with a carefully tuned custom loot table that ensures exciting challenges and rewarding gameplay for your community. Time-Efficient Gameplay: Time is precious, and our server respects that. With 5x crafting, recycling, and resource gathering speeds, you're offering your players a fast-paced Rust experience that keeps them engaged and motivated to progress. Strategic Engagement: Differentiate your server with strategic spawning. Our random spawn points place players near valuable monuments, adding a layer of tactical depth to their adventures. Admin Empowerment: As a server owner, your administrative tasks are simplified. Players automatically gain authorization for essential elements like auto turrets, doors, and Tool Cupboards. Blueprint sharing is effortless, and auto code locks enhance the user experience. Unique Player Expression: We value player individuality. With the "/skin" command, your users can flaunt their personal style by applying Rust skins to their items, fostering a sense of ownership and identity. NO NEED TO BUY SKINBOX! Efficient Moderation: Administering your server is a breeze with our integrated admin tools. Vanish and radar functionalities help you ensure fair play and address issues promptly, maintaining a healthy gaming environment. Seamless Trading: Nurture a thriving economy within your community using the "/trade" command. Players can effortlessly trade resources, strengthening bonds and enhancing the overall experience. 24/7 Daylight: Eliminate the challenges of nighttime gameplay with perpetual daylight. Your players can explore, engage, and strategize without the hindrance of darkness. Enhanced Communication: Foster a positive community atmosphere with our auto-moderator chat. Inappropriate language is automatically filtered, promoting respectful interactions among players. Elevate your server ownership journey today! Our pre-configured server solution empowers you with the tools to provide an immersive, balanced, and feature-rich Rust experience for your community. Leave the technicalities to us and focus on what truly matters – cultivating a thriving gaming haven that players will call home. Your server's potential starts here! Disclaimer: No need to set up any permissions/groups/etc. It will be done automatically. Specifications: This package is constantly updating with new feature as per buyers request and do not expect any sale on this package. *Links to plugins are provided from where you can download them PLUGINS ARE NOT INCLUDED, but this is what you will have as an idea: • Admin Tools • AutoModerator chat (Auto mute for saying naughty words) • Shared Blueprints (For team) • Better Loot (5x Loot table) • Blueprints (T0 & T1 unlocked) • Crafting Controller (5x speed) • Smelting (5x speed and no burnt food) • Gather Manager (5x gather) • Kits (Auto kit) • Random Spawn locations • Automatic Authorization (Turrets, codelocks, TCs, etc.) • Teleportation (Outpost/Bandit/Player) • Block Teleportation (Cancels tps when takes damage or raid blocked) • Always Day • Automatic code locks • Extended Workbench (Can craft as far as 5 meters away from the base) • Furnace splitter (for everyone) • Trade (for everyone) • Skins (for everyone) (3000+ skins are pre-generated and NO need to buy skinbox) *Links to plugins are provided For any additional help write me back to: FlushedFiber8#6446$15.99 -
Version 2.1.0
600 downloads
This is a set of monuments that are made up of small prefab additions to the normal face punch monuments to improve there usefulness.. These prefabs do not need the rust edit extension. Prefabs included - 3 Recyclers - Drone Marketplace - Heli Vendors You will also gain .map files to use on RustMaps.Free- 4 comments
- 1 review
-
- 3
-
-
-
- #stables
- #fishing village
-
(and 6 more)
Tagged with:
-
Version 1.0.1
24 downloads
Raidable Base Medium Pack include 40 Raidable Bases with traps bases include all necessary items to have a Good Raid, don't wait and Boost your Raidable Base Rotation with these nice medium bases Rb.config add "Medium Bases" M-1 M-2 M-3 M-4 M-5 M-6 M-7 M-8 M-9 M-10 M-11 M-12 M-13 M-14 M-15 M-16 M-17 M-18 M-19 M-20 M-21 M-22 M-23 M-24 M-25 M-26 M-27 M-28 M-29 M-30 M-31 M-32 M-33 M-34 M-35 M-36 M-37 M-38 M-39 M-40$35.50 -
Version v3
173 downloads
I offer you two prefabs for your consideration, the first prefab is closed with the possibility of entry, the next one is a small prefab based on a map from the popular game Counter-Strike 1.6 «fy_snow», for a dynamic game, it is ideal for a pvp server, and for trainingFree -
Version 1.0.0
2 downloads
Check the V.2: The DrugBoat - TugBoat (laboratory) 2.0.0 This prefab will receive many updates in the future! The DrugBoat was made for rpg servers, but you can use it wherever you want. Discord: andreianty Remember, if you buy this product, I would appreciate it if you could leave me a review as honest as possible!$0.70 -
Version 2.0.0
38 downloads
Check "Updates" for more details! This prefab will receive many updates in the future! The DrugBoat was made for rpg servers, but you can use it wherever you want. Discord: andreianty Remember, if you buy this product, I would appreciate it if you could leave me a review as honest as possible!$1.00 -
Version 1.2
240 downloads
By installing this addon, that was balanced and made exclusively for my pre-configured 2x Rust server, you will have three VIP roles automatically installed. These roles are: KING Role: [KING] Tag in chat with a colorful name. Ability to change the color of their name. Access to sign artist (Allows importing images on signs). TP cooldowns reduced by 5 seconds compared to an average player. Can set and have access to three additional homes compared to an average player. Will have an exclusive KING kit. Will have access to MASTER and VIP kits, totaling three kits. Kits can be used only 3 hours after wipe. Each kit has a 12-hour cooldown before it can be used again. MASTER Role: [MASTER] Tag in chat with a colorful name. Ability to change the color of their name. Access to sign artist (Allows importing images on signs). TP cooldowns reduced by 5 seconds compared to an average player. Can set and have access to two additional homes compared to an average player. Will have an exclusive MASTER kit. Will have access to the VIP kit, totaling two kits. Kits can be used only 3 hours after wipe. Each kit has a 12-hour cooldown before it can be used again. VIP Role: [VIP] Tag in chat with a colorful name. Ability to change the color of their name. Access to sign artist (Allows importing images on signs). TP cooldowns reduced by 5 seconds compared to an average player. Can set and have access to two additional homes compared to an average player. Will have an exclusive VIP kit. Kits can be used only 3 hours after wipe. Each kit has a 12-hour cooldown before it can be used again. Please note that this order reflects the features and functions of each role, with KING having the most privileges, followed by MASTER, and then VIP.Free -
Version 1.0.0
16 downloads
Custom Command is a plugin that allows admins to create new commands aliases for players to use and assign permissions to them. There is no limit to what you can create, go crazy and innovate your server with this plugin today! Config: { "Gobal Settings": { "Global - On Status": true, "Global - Use global permissions": true, "Global - Notify after command execution": true, "Global - Chat notification avatar ID (0=Rust)": 0 }, "Project Configuration": { "Project - Project List": [ { "Project - Name (can be named arbitrarily)": "demo", "Project - Open Status": true, "Project - Command Content (without '/')": "demo", "Project - Command Type (chat/console)": "chat", "Project - Use separate permissions": true, "Project - Individual Permissions": "customcommand.use.demo", "Project - Feedback Message Type (chat/console)": "chat", "Project - Feedback message on successful operation": true, "Project - Run Success Feedback Message": "Project {0} ran successfully", "Project - Use Run Failure Feedback Message": true, "Project - Run Failure Feedback Message": "Project {0} failed to run. Reason: {1}", "Project - Event List": [ { "Event - On Status": true, "Event - Command execution end (player/server)": "player", "Event - Execution Count": 1, "Event - Command Type (chat/console)": "console", "Event - Command Content (without '/')": "chat.say \"demo\"" } ] } ] } }$3.00 -
Version 1.9
78 downloads
This map is a 2500 size map. It was designed with PVP in mind. With all the popular monuments added. It can also work for smaller PVE or RP servers. No Islands. Launch site is centered on the map. There are many custom ziplines. Bandit and Outpost are combined. AirWolf is Located at Outpost aswell. There are both Oil Rigs and all the Underwater monuments. Street powerlines were removed and car wrecks to improve performance. There is a ring railroad track included. Full Subway system. Multiple mountains with flat tops. This is a budget map for those who cant afford higher end/ expensive maps. But just want some cool features. Rust Edit is Required to use this product.$2.30