1. Is there any chance or prospect to manage "UPKEEP" in Rust by Oxide? I haven't found any plugin about that so far.

    Actually I find "UPKEEP" as a great new feature to make Rust more realistic but it would be great to have "something" to manage it.
     
  2. Well I could create one by myself. My question is: any idea how to use existing Oxide RustPlugin to modify this new feature?

    Sorry, I'm a beginner. Maybe I just need some tiny hint...
     
  3. Hope this helps:
    Code:
    ConVar.Decay.upkeep_heal_scale = 2f;
     
  4. Great. Thank you!