1. So Im looking for an addon that can look at the ingame time and change what the gather rate and the XP Boost. What I want is to use Gather Manager for Rust | Oxide and XpBooster for Rust | Oxide in this addon. I want to have a higher XP boost and a lower gather rate at night and reverse that during the day.

    {
    Example Config
    Time: 07:00
    set:{
    gather.rate dispenser Wood 100,
    gather.rate dispenser Stones 100,
    gather.rate dispenser Cloth 100,
    gather.rate pickup Stones 100,
    gather.rate quarry Stones 100,
    gather.rate survey "Sulfur Ore" 100
    },
    Time: 16:00
    set:{
    gather.rate dispenser Wood 20,
    gather.rate dispenser Stones 20,
    gather.rate dispenser Cloth 20,
    gather.rate pickup Stones 20,
    gather.rate quarry Stones 20,
    gather.rate survey "Sulfur Ore" 20
    }
    }
     
  2. Hi, You must use this plugin: Timed Events for Rust | Oxide
    For ex:
    "Server": [
    "7:gather.rate dispenser Wood 100,",
    "7:gather.rate dispenser Stones 100,",
    "7:gather.rate dispenser Cloth 100,",
    "7:gather.rate pickup Stones 100,",
    "7:gather.rate quarry Stones 100,",
    "7:say x2 rates time! :p"