This is a longshot, but like 90% of the time this works perfectly... But randomly players do not respawn with any of their gear. Just default rock and torch spawn with no errors in console, no message in chat about inventory or anything I can find that gives an indication of what went wrong.
Here is my config:
{
"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.beltonly": {
"Belt": 0,
"Wear": 0,
"Main": 0
},
"restoreupondeath.admin": {
"Belt": 0,
"Wear": 0,
"Main": 0
}
},
"Version": {
"Major": 0,
"Minor": 5,
"Patch": 0
}
}
Any ideas on why or what to look at would be greatly appreciated.