Add backpacks to configuration?
Is there anyway to add backpacks to the config? The code below did not work for me....
{
  "Give default items upon respawn if the players is having items restored": false,
  "Can drop active item on death": false,
  "Percentage of total items lost (Permission Name | Percentage)": {
    "restoreupondeath.default": {
      "Belt": 100.0,
      "Wear": 100.0,
      "Main": 100.0,
      "Backpack": 100.0
    },
    "restoreupondeath.beltonly": {
      "Belt": 100.0,
      "Wear": 100.0,
      "Main": 100.0,
      "Backpack": 100.0
    },
    "restoreupondeath.admin": {
      "Belt": 100.0,
      "Wear": 100.0,
      "Main": 100.0,
      "Backpack": 100.0
    }
  },
  "Version": {
    "Major": 0,
    "Minor": 2,
    "Patch": 0
  }
}​
Do you mean Backpack from the Backpack plugin?  If so it has its own config to either drop or keep it on death.
5b5c36c6b9361.png MalS
Do you mean Backpack from the Backpack plugin?  If so it has its own config to either drop or keep it on death.
yes mee too