Skip 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
  • Joined

  • Last visited

Files posted by Shiro

  1. Let your players stumble upon this Abandoned Barn and discover the entrance to a cave system where they can build their bases and hide from enemies.
    The main structure consists of ground floor (entrance) with a tool box behind the covers and little space to build foundations for door/s and the ladder leading to the second floor with place to place down storage chests and other items.
    Cave system is accessible via the open hole at the back of the barn behind the car and the covers , main cave is a small space for a medium sized base with enough lighting from the ceilling glowing worms and lanterns.
    Second cave is accessible via the main cave and it's big enough to fit a large base although there's little to no lighting inside the large cave.
    Please keep in mind this is a prefab meant for base build and not a monument so there are no puzzles or loot present except a small toolbox behind the covers on ground floor.
    All Masks are present (Alpha,Height,Splat) 
    Entity Count : 265
    • $5
    • 1 Downloads
  2. Woxide is an Oxide plugin that streamlines the process of integrating your Rust server with your WeOxide Shop.
    Designed for server owners who prefer to set up their own payment gateways, Woxide enables you to automate the delivery of in-game purchases without sacrificing control or revenue.
    When a player makes a purchase on your website, this plugin will automatically detect the purchase and run the corresponding command in-game, such as adding the player to a VIP group or giving them a special item.
    Woxide is the solution for creating a self-managed, profitable Rust server.

    🔗 Integration: Woxide is designed to work with your WeOxide Shop, allowing you to set up your own payment gateways, such as PayPal or Stripe. Keep full control over your revenue and eliminate third-party fees.
    🛠️ Server-Side Command Automation: Woxide simplifies the process of executing server-side commands for purchased items. Configure the plugin according to your needs, and let it handle the rest.
    📥Seamless Purchase Processing: Woxide continuously monitors your WeOxide Shop for new purchases, ensuring that players receive their in-game rewards promptly. The plugin checks the local data file to avoid duplicate processing.
    📢In-Game Purchase Acknowledgment: Woxide automatically broadcasts a thank you message in the in-game chat when a purchase is processed, fostering a sense of community and promoting additional sales.
    🔧Configuration: Woxide has an easy-to-use configuration, enabling you to tailor the plugin to your server's unique requirements. Check out the documentation for a config example.
     
    Before you start
    To access this plugin, it is necessary to use WeOxide Server hosting and have an active server and website.
    If you don't have a server yet, you can order one today at https://weoxide.host/server/rust specifically for Rust and start using the plugin. 

    Installation
    Upload the Woxide plugin file to the oxide/plugins directory on your Rust server. Start your Rust server. The Woxide plugin should now be installed and loaded. Start editing the config file based on your products & setup.  
    Configuration
    The Woxide plugin comes with a default configuration file that you can modify to suit your needs. You can find the configuration file at oxide/config/Woxide.json.
    The configuration file has the following options:
     
    shopUrl: The URL of your WeOxide Shop. keyLicense: Provided by WeOxide after shop is activated. secLicense: Provided by WeOxide after shop is activated. products: dictionary of product IDs and their corresponding commands. For example, you might have a product with an ID of 123 that adds the player to a VIP group for 30 days. You would add this product to the dictionary like this: "products": { "123": { "command": "oxide.usergroup add {PLAYERNAME} vip", "expires": 30, "expireCommand": "oxide.usergroup remove {PLAYERNAME} vip" } }  
    In this example, the {PLAYERNAME} placeholder will be replaced with the player's in-game name when the command is run. The expires (optional) option specifies the number of days that the player should remain in the VIP group, and the expireCommand (optional) option specifies the command to run when the player's VIP status expires.
    You can add as many products to the dictionary as you like.
    It is important to include {PLAYERNAME} in the command to ensure that the group or item is given to the correct player who made the purchase.
     
    Example config file
    This is an example configuration file. You can use this as a template and modify the values to match your own products and setup.
    To use this example configuration, simply copy and paste the code into your Woxide configuration file and save it.
    Make sure to replace the values for shopUrl, keyLicense, and secLicense with your own values. The products section defines the products that are available for purchase on your shop, and the corresponding commands to run in-game.
    You can add, remove, or modify these products to fit your needs.
    { "shopUrl": "example.weoxiders.net", "keyLicense": "PROVIDED_BY_WEOXIDE_AFTER_ACTIVATION", "secLicense": "PROVIDED_BY_WEOXIDE_AFTER_ACTIVATION", "products": { "366": { "command": "oxide.usergroup add {PLAYERNAME} vip", "expires": 30, "expireCommand": "oxide.usergroup remove {PLAYERNAME} vip" }, "358": { "command": "oxide.usergroup add {PLAYERNAME} vip", "expires": 30, "expireCommand": "oxide.usergroup remove {PLAYERNAME} vip" }, "169": { "command": "inventory.giveto {PLAYERNAME} electric.generator.small 1", "expires": 1 } } } Notice on config file
    It is strongly recommend to add "1" on expires on in-game items purchases, shown as above in the example.
    In case of a data file loss, it would not run the command again the on the server by mistake.
     
    Commands
    The Woxide Shop plugin provides the following console commands:
    woxide.check: Manually checks for new orders and fulfills them. woxide.stop: Stops the automatic order checking. woxide.start: Starts the automatic order checking. woxide.test: Tests the connection to the shop.  
    Permissions
    The Woxide Shop plugin provides the following permission:
    woxide.use: Allows the player to use the /woxide.check in-game command.
     
    Stuff to avoid
    A small list of stuff you should not do:
    Under no circumstances should you delete the data file located in oxide/data/Woxide while wiping the server. This file records all purchases locally on your Oxide server. It is recommended to create a backup of all files before making any significant changes to your server.
    Please avoid (or do not) modifying the order checking frequency in the Woxide.cs file. If necessary, any changes should be thoroughly tested to ensure compatibility with the shop. By default, the plugin checks orders every 90 seconds (1.5 minutes), which is suitable for most scenarios.
    • $8
    • 1 Downloads
  3. A simple website template that can be easily installed by adding the zip file to your website's root directory and unzipping it!
    Demo : https://template7.weoxiders.net
    All changes can be done from index.php
    To enable live data from your server to the website add your API Key from rust-servers.net here 

    If you wish to have more than 1 server just copy the first 14 lines and paste below and adjust data1/players1 with the number of servers you adding be it 2 or 3 or more.
    To change the youtube videos you just go on youtube and press share as embed and copy the link similar to this and replace it on the server you edit for 

    If you have any questions or require help to configure it do not hesitate to contact me here or on discord!
    If you want a pre-made website check out our hosting https://weoxide.host and check our website builder page!
     
     
    • $25
    • 16 Downloads
  4. This is a map file for Puerto Rico 4K map without any monuments , splat , biomes , topology or rocks on it only the terrain elevation and shape to let you and your creativity do whatever you want on it.
    Lately blank maps have been in demand with the rise in RustEdit enthusiasts and unfortunately i did not save blankmaps for my previous maps but this is the start of it.
    Let your creativity flow and make your own Serbia version
    • $7
  5. This is a map file for Poland 4K map without any monuments , splat , biomes , topology or rocks on it only the terrain elevation and shape to let you and your creativity do whatever you want on it.
    Lately blank maps have been in demand with the rise in RustEdit enthusiasts and unfortunately i did not save blankmaps for my previous maps but this is the start of it.
    Let your creativity flow and make your own Serbia version.
    • $5
  6. Mini Saloon is a recreation of a small bar from Red Dead Redemption 2 for a rust map project i worked on with a friend of mine.
    Perfect location to build on side of the road or somewhere remote in a forest or desert , 2 entrances on front and back that can be easily covered with foundations and nice lighting from the windows to give you a better view of the outside world or to give your enemies a better view of your base 🤔
    This is the buildable version not the monument one , if you want both i recommend you to buy the monument version below : 
     
    Entity Count : 668
    • $4
    • 1 Downloads
  7. Valentine Station is a train station in Red Dead Redemption 2 and a recreation of it in Rust which served for a western map of mine which will be released soon and it was created by me and a friend of mine.
    A full scale recreation of it for Rust.
    Ideally it should be placed near rail system , custom loot crates have been placed inside on top of open luggage along with a normal crate and a recycler behind the counter.
    When placing this on your map make sure to apply all masks present as topology for monument and building is needed to avoid plats/animal spawns inside the area and prevent players from building
    Entity Count : 2786
    Name typo from pics has been fixed in v1.1
    • $7
  8. Mini Saloon is a recreation of a small bar from Red Dead Redemption 2 for a rust map project i worked on with a friend of mine.
    It's perfect for roadside placement and inside players can find 2 custom loot barrels and 1 normal crate behind the counter , whether you are running from another player or just want to rest this will be the perfect place to hide or rest.
    The zip file contains both monument version and a buildable version.
    Entity Count : 1099
    • $7
  9. GFVoter it's a voting rewards system for Rust servers listed on GamesFinder.net.
     It's designed to reward players for voting for your server/s on gamesfinder.net and players earn points by doing so which they can then redeem for in-game rewards. 
    What is GamesFinder.net? It's a new platform designed for server owners to list and describe their servers better with more options and gives the players the ability to search for a server easier tailored to their needs and get rewards by voting the server.
    Features: 
    Vote Tracking: Players can vote for the server on the website, and their votes are tracked. Rewards: Players can exchange their accumulated points for rewards. Rewards can be items and executed commands or kits. Cooldown Management: Ensures players can't spam vote claims by implementing a cooldown system. Vote Verification: Checks if a player has voted and then claims their reward via the API. Custom Commands: Players can check their points, claim rewards, or view available rewards through chat commands. Discord Integration: Option to send notifications to a Discord server when a vote is made or a reward is claimed. Commands : 
    gfvote "Amount" "PlayerName or SteamID" : Allows admins to manually add points to players (Console Command). /claimpoint or /clp : Used by players to claim their voting points. /rewardlist or /rl : Displays available rewards to players. /claimreward or /cr : Players use this to claim a specific reward. /checkpoints or /checkp : Check the amount of points earned. Config Example :
    { "Use discord webhook at vote": true, "Use discord webhook at claim": true, "Discord webhook": "Your discord server webhook", "Chat command to claim reward point": [ "claimpoint", "clp" ], "Chat command for check rewards": [ "rewardlist", "rl" ], "Chat command for get reward": [ "claimreward", "cr" ], "Chat commands for checking points": [ "checkpoints", "checkp" ], "GamesFinder API": "Your API from gamesfinder.net", "Rewards": { "economics": { "Display name for chat (if empty - use key or item name)": "x50 Economics", "NeedPoints": 3, "Type": 1, "Item": null, "Command (%STEAMID% - player user id)": "deposit %STEAMID% 50" }, "group": { "Display name for chat (if empty - use key or item name)": "x1 Group 'Member'", "NeedPoints": 10, "Type": 1, "Item": null, "Command (%STEAMID% - player user id)": "oxide.grant user %STEAMID% (Permission)" }, "sr": { "Display name for chat (if empty - use key or item name)": "x10 ServerRewards", "NeedPoints": 2, "Type": 1, "Item": null, "Command (%STEAMID% - player user id)": "sr add %STEAMID% 10" }, "wood": { "Display name for chat (if empty - use key or item name)": null, "NeedPoints": 1, "Type": 0, "Item": { "Shortname": "wood", "Amount": 1000, "SkinID": 0 }, "Command (%STEAMID% - player user id)": null } }, "Reminder message": "Hey! Don't forget to vote for our server on gamesfinder.net and claim your points.", "Reminder interval minutes": 15 }  
    • Free
    • 8 Downloads
  10. 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
    • 1,373 Downloads
    • 17 Comments
  11. This very small worldcraft map is set on a strange alien world, like nothing else you've seen in Rust. Battle to live in the pineapple.
    Credits to General Tao for the Cone Dome, Kilgoar for the biome dressings & Pineapple, and to STAR for the heightmap and all other monuments.
    Map has originally been created by @kilgoar and with his permission i updated and will maintain it.
    • Free
    • 10 Downloads
  12. This is a map file for Serbia 4K map without any monuments , splat , biomes , topology or rocks on it only the terrain elevation and shape to let you and your creativity do whatever you want on it.
    Lately blank maps have been in demand with the rise in RustEdit enthusiasts and unfortunately i did not save blankmaps for my previous maps but this is the start of it.
    Let your creativity flow and make your own Serbia version.
    • $5
  13. A remake of the OG cs_office map and it is set in the winter in a office building with parking areas and outside yards.
     Counter-Terrorists (CT) spawn zone is in a parking garage while the Terrorists are inside the offices.
    Counter-Terrorists can enter the offices by the front entrance, back hallway or through the glass windows.
    Near their spawn are rooms which can be used for sniping.
    There is also a backyard and a hallway at the back of the garage which leads to the offices.
    This path is connected to the main hallway and leads directly to the Terrorist spawn.
    The zip file contains a monument version and arena version.
    For monument version i have added NPC spawns and some loot locations and a drop spawn on helipad on top of the building so Chinook will eventually fly by it and drop a locked crate on the helipad, adjust the loot as you please as personally i like the more cleaner look of it as it now.
    • $15
  14. Off-Shore Safezone is a monument combining elements from large fishing village + bandit camp along with some Compound Vending Machines.
    Ease of access to boat & air vendors all in same spot.
    Vending Machines for Attire , Building , Components , Resources , Tools , Weapons , Vehicles and Fish are present.
    Gambling amenities are present in the standard Bandit Barge docked behind the wooden cabins.
    Marketplace is present for exchange of resources between different vending machine locations from monuments/players.
    Entity Count : 886
    • $5
  15. Beach Shack is a small prefab that can be placed on beaches or rivers/lakes and it can be used either as a small loot prefab or a player buildable place if the lootspawns are removed.
    Entity Count :  162
    • Free
    • 32 Downloads
  16. Stalker Checkpoint is a on road prefab that's best placed obviously on a flat road , no masks come along with it to not mess up with your road placement / height and so on.
    For ease of use place it on a flat road  , not all the green crates present are lootable some of them are just decor.
    Players can find a green card and a recycler at this roadside prefab.
    Entiy Count : 1864
    • $8
  17. This is a full scale safezone-bar from S.T.A.L.K.E.R Shadow of Chernobyl , it features a small sized safezone with underground vending machines and gambling area.
    This is one of the many upcomming monuments from our S.T.A.L.K.E.R inspired project and it was realised by a good friend of mine.
    Entity Count: 1961
     
    • $8
    • 3 Downloads
  18. This is a full scale laboratory from S.T.A.L.K.E.R Shadow of Chernobyl , it features a complex maze of underground corridors with a puzzle to put your brains at work.
    To reach the final loot room you need to study and look in detail for in every corner of the underground Laboratory and find the access codes.
    This is one of the many upcomming monuments from our S.T.A.L.K.E.R inspired project and it was realised by a good friend of mine.
                            
    Entity Count: 4471
     
     
    • $12
    • 2 Downloads
  19. A modified Fishing Village with elements combined from both Compound & Bandit Camp:
    ~Casino  
    ~All vending machines 
    ~Airwolf vendor for helicopters and minis
     
    Entity Count : 244
    • $3
    • 7 Downloads
  20. Wangen Research is a small custom monument orginally made by @kilgoarand used in his works which are updated and maintaned by me.
    Ground floor has 2 normal crates
    First floor has 2 green crates and a research table 
    Second Floor has 1 elite crate
    • Free
    • 17 Downloads
  21. Biodomes are a self-contained, self-sustaining, human-made environment.
    They can be used simply as prefabs for players to build inside or they can be used as monuments , the choice is yours.
    They were initially made by @kilgoar and will be maintained by me.
    • Free
    • 23 Downloads
  22. The first tenet of relativity is that the rules governing the way things move and interact are the same for two observers moving at constant velocity with respect to one another
    A small sized monument made by @kilgoarto use on Banana Dream map and maintained by me.
    Players can find at this monument 2 Normal Crates , 1 Elite and 2 hidden Green Crates along with a Refinery.
    • Free
    • 16 Downloads
  23. Anasazi Ruins it's a custom monument made by @kilgoarand updated & maintained by me for the Anasazi custom map.
    Players can find 2 green crates on top of the ruins and a normal crate near the stairs to climb the ruins.
    Entity Count :  208
    • Free
    • 14 Downloads
  24. This monument has been made by @kilgoar and will be maintained by me.
    Tdhe inspiration for it was the famous The Dust 2 map from Counter Strike.
    It has no keycard puzzles , medium loot , it can also be used as an Arena not just as a monument.
    • Free
    • 34 Downloads
  25. Weenie Town is a monument made by @kilgoar used on Uqbar map and maintained by me.
    It's a large town holding jump puzzles , a green keycard puzzle and hidden loot in the houses and buildings in it.
    Inside the town you can also find a gas station and a supermarket.
    Majority of buildings are accesible.
    • Free
    • 32 Downloads

Account

Navigation

Search

Search

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.