Custom Backpacks

VAULT+ RUST PLUGIN Custom Backpacks 2.1.4

Upgrade or register to download
Potentially Outdated? (3+ Months)
Potentially Outdated: This resource hasn't been updated in over 3 months. Since base platforms and games update frequently, older files may experience compatibility issues. Please verify the supported versions and check the discussion tab or official sources first. If the resource no longer works, consider requesting an update from the author.


About Custom Backpacks​


CobaltFeatures.png.70a687d46f7f476dfe4f7346393d2b01.png

  • Create custom backpacks with varying capacities and properties
  • Save on Death - Allow players to keep backpacks on death
  • Item blacklist - Blacklist items from being placed in the backpack
  • Lootspawns - Add custom backpacks to any loot spawn

CobaltCommands.png.96adf1bc307d05a2beb65c75f28c7723.png

Admin Commands:

  • /cb.give 'Backpack-Name' 'Player-Name/ID' - With this command, administrators or players with the appropriate permission can give a specific backpack to another player.
CobaltPermissions.png.30723d065598da7b67a3445f37a52d2c.png

Admin Commands:

  • cbackpacks.give - allows the use of the cb.give command
CobaltConfig.png.4f661886a4c68edcf20948ebdce94951.png

JSON:
{
  "RemoveDefaultBackpacks": true,
  "Backpacks": {
    "rucksack": {
      "Shortname": "largebackpack",
      "SaveContentsOnDeath": true,
      "Capacity": 8,
      "ItemBlackList": [
        "rifle.ak",
        "sulfur.ore",
        "lmg.m249"
      ]
    }
  },
  "Command Names": {
    "give": "cb.give"
  },
  "LootSpawns": {
    "assets/bundled/prefabs/radtown/crate_basic.prefab": {
      "rucksack": 100.0
    }
  }
}
Back
Top