1. As title, some of my players said than in a lot of servers when they die they wont lose all of their items, how can I implement that feature in my server?

    Thanks!
     
  2. Wulf

    Wulf Community Admin

  3. Thanks Wulf!
     
  4. The playerlootmode doesnt work, on leaving and returning its reset
     
  5. for leaving you mean restarting the server?
     
  6. When you enter the command then leave the server even though still running the command resets and if you die you lose everything, even if you set to not losing anything.
     
  7. that's not good at all, so right now there's no way to implement that function as i can't keep myself logged in 24/7. Is it right?
     
  8. Ive logged in, ran that lootcommand, died, no issues, leave the server come back and even though I am an admin that lootcommand seems to just disappear, if I die I lose everything. I can only say what I am experiencing, for others it may be different.
     
  9. Make sure you use rcon before the command, also check your autoexec.cfg file to see if it has been added. If the command is not listed add it to the file.

    It should look something like this:
    Code:
    quit 86400
    loadbalancerframebudget 100
    playerlootmode 0
    servername New Hurtworld Server
    Once you add it, restart the server and you're good to go!