Add Random directions (Left and Right at random)Suggestion

Hi, is it possible to have workcarts go random directions? Also, I am wondering if it is possible to have them spawn when the server starts with a configurable amount? Also, if they stop at trainstations they run into each other.  Not sure if this is possible but I think it would be cool. Thanks for just checking this out let alone making this!!!!!

  1. It is possible to implement a track selection property called "random" that selects a random track selection. However, it doesn't strike me as a good idea. If you can show me a map where that makes sense, I'll consider it. This would also be problematic for below ground trains since turning right or going straight at intersections makes it possible for workcarts to collide at intersections, or even end up in head-on collisions.
  2. The Workcart Spawner plugin should be able to address spawning above ground. For below ground, the trains should spawn automatically according to vanilla behavior. If you are talking about adding conductors to the workcarts when they spawn, that can be achieved by placing a conductor trigger on the workcart spawn points, which the default triggers in this plugin already do.
  3. A workcart may run into another that is stopped. This is more likely to happen if you have long stop durations. This rarely happens with the default triggers. I have not yet implemented any collision avoidance logic in the plugin because it doesn't seem necessary yet, but I may add something for that in the future. For now, there is simply collision mitigation logic, which makes a workcart leave a stop early if it gets rear-ended.