Farm commands

Discussion in 'Rust Discussion' started by Thomas 5, Aug 11, 2015.

  1. does anyone know the commands so plants can grow faster ? Last time I saw them but I didn't have a server but im trying to look for them and I cant find them I would appreciate it if someone helps me :)
     
  2. I don't know of any command to do this, but I know what values to change via plugin to make them pop faster. Didn't test but it should work.. The SpawnHandler class has rates for all the autospawns. You can apparently access the Rust instance of it via SpawnHandler.Instance
     
  3. Code:
    > find plan
    Variables:
    server.planttick         Plants tick every x seconds. This is how many seconds between ticks. (60)
    server.planttickscale    Setting this to 2 will make plants grow, fruit and die two times faster than normal. (1)
    tried this?