I've dealt with this issue before, but I cannot remember how it was done.
I'm trying to make it so you don't lose anything on death, this includes your backpack.
I noticed this in config.lua (changed it to 0):
But this does not work, I am still able to lose the backpack.
Is it because 0 is not a valid number for this option?
I'm lost.
Additional info: the server type is open.
I'm trying to make it so you don't lose anything on death, this includes your backpack.
I noticed this in config.lua (changed it to 0):
LUA:
deathLostPercent = 0
But this does not work, I am still able to lose the backpack.
Is it because 0 is not a valid number for this option?
I'm lost.
Additional info: the server type is open.