Jump to content
View in the app

A better way to browse. Learn more.

WeOxide Marketplace ¬ Rust Custom Maps ¬ Prefabs ¬ Monuments and Plugins Free & Paid Assets

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Shiro

Administrator

Everything posted by Shiro

    • 0 downloads
    • Version V1.2
    Trade Tower If you wanna test it, poke me on Discord. Ill setup a Testinstance. Combined Outpost & Bandit Camp with all Vending machines. About 1/3 size of standard Compound (can be smaller if you remove Streets) 4 Floors and Airwolf Vendor on Roof 1st.: Farm- & Clothmachines 2nd.: Tool- / Exchange- / Scrapmachines 3rd.: Trading Floor & Weaponmachines 4th: Casino Roof: Airwolf Outside you can find Recycler, a Refinery and a Trading Station. Also Second way to get Up using outside Lines to ladder to the 4th Floor. Peacekeeper, Sentrys, Safezone- / Preventbuildtrigger Included Add Vending Profiles to your "/RustEdit/VendingPresets/" folder.
    $10
  1. Shiro posted a file in Monuments
    • 3 downloads
    • Version V2.2
    Custom Monument with 2 Rooms Elevator inside needs a Fuse to Work (can be found on roof) Access to Greenroom Third Floor gives informations small generator need to get fuel for the timer-switches 4 Timer need to be activated (check third floor) After that the Greendoor opens on first floor and the "Bunker" opens Redcard room can be accessed as long as the generator has fuel Greenroom Loot 2 Green Crates Redroom Loot Elite Crate 2 Green Crates 1 Normal Crate Prefab comes with a Road around the Monument and some houses - check Screenshot Height, Splat, Alpha - all included
    $9
  2. Shiro posted a file in Prefabs
    • 179 downloads
    • Version 1.0.0
    This cave has been built getting inspiration from the old rust caves after someone asked me in discord if they can be rebuilt so i had a go at it and this is how far i could make it to look like the old rust caves Enjoy it
    Free
  3. Shiro posted a file in Plugins
    • 11 downloads
    • Version 1.0.1
    AutoCopter brings you all the tools needed to survive the Rust Apocalypse while flying in your private helicopter. Features Customizable Health Points Customizable upgrade costs Fancy extra light in the back 2 turrets on top of fuel tanks and 1 in front of the helicopter Destroying or crashing the scrap helicopter will refund all items on ground including weapons and ammo. Chat Commands /upautocopter -> Will upgrade your owned Scrap transport helicopter with turrets and light Configuration The settings and options can be configured in the AutoCopter file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors. { "UpgradeCost": 4000, "HeliConfig": { "MaxHealth": 4000.0 } }
    $5
  4. Shiro posted a file in Plugins
    • 4 downloads
    • Version 1.0.0
    Simple but beautiful user authentication system! Protect your players with a simple authentication system. A password comes a long way! Use a database or local datafile, as it is up to you! With so many features and options to customize! I guarantee you would be satisfied! Note: Passwords are now SHA256 Hashed, I have decided to not salt the hashes for the simple reason, if the server or database was breached, the hacker would have access to the salt one way or another, and once they have the salt its pointless! I was thinking of using the players steamid as salt but again, a hacker is not that dumb to not take a look at the plugin to figure it out. Database table will auto generate if it does not exist! ["UI", "Input", "Secure"] Show/Hide password in the input field IPAutoAuth - if you logged in previously by the same ip, the login screen will not show up! KeepAuthOnDisconnect overrides if enabled! Permissions: userauth.bypass - Bypass the authentication/registration process! userauth.resetpass - Permission to use the command /resetpass userauth.movementbypass - Bypass movement lock! Commands: /resetpass <steamid> - Resets the given players password, if they are connected registration process would initialize! Configuration: { "DB": { "DB_Host": "localhost", "DB_Name": "userauth", "DB_Password": "", "DB_Port": "3306", "DB_Username": "root", "UseDatabase": false }, "Freeze": { "DisableChat": true, "DisableChatCommands": true, "DisableConsoleCommands": true, "DisableMovement": true, "DisableVoice": true }, "IPAutoAuth": false, "KeepAuthOnDisconnect": false, "Kick": { "Enable_FailedLoginKick": true, "Enable_TimedKick": true, "FailedLoginKickTimes": 3, "TimedKickInSeconds": 60 }, "UI": { "Background_Color": "0.2 0.2 0.2 1", "Button": { "Background_Color": "0.3 0.8 0.3 1", "Text_Color": "1 1 1 1", "Text_Size": 18 }, "Footer": { "Text_Color": "1 1 1 1", "Text_Size": 12 }, "Header": { "Text_Color": "1 1 1 1", "Text_Size": 38 }, "Input": { "Max_Length": 32, "Secure": true }, "Title": { "Text_Color": "0.92 0.67 0.2 1", "Text_Size": 60 } } } Language: { "UI_Title": "< SERVER TITLE >", "UI_Authentication_Header": "Authentication", "UI_Authentication_Button": "Login", "UI_Authentication_Footer": "Have you forgotten your password? Contact an admin in our discord for assistance <color=red>https://discord.gg/QDAPDuUC</color>", "UI_Registration_Header": "Registration", "UI_Registration_Button": "Register", "UI_Registration_Footer": "Do you need some assistance? Contact an admin in our discord for assistance <color=red>https://discord.gg/QDAPDuUC</color>", "Authentication_Kick_Reason": "You did not login in time!", "Registration_Kick_Reason": "You did not register in time!", "Failed_Login_Reason": "You have entered your password wrong a number of times!", "Error_UI_Bad_Password": "Please try again, You have {0} tries left!", "Error_UI_Empty_Password": "No password was provided, please enter a password!", "NoInput": "No input was provided!", "ParseError": "Could not parse input, try again!", "CommandComplete": "Command has been executed successfully!" } Planned features: Ability to change password! Ability to lock registrations! Ability to protect players when they are locked! "Godmode" Command whitelist! Little text recommending that people use a secure/unique password
    $20
  5. Shiro posted a file in Plugins
    • 4 downloads
    • Version 1.0.0
    Blocks the use of certain tools on gather of flesh, trees, ore! Permissions: toolblocker.bypass Configuration: { "corpses": [ "knife.bone", "knife.combat" ], "nodes": [ "stone.pickaxe", "pickaxe", "icepick.salvaged" ], "trees": [ "stonehatchet", "hatchet", "axe.salvaged" ] } Language: { "Blocked": "You are not allowed to use a {0} to gather {1}!" }
    Free
  6. Shiro posted a file in Plugins
    • 12 downloads
    • Version 1.0.0
    See your targets health with a nice HUD. With 4 customizable styles, change it up how ever you would like it to be, you can change the texts format, colors, etc! Note: if none of the styles suit you, you can always ask me to make a new one, just give me a rough sketch and I will make it! With an internal whitelist you can choose what entities the HUD will trigger on "shortprefabname"! "ActiveTargetDuration" is the length the HUD will be shown for when you attack a target, the length is reset if you attack a target again! TextFormat {0} = target name, {1} = target current health, {2} = target max health By default, the lang file is set to show the targets display name, and is set to null in the file. You can change from null to anything you want that entity to be shown as, for example "chicken": "Mr. Pecker!" Styles: top detailed top thin hotbar detailed hotbar thin Permission: targethealthhud.use Config: { "Style": "top detailed", "TextFormat": "{0} {1}/{2} HP", "ActiveTargetDuration": 60, "Whitelist": [ "npc_bandit_guard", "scientistnpc_ch47_gunner", "scientistnpc_oilrig", "scientistnpc_excavator", "scientistnpc_junkpile_pistol", "scientistnpc_roam", "scientistnpc_roamtethhered", "scientistnpc_patrol", "scientistnpc_peacekeeper", "scientistnpc_heavy", "scientistnpc_full_pistol", "scientistnpc_full_any", "scientistnpc_full_mp5", "scientistnpc_full_lr300", "scientistnpc_full_shotgun", "scientistnpc_cargo", "scientistnpc_cargo_turret_any", "scientistnpc_cargo_turret_lr300", "npc_underwaterdweller", "npc_tunneldweller", "patrolhelicopter", "bradleyapc", "simpleshark", "bear", "boar", "chicken", "stag", "wolf" ], "UI General": { "TextColor": "1 1 1 1", "PrimaryColor": "0.7058824 0.07843138 0.07843138 1", "SecondaryColor": "1 0.1960784 0.1960784 1" }, "UI Styles": { "Top Detailed": { "AnchorMin": "0.3297916 0.9127777", "AnchorMax": "0.6683334 0.9424074" }, "Top Thin": { "AnchorMin": "0.3297916 0.9127777", "AnchorMax": "0.6683334 0.9312962" }, "Hotbar Detailed": { "AnchorMin": "0.3437505 0.1185186", "AnchorMax": "0.6406256 0.1462963" }, "Hotbar Thin": { "AnchorMin": "0.34375 0.1203704", "AnchorMax": "0.640625 0.1314815" } } } Language: { "npc_bandit_guard": null, "scientistnpc_ch47_gunner": null, "scientistnpc_oilrig": null, "scientistnpc_excavator": null, "scientistnpc_junkpile_pistol": null, "scientistnpc_roam": null, "scientistnpc_roamtethhered": null, "scientistnpc_patrol": null, "scientistnpc_peacekeeper": null, "scientistnpc_heavy": null, "scientistnpc_full_pistol": null, "scientistnpc_full_any": null, "scientistnpc_full_mp5": null, "scientistnpc_full_lr300": null, "scientistnpc_full_shotgun": null, "scientistnpc_cargo": null, "scientistnpc_cargo_turret_any": null, "scientistnpc_cargo_turret_lr300": null, "npc_underwaterdweller": null, "npc_tunneldweller": null, "patrolhelicopter": null, "bradleyapc": null, "simpleshark": null, "bear": null, "boar": null, "chicken": null, "stag": null, "wolf": null }
    $10
  7. Shiro posted a file in Plugins
    • 9 downloads
    • Version 1.1.0
    Want to make your server a tad bit more realistic, welcome StationaryCrafting, it makes it so players can only craft if they are next to a workbench, if not crafting is not possible or cancels out... Permission: stationarycrafting.use Configuration: { "ShowMessages": false } Localization: { "inofrange": "Stay in the workbench radius, or your crafting queue will be canceled!", "outofrange": "You cannot craft if you are not in the workbench radius!", "canceled": "You have left the workbench radius so your crafting queue was canceled!" }
    Free
  8. Shiro posted a file in Plugins
    • 13 downloads
    • Version 1.2.2
    Ever wanted to know how many sleepers are on your server? With this plugin u can! Permissions: sleepercount.use - Gives the player access to the command! Commands: /sleepers - Returns the total number of sleepers that are in the server! Localization: { "none": "There are currently no sleepers on the server!", "single": "There is {0} sleeping player!", "multiple": "There are {0} sleeping players!", "denied": "You don't have permission to use that command!" }
    Free
  9. Shiro posted a file in Plugins
    • 22 downloads
    • Version 1.2.0
    Simple plugin that protects player's crops from being stolen by checking if the player is authorized on the TC! Permissions: privatecrops.message.bypass privatecrops.protection.bypass Language: { "message": "<color=red>You are not allowed to steal other players crops!</color>" }
    Free
  10. Shiro posted a file in Plugins
    • 6 downloads
    • Version 1.0.0
    This plugin allows you to place and pickup recyclers! It is simple and perfect for your tebex shop, give the players the ability buy a recycler, without having to wait for an admin to place it! Hit it with a hammer and its in your inventory! Simple as that! Notes: If you plan on changing the skin do it before giving anyone a place able recycler, as it will break the current placed recyclers! "Wont allow them to pick them up" Permissions: placeablerecyclers.give - permission for the command /giverecycler placeablerecyclers.remove - permission for the command /removerecycler Commands: /giverecycler - Would give you a recycler! /giverecycler [playername] - Would give the player name given a recycler! /removerecycler - Toggleable command to enable/disable the ability to pickup a placeablerecycler! Configuration: { "SkinID": 2245200021 } Language: { "Given": "<color=green>A Placeable Recycler has been given to {0}!</color>", "Returned": "<color=green>You have picked up the recycler!</color>", "PlayerNotFound": "<color=red>Cannot find the player by the given ID or Name {0}!</color>" }
    $5
  11. Shiro posted a file in Plugins
    • 1 download
    • Version 1.0.0
    Recyclers are back on the oil rigs just like it used to be! You can customize the location of the recycler however you want! Notes: OilrigAI = Small Oil Rig OilrigAI2 = Large Oil Rig Use RustEdit to get the position and rotation information if you plan on changing its location! "place the oil rig prefab in the center of the map, set its position and rotation all to 0 and then place your recycler and get its position/rotation" Configuration:
    $5
  12. Shiro posted a file in Plugins
    • 10 downloads
    • Version 1.2.0
    Protect your loot! This is the best plugin to protect your Storage Boxes, Research Table, Repair Bench, Furnace, Large Furnace, ETC! Anything that is a placeable storage object, in or around your base from being looted, or picked up! Super optimized at under 80 lines of code! With Team feature! You can only pick up or loot an object if you are the original owner of the object, or you are authorized on the tool cupboard, or if teams is enabled the owner of the object is in your team/You in their team! Permissions: lootguard.bypass - Bypass the protection restrictions! Configuration: Language:
    $5
  13. Shiro posted a file in Plugins
    • 0 downloads
    • Version 1.0.0
    Lock players inventory's instantly through command or permissions! Commands: /lock playername type /unlock playername type *type = "wear, main, belt" Permissions: inventorylock.use inventorylock.bypass inventorylock.main inventorylock.belt inventorylock.wear Language:
    $5
  14. Shiro posted a file in Plugins
    • 6 downloads
    • Version 1.0.0
    Have you ever had players steel from other players horses and cant just catch em? This plugin logs items being taken and added to a horses storage, so you can catch horse looters! Permissions: horselogger.use Commands: /horseid - While looking at a horse, it returns the horses ID which would be used to find the log file!
    Free
  15. Shiro posted a file in Plugins
    • 0 downloads
    • Version 1.0.0
    This plugin lets you control every aspect of a FishTrap! From its percentage of catch to how often it catches! You can make fish traps 2X or 5X! This plugin is compatible with ContinuousFishTraps! Note: Do not change the name of the fish in the targetWildlife! decayDamageScale: 1 being 100% of the fishtraps health! Weight: is like a percentage of catch, for example you have 60% chance to catch minnows! tickRate: is for how often u want the fishtrap to catch fish! trappedEffectRepeatRate: is how often do u want the effect that a fish has been caught to occur! trapSuccessRate: what chance do u want the fish traps to catch fish on the first try! 1 being 100% Example config to ignore certain bait "ignoreBait": [ "bearmeat.cooked", "pumpkin" ] Configuration: "Note: The default config has the default configuration of a vanilla fish trap" To do: Custom loot table!
    $5
  16. Shiro posted a file in Plugins
    • 0 downloads
    • Version 1.0.0
    This plugin lets the fish traps run without stopping! Normally when using the fish traps you have to empty them out or just at least open them to reset them to catch another fish. This plugin is compatible with FishtrapController Permission: continuousfishtraps.use Configuration:
    $5
    • 0 downloads
    • Version 1.0.0
    Block the use of certain tools when gathering an NPC, Player, Animal, Node, Tree, ETC! Control what tools they cannot use! Permissions: bettertoolblocker.bypass Configuration: Language:
    $5
  17. Shiro posted a file in Plugins
    • 0 downloads
    • Version 1.0.0
    You can skin items that are already placed! Note: To be able to use this plugin, the player first must have the permission or be in a group with the permission. You can only skin an object that is whitelisted in the config. Only add an items that are skinable into the whitelist! To be able to change the skin of an object, it must be in the whitelist! And then only if you placed it, or are authorized on the TC, and if you have 'UseTeams' enabled, you can skin items placed by members from your team. It is ideal to stand fully and look at the object directly before skinning, because the raycast ray is positioned to your head! Permissions: skinsight.use "Command: /skinitem" skinsight.reset "Command: /skinreset" skinsight.info "Command: /getskinid" skinsight.bypass "Allows you to use the commands, bypassing the security checks!" Commands: /skinitem skinid /skinreset /getskinid Configuration: Language:
    $5
  18. Shiro posted a file in Plugins
    • 1,337 downloads
    • Version 1.0.25
    This plugin creates NPC on Rust monuments. This plugin works with new intelligence for NPC. The plugin has many settings for creating NPC of any type of complexity. For each NPC separately, it is possible to customize different clothes, weapons, loot. You can use additional plugins such as: Kits, MarkerManager. For the issuance of NPS kits. Kits plugin from https://umod.org. You can add a marker for the NPC. MarkerManager plugin from https://umod.org [ spawnnpc.command ] - Permission to use chat commands command to chat [ /npc count ] - Shows how many NPC are on the map. [ /npc kill ] - Kill all NPCs on the map. [ /npc respawn ] - Respawn all NPC on the map. [ /npc reload ] - Reload plugin. Weapon advice for the Scarecrow For melee weapons for example (knife.combat, pitchfork, salvaged.cleaver, machete) and other things that pierce or cut. Weapon advice for the Scientist For ranged weapons for example (pistol.revolver, smg.2, rifle.lr300, lmg.m249) and other things that shoot.
    Free
  19. Shiro posted a file in Maps
    • 0 downloads
    • Version V1.2.1
    This map is fully editable, though all edits will be lost when the map is updated. This map also includes a few premium monuments, as all of the custom monuments are broken down. Research Island is a small, 3000 sized map. It contains all of the main procedural monument which normally can't be generated in such a small map. With this there are also a bunch of small, unmarked points of interest. This gives players a variety of things to do, keeping them active. Monuments: Underwater Labs Oilrigs Convoy Launch Site Sewer Branch Survivor's Tunnel Lighthouse Water Treatment Plant Abandoned Supermarket Fishing Villages Small Outpost + Bandit Camp Checkpoint Airfield Ranch Satellite Dish Mining Outpost Junkyard HQM Quarry Abandoned Military Base This will most likely be the last map/prefab I will ever make, I will still keep this map updated though. It has been a good run and I love every single one of you. ❤️ Peace! ✌️
    $15.99
    • 9 downloads
    • Version V1.1
    A custom safezone with elements from both procedural safezones Outpost and Bandit Camp. Terminus Safezone is inspired from The Walking Dead giving aspects and vibes of both Alexandria Safezone and Terminus for the ones who know Terminus includes ~A library ~Garage ~Workbench area ~Sleeping quarters ~Canteen ~Small gambling area ~Loading / unloading station ~Airwolf Vendor ~Mission NPC's spread across the various buildings in the safezone ~ An underground mining cave ~And a couple of recreational area also including a hidden red room puzzle with not big loot but a gift , room can only be opened with 2 persons due to only access to is via a jumping puzzle and the fuse box is below it. Entity Count is roughly 7000 All triggers are placed to prevent building in the area and around it and also enforce it as a safezone! Bunch of NPC's and Sentry Turrets to make everyone feel safe.
    $12
    • 1 download
    • Version V1.1
    About Modern Gas Station [Monument+CityPrefab] Refurbished gas station (Two versions included!) As a Custom Monument • 4x JUNK PILES • 1x BASIC GREEN PUZZLE • 2x SCIENTIST SPAWNS • 2x PRIMITIVE CRATE • 1x BASIC CRATE • 1x MILITARY CRATE As a "RP" Prefab • Functional Car Lift • Vending locations for car parts • Vending locations for fuel How to edit Invisible Vending Machines (add Craft Car Chassis to craft cars at lift) Prefabs as they come without decorative backgrounds
    $5.90
  20. Shiro posted a file in Prefabs
    • 9 downloads
    • Version 1.0.0
    A modern styled PVE prefab that can be used for Roleplay purposes and not only . It comes with height mask , splat mask , biome mask and topology mask. It comes mostly empty due the fact that most people in my experience preffer to furnish them themselves than have them already furnished if requested it can be furnished. ~Car from the pictures is not provided ~ Entity Count : 1089 To use this on your map copy the files from "Custom Prefabs" folder into your "CustomPrefabs" folder in RustEdit directory and after that you can see your new prefab in the Custom Prefabs list in Rust Edit.
    $10
    • 6 downloads
    • Version 1.0.0
    Custom and modern looking vending machines that can be used just like normal vending machines they come with all the necessities to make them work properly like any other vending machine. Vending presets are provided with the file if you wish to edit the items put on sale. Entity Count : Guns Vending Machine : 257 Clothing Vending Machine: 294 Snacks Vending Machine : 300 To install and use those vending machines copy the files from "Custom Prefabs" and "Vending Presets" and paste them into your "CustomPrefabs" and "VendingPresets" folders in your RustEdit Directory and you are good to go!
    $3.50

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.