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
}
}