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 |
|---|---|
| Allow player to spawn upgrade items for themselves |
| Allow giving upgrade items to other players |
| Allow running analytics report |
| Eligible for VIP upgrade discount |
| Ignore upgrade material requirements entirely |
| 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 |
Show upgrade consumption & analytics | |
/bu.admin | Open admin UI |
/bu.debug | Debug object you are looking at (node, crate, etc) |
Console Commands : | Description |
|---|---|
| Close admin UI |
| Navigate UI pages |
| Enable/disable a drop source |
| Change plugin options live |
| Reload config and rebuild caches |
| Paginate drop source list |
| Edit specific drop source |
| Close drop editor |
| Add item to drop |
| Remove item |
| Force custom item mode |
| 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
}
}
}Permission is granted ONLY for personal use, for your own rust server.
You may only provide a review once you have downloaded the file.
There are no reviews to display.