im trying to make it so no one drops anything and retains their inventory after death. i gave the whole admin and default group thge perms by using oxide.grant group admin restoreupondeath.admin did that for every group. also did perms for myself only using my own steam 64. the command was successful throguh my rcon. but now no one can keep their inventories. i changed all values in the config to zero precent. {
"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": 0.0,
"Wear": 0.0,
"Main": 0.0
},
"restoreupondeath.beltonly": {
"Belt": 0.0,
"Wear": 0.0,
"Main": 0.0
},
"restoreupondeath.admin": {
"Belt": 0.0,
"Wear": 0.0,
"Main": 0.0
}
},
"Version": {
"Major": 0,
"Minor": 2,
"Patch": 0
}
}
i know its not working as respawning gives everyone default items when clearly its set to false.
perms?
"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": 0.0,
"Wear": 0.0,
"Main": 0.0
},
"restoreupondeath.beltonly": {
"Belt": 0.0,
"Wear": 0.0,
"Main": 0.0
},
"restoreupondeath.admin": {
"Belt": 0.0,
"Wear": 0.0,
"Main": 0.0
}
},
"Version": {
"Major": 0,
"Minor": 2,
"Patch": 0
}
}
i know its not working as respawning gives everyone default items when clearly its set to false.
perms?