When I die, I get a message from the plugin stating it worked, but I have no inventory.
I have the permission restoreupondeath.100 shown below in my config.
Any ideas?
{
"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": true,
"Percentage of total items lost (Permission Name | Percentage (0 - 100))": {
"restoreupondeath.default": {
"Belt": 0,
"Wear": 0,
"Main": 0
},
"restoreupondeath.25": {
"Belt": 25,
"Wear": 25,
"Main": 25
},
"restoreupondeath.50": {
"Belt": 50,
"Wear": 50,
"Main": 50
},
"restoreupondeath.75": {
"Belt": 75,
"Wear": 75,
"Main": 75
},
"restoreupondeath.100": {
"Belt": 100,
"Wear": 100,
"Main": 100
},
"restoreupondeath.beltonly": {
"Belt": 100,
"Wear": 0,
"Main": 0
},
"restoreupondeath.admin": {
"Belt": 100,
"Wear": 100,
"Main": 100
}
},
"Version": {
"Major": 0,
"Minor": 4,
"Patch": 0
}
}