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

Everything posted by Shiro

  1. 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?
  2. 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
  3. 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  
  4. 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
  5. 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  
  6. 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
  7. 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  
  8. 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  
  9. 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
  10. 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  
  11. 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
  12. 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  
  13. 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  
  14. 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
  15. 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
  16. View File Modern Farm [ Building Prefab ] Harry tried to start a new business again, farming. The attempt was unsuccessful, he used strange fertilizers. Radiation zones appeared in the hangars. The loot does not fit on the monument. I guarantee free updates and fixes! Submitter Shiro Submitted 11/19/2025 Category Prefabs  
    • 0 downloads
    • Version V1.1
    Harry tried to start a new business again, farming. The attempt was unsuccessful, he used strange fertilizers. Radiation zones appeared in the hangars. The loot does not fit on the monument. I guarantee free updates and fixes!
    $7
  17. Shiro posted a topic in Monuments
    View File Rubins Tugboat Welcome to Rubins Tugboat Sales, just a small fun project i tossed together, comes with a green and blue keycard loot rooms, i did a custom tugboat interior redesign plus some other stuff to explore. total prefab count is 2220 Submitter Shiro Submitted 11/19/2025 Category Monuments  
  18. Shiro posted a file in Monuments
    • 0 downloads
    • Version V1.1
    Welcome to Rubins Tugboat Sales, just a small fun project i tossed together, comes with a green and blue keycard loot rooms, i did a custom tugboat interior redesign plus some other stuff to explore. total prefab count is 2220
    $4
  19. Shiro posted a topic in Monuments
    View File Black Hollow Farm Welcome to Black Hollow Farm. This is a tier 1 halloween monument i made, just something spooky and fun to explore. Submitter Shiro Submitted 11/19/2025 Category Monuments  
  20. Shiro posted a file in Monuments
    • 0 downloads
    • Version V1.1
    Welcome to Black Hollow Farm. This is a tier 1 halloween monument i made, just something spooky and fun to explore.
    $3
  21. Shiro posted a topic in Monuments
    View File Get Away Resort Welcome to the Get Away Hotel. A little something for the summer or something creepy for the fall. Visitors check-in, but they generally don't check out. It's mainly an arid biome monument, and Included is some basic loot spread out and plenty of space to add any more loot you may want to later. It's a little mix of fun and old movie references. Enjoy The prefab count is 5146 Submitter Shiro Submitted 11/19/2025 Category Monuments  

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.