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.

Download Statistics

All Activity

This stream auto-updates

  1. Yesterday
  2. Shiro commented on Shiro's file in Plugins
    Hello , apologies for late reply , discord is always faster for questions and support , is your remover tool up to date? Can you tell me step by step how you got to that result?
  3. Last week
  4. keshqek changed their profile photo
  5. Freezer changed their profile photo
  6. chazthepunman joined the community
  7. Freezer joined the community
  8. ciarizard joined the community
  9. SSerz231 joined the community
  10. lowmanadiet joined the community
  11. rossward joined the community
  12. Martasam joined the community
  13. RalphCrors joined the community
  14. EdwardAvate joined the community
  15. Gerardmet joined the community
  16. distantion changed their profile photo
  17. oblivara. changed their profile photo
  18. Earlier
  19. nikitaxxx0639 changed their profile photo
  20. deleted_user49382 changed their profile photo
  21. dxrkxd12 changed their profile photo
  22. .nove_ changed their profile photo
  23. dukkr6 changed their profile photo
  24. quesemantra93 changed their profile photo
  25. IM-Geppart commented on Shiro's file in Plugins
    Hello. When I build a naval boat, I don't need any extra items from this plugin. However, if I dismantle the parts with the remover tool, I get extra items back. Best regards
  26. Shiro posted a file in Plugins
    • 4 downloads
    • Version 1.0.2
    Add progression to base building by requiring special upgrade materials — with drops, UI, analytics, and full admin control. BaseUpgrades turns the normal Rust upgrade system into something deeper and more rewarding. Instead of players jumping straight to stone/metal/HQM, upgrades now require configurable construction components (wood beams, rebar, bolts, titanium plates, etc). These components are earned through gathering, crates, barrels, NPCs — or given manually — fully controlled by config. It’s designed to feel like an MMO-style progression layer, without being grindy, and without replacing Rust’s core resource system. The plugin ships with smart defaults, a full UI admin panel, and a clean upgrade indicator so players always know what they’re missing. What it does ?Adds extra material requirements for upgrading foundations / walls / floors / roofs / stairs / ramps Different requirements per tier (wood → stone → metal → HQM) and structure type Custom “construction items” with skins (nails, beams, bolts, rebar, etc) Configurable drop system (ores, trees, barrels, crates, NPCs, supply drops, etc) Supports loot tables, drop groups, or individual item drop rules VIP discount multiplier support Optional scaling cost based on upkeep UI popup showing required vs owned items (only when needed, if enabled) Pickup notification UI for construction items Full Discord logging (optional) Built-in analytics report for admins (consumption stats, blocked upgrades, etc) Admin UI to toggle drop sources, edit tables, give test items, reload config Everything can be customized or disabled. Examples : Player upgrades a stone wall Needs vanilla upgrade cost PLUS rebar + concrete (configurable) Player chops a tree Chance to drop wood beams or nails, based on drop rules Admin wants to tweak barrels Opens admin UI → edits the “barrel” drop table live → saved to config VIP player upgrades Pays fewer special materials because of VIP multiplier Permissions Description baseupgrades.give Allow player to spawn upgrade items for themselves baseupgrades.giveto Allow giving upgrade items to other players baseupgrades.report Allow running analytics report baseupgrades.vip Eligible for VIP upgrade discount baseupgrades.bypass Ignore upgrade material requirements entirely baseupgrades.admin Access full admin UI & console controls Chat Commands Description /bugive <item> <amount> Give yourself custom upgrade materials /bugiveto <player> <item> <amount> Give materials to another player /bu.report Show upgrade consumption & analytics /bu.admin Open admin UI /bu.debug Debug object you are looking at (node, crate, etc) Console Commands : Description bu.close Close admin UI bu.page <page> Navigate UI pages bu.toggle <dropSource> Enable/disable a drop source bu.option <key> <value> Change plugin options live bu.reload Reload config and rebuild caches bu.droppage <index> Paginate drop source list bu.dropedit <source> Edit specific drop source bu.dropedit.close Close drop editor bu.dropedit.additem <source> <item> Add item to drop bu.dropedit.removeitem <source> <item> Remove item bu.dropedit.useindividual <source> Force custom item mode bu.selectitem <item> Open give-to-player panel Config : { "Options": { "Can Stack": true, "Award Only On Full Harvest": true, "VIP Cost Multiplier": 0.8, "Scale By Upkeep (higher upkeep = higher cost)": false, "Upkeep Scale Factor": 0.001, "Enable Discord Logging": false, "Discord Webhook URL": "", "Enable Upgrade UI": true, "UI Display Duration (seconds)": 8.0, "Double Drop Prevention Window (seconds)": 0.5, "UI Panel Background Color": "#0d0d12F0", "UI Panel Border Color": "#00ffff60", "UI Accent Color": "#00ffffFF", "UI Text Color": "#ffffffFF", "UI Success Color": "#00ff00FF", "UI Error Color": "#ff4444FF", "Show Item Pickup Notification": true, "Pickup Notification Duration (seconds)": 3.0, "Show UI Only When Missing Items": false, "Max Requirement Multiplier Cap": 5.0 }, "Upgrade Tiers": { "wood": { "Default": [ { "Name": "nails", "Amount": 10 }, { "Name": "wood_beams", "Amount": 5 } ], "Foundation": [ { "Name": "nails", "Amount": 15 }, { "Name": "wood_beams", "Amount": 8 } ], "Wall": [ { "Name": "nails", "Amount": 12 }, { "Name": "wood_beams", "Amount": 6 } ], "Floor": [ { "Name": "nails", "Amount": 8 }, { "Name": "wood_beams", "Amount": 4 } ], "Roof": [ { "Name": "nails", "Amount": 8 }, { "Name": "wood_beams", "Amount": 4 } ], "Stairs": [ { "Name": "nails", "Amount": 6 }, { "Name": "wood_beams", "Amount": 3 } ], "Ramp": [ { "Name": "nails", "Amount": 6 }, { "Name": "wood_beams", "Amount": 3 } ] }, "stone": { "Default": [ { "Name": "rebar", "Amount": 8 }, { "Name": "concrete", "Amount": 20 } ], "Foundation": [ { "Name": "rebar", "Amount": 12 }, { "Name": "concrete", "Amount": 30 } ], "Wall": [ { "Name": "rebar", "Amount": 10 }, { "Name": "concrete", "Amount": 25 } ], "Floor": [ { "Name": "rebar", "Amount": 6 }, { "Name": "concrete", "Amount": 15 } ], "Roof": [ { "Name": "rebar", "Amount": 6 }, { "Name": "concrete", "Amount": 15 } ], "Stairs": [ { "Name": "rebar", "Amount": 4 }, { "Name": "concrete", "Amount": 10 } ], "Ramp": [ { "Name": "rebar", "Amount": 4 }, { "Name": "concrete", "Amount": 10 } ] }, "metal": { "Default": [ { "Name": "bolts", "Amount": 20 }, { "Name": "metal_plates", "Amount": 10 } ], "Foundation": [ { "Name": "bolts", "Amount": 30 }, { "Name": "metal_plates", "Amount": 15 } ], "Wall": [ { "Name": "bolts", "Amount": 25 }, { "Name": "metal_plates", "Amount": 12 } ], "Floor": [ { "Name": "bolts", "Amount": 15 }, { "Name": "metal_plates", "Amount": 8 } ], "Roof": [ { "Name": "bolts", "Amount": 15 }, { "Name": "metal_plates", "Amount": 8 } ], "Stairs": [ { "Name": "bolts", "Amount": 10 }, { "Name": "metal_plates", "Amount": 5 } ], "Ramp": [ { "Name": "bolts", "Amount": 10 }, { "Name": "metal_plates", "Amount": 5 } ] }, "toptier": { "Default": [ { "Name": "rebar", "Amount": 40 }, { "Name": "concrete", "Amount": 80 }, { "Name": "bolts", "Amount": 120 }, { "Name": "titanium_plates", "Amount": 30 } ], "Foundation": [ { "Name": "rebar", "Amount": 50 }, { "Name": "concrete", "Amount": 100 }, { "Name": "bolts", "Amount": 150 }, { "Name": "titanium_plates", "Amount": 40 } ], "Wall": [ { "Name": "rebar", "Amount": 45 }, { "Name": "concrete", "Amount": 90 }, { "Name": "bolts", "Amount": 135 }, { "Name": "titanium_plates", "Amount": 35 } ], "Floor": [ { "Name": "rebar", "Amount": 30 }, { "Name": "concrete", "Amount": 60 }, { "Name": "bolts", "Amount": 90 }, { "Name": "titanium_plates", "Amount": 25 } ], "Roof": [ { "Name": "rebar", "Amount": 30 }, { "Name": "concrete", "Amount": 60 }, { "Name": "bolts", "Amount": 90 }, { "Name": "titanium_plates", "Amount": 25 } ], "Stairs": [ { "Name": "rebar", "Amount": 20 }, { "Name": "concrete", "Amount": 40 }, { "Name": "bolts", "Amount": 60 }, { "Name": "titanium_plates", "Amount": 15 } ], "Ramp": [ { "Name": "rebar", "Amount": 20 }, { "Name": "concrete", "Amount": 40 }, { "Name": "bolts", "Amount": 60 }, { "Name": "titanium_plates", "Amount": 15 } ] } }, "Custom Items": { "wood_beams": { "DisplayName": "Wood Beams", "ItemID": 642482233, "SkinID": 2884222695 }, "nails": { "DisplayName": "Nails", "ItemID": 642482233, "SkinID": 2885116080 }, "concrete": { "DisplayName": "Concrete", "ItemID": 642482233, "SkinID": 2885116737 }, "rebar": { "DisplayName": "Rebar", "ItemID": 642482233, "SkinID": 2885115439 }, "metal_plates": { "DisplayName": "Metal Plates", "ItemID": 642482233, "SkinID": 2885115829 }, "bolts": { "DisplayName": "Bolts", "ItemID": 642482233, "SkinID": 2884224851 }, "titanium_plates": { "DisplayName": "Titanium Plates", "ItemID": 642482233, "SkinID": 2884224233 } }, "Drop Groups": { "IndustrialParts": [ "metal_plates", "bolts", "rebar" ], "WoodParts": [ "wood_beams", "nails" ], "StoneParts": [ "concrete", "rebar" ] }, "Loot Tables": { "defaultloottable": { "wood_beams": { "Drop Chance": 0.4, "Min Amount": 1, "Max Amount": 5 }, "nails": { "Drop Chance": 0.5, "Min Amount": 2, "Max Amount": 8 }, "concrete": { "Drop Chance": 0.35, "Min Amount": 1, "Max Amount": 6 }, "rebar": { "Drop Chance": 0.3, "Min Amount": 1, "Max Amount": 4 }, "metal_plates": { "Drop Chance": 0.25, "Min Amount": 1, "Max Amount": 3 }, "bolts": { "Drop Chance": 0.3, "Min Amount": 1, "Max Amount": 5 }, "titanium_plates": { "Drop Chance": 0.1, "Min Amount": 1, "Max Amount": 2 } } }, "Drop Sources": { "ore_stone": { "Loot": { "concrete": { "Drop Chance": 0.6, "Min Amount": 1, "Max Amount": 8 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "ore_metal": { "Loot": { "metal_plates": { "Drop Chance": 0.5, "Min Amount": 1, "Max Amount": 6 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "ore_sulfur": { "Loot": { "bolts": { "Drop Chance": 0.4, "Min Amount": 1, "Max Amount": 5 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "oak_tree": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "birch_tree": { "Loot": { "wood_beams": { "Drop Chance": 0.65, "Min Amount": 2, "Max Amount": 8 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "pine_tree": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "palm_tree": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "beech_tree": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "swamp_tree": { "Loot": { "wood_beams": { "Drop Chance": 0.65, "Min Amount": 1, "Max Amount": 8 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "oak_a": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "oak_b": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "oak_c": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "oak_d": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "oak_e": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "oak_f": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "birch_big_temp": { "Loot": { "wood_beams": { "Drop Chance": 0.65, "Min Amount": 2, "Max Amount": 8 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "birch_medium_temp": { "Loot": { "wood_beams": { "Drop Chance": 0.6, "Min Amount": 1, "Max Amount": 6 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "birch_small_temp": { "Loot": { "wood_beams": { "Drop Chance": 0.5, "Min Amount": 1, "Max Amount": 4 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "pine_a": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "pine_b": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "pine_c": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "pine_d": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "palm_tree_tall_a_entity": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "palm_tree_tall_b_entity": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "palm_tree_short_a_entity": { "Loot": { "wood_beams": { "Drop Chance": 0.6, "Min Amount": 1, "Max Amount": 6 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "palm_tree_short_b_entity": { "Loot": { "wood_beams": { "Drop Chance": 0.6, "Min Amount": 1, "Max Amount": 6 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "palm_tree_med_a_entity": { "Loot": { "wood_beams": { "Drop Chance": 0.65, "Min Amount": 1, "Max Amount": 8 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "palm_tree_med_b_entity": { "Loot": { "wood_beams": { "Drop Chance": 0.65, "Min Amount": 1, "Max Amount": 8 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "american_beech_a": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "american_beech_b": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "american_beech_c": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "american_beech_d": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "american_beech_a_dead": { "Loot": { "wood_beams": { "Drop Chance": 0.6, "Min Amount": 1, "Max Amount": 6 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "douglas_fir_a": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "douglas_fir_b": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "douglas_fir_c": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "douglas_fir_d": { "Loot": { "wood_beams": { "Drop Chance": 0.7, "Min Amount": 2, "Max Amount": 10 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "swamp_tree_a": { "Loot": { "wood_beams": { "Drop Chance": 0.65, "Min Amount": 1, "Max Amount": 8 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "swamp_tree_b": { "Loot": { "wood_beams": { "Drop Chance": 0.65, "Min Amount": 1, "Max Amount": 8 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "swamp_tree_c": { "Loot": { "wood_beams": { "Drop Chance": 0.65, "Min Amount": 1, "Max Amount": 8 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "driftwood_1": { "Loot": { "nails": { "Drop Chance": 0.5, "Min Amount": 1, "Max Amount": 4 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "driftwood_2": { "Loot": { "nails": { "Drop Chance": 0.5, "Min Amount": 1, "Max Amount": 4 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "driftwood_3": { "Loot": { "nails": { "Drop Chance": 0.5, "Min Amount": 1, "Max Amount": 4 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "driftwood_4": { "Loot": { "nails": { "Drop Chance": 0.5, "Min Amount": 1, "Max Amount": 4 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "driftwood_5": { "Loot": { "nails": { "Drop Chance": 0.5, "Min Amount": 1, "Max Amount": 4 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "dead_log_a": { "Loot": { "wood_beams": { "Drop Chance": 0.5, "Min Amount": 1, "Max Amount": 4 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "dead_log_b": { "Loot": { "wood_beams": { "Drop Chance": 0.5, "Min Amount": 1, "Max Amount": 4 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "dead_log_c": { "Loot": { "wood_beams": { "Drop Chance": 0.5, "Min Amount": 1, "Max Amount": 4 } }, "Enabled": true, "UseLootTable": false, "LootTableName": null, "UseDropGroup": false, "DropGroupName": null }, "loot_barrel_1": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "loot_barrel_2": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "oil_barrel": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "crate_normal": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "crate_normal_2": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "crate_normal_2_food": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "crate_normal_2_medical": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "crate_basic": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "crate_tools": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "crate_underwater_basic": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "crate_underwater_advanced": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "crate_elite": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "crate_mine": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "bradley_crate": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "heli_crate": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "supply_drop": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "minecart": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "foodbox": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "vehicle_parts": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "trash-pile-1": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "scientistnpc_full": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "scientistnpc_heavy": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null }, "scarecrow": { "Loot": {}, "Enabled": true, "UseLootTable": true, "LootTableName": "defaultloottable", "UseDropGroup": false, "DropGroupName": null } } }
    $35
  27. Shiro posted a topic in Prefabs
    View File Bradley Island Bradley Island is an offshore point of interest for players to challenge their skills taking down Bradley APC within the Abandoned Ruins of a Cobalt laboratory on a offshore jungle Island , destroy the tank and loot the laboratory , can they make it ? The Island has a Bradley APC roaming in circle the Laboratory and numerous node / hemp / wood and misc spawns to ensure the experience is worth the trouble and the Laboratory has a red key card door guarding 2 hackable crates inside it. Submitter Shiro Submitted 12/05/2025 Category Prefabs  
  28. Shiro posted a file in Prefabs
    • 1 download
    • Version V1
    Bradley Island is an offshore point of interest for players to challenge their skills taking down Bradley APC within the Abandoned Ruins of a Cobalt laboratory on a offshore jungle Island , destroy the tank and loot the laboratory , can they make it ? The Island has a Bradley APC roaming in circle the Laboratory and numerous node / hemp / wood and misc spawns to ensure the experience is worth the trouble and the Laboratory has a red key card door guarding 2 hackable crates inside it.
    $7
  29. Noryx posted a topic in Plugins
    View File sGiveGift One-click activation with automatic 24h gift window When you press Enable, the plugin automatically creates a 24-hour period during which players can claim their gift. No manual scheduling or date setup — activate it and it’s ready. Adjustable time zone Choose your preferred time zone (Paris, London, UTC, etc.). All timestamps displayed by the plugin follow this setting. Clean and user-friendly CUI A custom interface where: Admins configure items, quantities, and images Players see and claim their rewards ImageLibrary support provides clean visuals One-time claim per player Each player can claim the gift only once during the active period. All claim data is automatically saved. ImageLibrary support Easily link custom images for each reward to enhance presentation. Simple data handling All admin settings and player claim data are saved automatically and safely reloaded on server restart. Permissions sgivegift.admin Grants access to the admin UI for configuring gifts. Commands Player Commands /pgift Opens the player gift menu (if a gift event is currently active). Admin Commands /agift Opens the admin UI to configure items, quantities, images, and to enable/disable the gift. /genitems (Rust admin only) Generates a JSON file containing a dictionary of all item shortnames. Configuration file Data file (example) data/SGiveGift/AdminGiftData.json Submitter Noryx Submitted 11/22/2025 Category Plugins  
  30. Thumpit replied to Shiro's topic in Plugins
    @Shiro Plugin is causing red text to pop up on the screen after killing any NPC's spawned in by this plugin. Any thoughts on when an update may be published for the current release of Rust?
  31. Shiro posted a topic in Monuments
    View File Pookie Factory Visit Santa's Pookie Factory and discover how they are made and loot the 2 puzzle doors inside the factory! Submitter Shiro Submitted 11/28/2025 Category Monuments  
  32. Shiro posted a file in Monuments
    • 0 downloads
    • Version V1
    Visit Santa's Pookie Factory and discover how they are made and loot the 2 puzzle doors inside the factory!
    $5
  33. Shiro posted a topic in Monuments
    View File Christmas Warehouse Christmas Themed Warehouse , no puzzle just loot inside ! Submitter Shiro Submitted 11/28/2025 Category Monuments  
  34. Shiro posted a topic in Monuments
    View File LianYu Xmas Markt Enchance your maps with this christmas themed christmas market that features both Outpost and Bandit Camp vending machines , airwolf vendor and gambling area! Submitter Shiro Submitted 11/28/2025 Category Monuments  
  35. Shiro posted a file in Monuments
    • 0 downloads
    • Version V1
    Enchance your maps with this christmas themed christmas market that features both Outpost and Bandit Camp vending machines , airwolf vendor and gambling area!
    $8
  36. Shiro posted a topic in Monuments
    View File Santa's Villa Sneak into Santa's Villa find all 4 buttons and solve the puzzle to clean Santa of all his weapons and valuable loot inside the Villa! Submitter Shiro Submitted 11/27/2025 Category Monuments  
  37. Shiro posted a file in Monuments
    • 0 downloads
    • Version V1
    Sneak into Santa's Villa find all 4 buttons and solve the puzzle to clean Santa of all his weapons and valuable loot inside the Villa!
    $6
  38. Shiro posted a topic in Monuments
    View File Xmas Gas Station Oxum Gas Station themed for Christmas Submitter Shiro Submitted 11/27/2025 Category Monuments  
  39. Shiro posted a topic in Monuments
    View File Christmas Dome Christmas Dome is a rust christmas themed monument , find all the buttons inside the underground tunnels to activate the dome door and loot the inside! Submitter Shiro Submitted 11/27/2025 Category Monuments  
  40. Shiro posted a file in Monuments
    • 0 downloads
    • Version V1.1
    Christmas Dome is a rust christmas themed monument , find all the buttons inside the underground tunnels to activate the dome door and loot the inside!
    $6
  41. View File Crimbo 4K [ Christmas Themed Map ] Crimbo is Santa's domain although Santa is not as friendly when outsiders invade his domain , it is a 4000 sized custom maps featuring various themed monuments , build islands , railways underground and above ground connected and vast forests and unique places for players to build. Custom Monuments : Xmas Markt Safezone Including both Outpost & Bandit Camp facilities. Big Teddy Custom Xmas Sphere Tank Winter Cabin Xmas Warehouse Custom Gas Stations & Supermarkets & Warehouses Satellite Crash Sled Race Santa's Villa Santa's Workshop Xmas Cave Igloo Village Crypta Xmas Truck Pookie Factory Home Alone?! Sunken Ship Several locations on map marked with ? are building spots and offshore small puzzles. Entity Count : 55478 Submitter Shiro Submitted 11/27/2025 Category Maps  
    • 1 download
    • Version V1.2.3
    Crimbo is Santa's domain although Santa is not as friendly when outsiders invade his domain , it is a 4000 sized custom maps featuring various themed monuments , build islands , railways underground and above ground connected and vast forests and unique places for players to build. Custom Monuments : Xmas Markt Safezone Including both Outpost & Bandit Camp facilities. Big Teddy Custom Xmas Sphere Tank Winter Cabin Xmas Warehouse Custom Gas Stations & Supermarkets & Warehouses Satellite Crash Sled Race Santa's Villa Santa's Workshop Xmas Cave Igloo Village Crypta Xmas Truck Pookie Factory Home Alone?! Sunken Ship Several locations on map marked with ? are building spots and offshore small puzzles. Entity Count : 55478
    $35
  42. Noryx posted a topic in Plugins
    View File PlayersSinceWipe PlayersSinceWipe is a powerful Rust plugin designed to track every player who connects to the server after the plugin is installed, starting from the last wipe. It supports multiple wipe modes and can automatically send daily or manual reports to Discord via webhook. Previous player connections before installation are not tracked. Key Features: Automatic tracking of all players since the last wipe. Support for Monthly, Weekly, and BiWeekly wipe modes. Daily automated reports with full player lists and statistics. Manual report system for both chat and console. Full Discord integration through webhook. Multi-language support (French / English) with customizable messages. Commands: /psw.report → Sends a manual report to Discord from in-game chat. psw.report (console) → Sends a manual report from the server console. Benefits: Accurate and fully automated player tracking with zero manual effort. Simple setup and seamless integration with Rust and Discord. Fully compatible with all Rust servers running Oxide or Carbon. Configuration file: Submitter Noryx Submitted 11/22/2025 Category Plugins  
  43. Noryx posted a file in Plugins
    • 3 downloads
    • Version 1.0.1
    PlayersSinceWipe is a powerful Rust plugin designed to track every player who connects to the server after the plugin is installed, starting from the last wipe. It supports multiple wipe modes and can automatically send daily or manual reports to Discord via webhook. Previous player connections before installation are not tracked. Key Features: Automatic tracking of all players since the last wipe. Support for Monthly, Weekly, and BiWeekly wipe modes. Daily automated reports with full player lists and statistics. Manual report system for both chat and console. Full Discord integration through webhook. Multi-language support (French / English) with customizable messages. Commands: /psw.report → Sends a manual report to Discord from in-game chat. psw.report (console) → Sends a manual report from the server console. Benefits: Accurate and fully automated player tracking with zero manual effort. Simple setup and seamless integration with Rust and Discord. Fully compatible with all Rust servers running Oxide or Carbon. Configuration file:
    $3.99
  44. Noryx posted a file in Plugins
    • 2 downloads
    • Version 1.0.2
    One-click activation with automatic 24h gift window When you press Enable, the plugin automatically creates a 24-hour period during which players can claim their gift. No manual scheduling or date setup — activate it and it’s ready. Adjustable time zone Choose your preferred time zone (Paris, London, UTC, etc.). All timestamps displayed by the plugin follow this setting. Clean and user-friendly CUI A custom interface where: Admins configure items, quantities, and images Players see and claim their rewards ImageLibrary support provides clean visuals One-time claim per player Each player can claim the gift only once during the active period. All claim data is automatically saved. ImageLibrary support Easily link custom images for each reward to enhance presentation. Simple data handling All admin settings and player claim data are saved automatically and safely reloaded on server restart. Permissions sgivegift.admin Grants access to the admin UI for configuring gifts. Commands Player Commands /pgift Opens the player gift menu (if a gift event is currently active). Admin Commands /agift Opens the admin UI to configure items, quantities, images, and to enable/disable the gift. /genitems (Rust admin only) Generates a JSON file containing a dictionary of all item shortnames. Configuration file Data file (example) data/SGiveGift/AdminGiftData.json
    $5.99

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.