1. How can I set default values for hunger, water, and health for anyone who joins my server? Thanks.
     
  2. Code:
    player.metabolism.calories.value = 500f;
    player.metabolism.hydration.value = 250f;
    player.health = 100;
    I believe it's done like that, however that's from memory.
     
    Last edited by a moderator: Sep 3, 2017
  3. Through Oxide Command or Server Command?
     
  4. Wulf

    Wulf Community Admin

  5. You posted in the development section, implying you're looking for a programmatic solution. I suggest posting in the Rust discussion.