Players are respawning with their full inventories no matter what permission I set for them, even after reloading the plugin. Can anyone help? I have a few players that do NOT want their inventories restored, so I've created the perm group "norestore" yet they still respawn with full inventories, as well as myself when I give myself that permission to test. Can anyone help?
{
"Give default items upon respawn if the players is having items restored": false,
"Can drop active item on death": false,
"Don't restore items if player commited suicide": false,
"Wipe stored data when the map wipes": false,
"Percentage of total items lost (Permission Name | Percentage (0 - 100))": {
"restoreupondeath.default": {
"Belt": 0,
"Wear": 0,
"Main": 0
},
"restoreupondeath.beltonly": {
"Belt": 100,
"Wear": 0,
"Main": 0
},
"restoreupondeath.norestore": {
"Belt": 100,
"Wear": 100,
"Main": 100
},
"restoreupondeath.admin": {
"Belt": 0,
"Wear": 0,
"Main": 0
}
},
"Version": {
"Major": 0,
"Minor": 3,
"Patch": 7
}
}