Custom Backpacks

VAULT+ RUST PLUGIN Custom Backpacks 2.1.4

No permission to download


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
    }
  }
}
Author
Just4Free
First release
Last update

Ratings

0.00 star(s) 0 ratings

More downloads from Just4Free

Back
Top