Version 1.0.3
			
				 439 downloads
			
			
			
				
					Timed Commands is an updated version of ComTimer.  
 
	Features: 
	This plugin is great for calling events and console commands 
	- Commands run from a random time between an interval you set 
	- Option to run commands in a random order
 
	 
	Config: 
	Default Configuration: 
	  
 
{
    "Command List": [],
    "Longer Time In Seconds": 500.0,
    "Shorter Time In Seconds": 200.0,
    "In Order": true
  }
	Setting a single command: 
	  
 
{
    "Command List": ["junkyardeventstart"],
    "Longer Time In Seconds": 500.0,
    "Shorter Time In Seconds": 200.0,
    "In Order": true
  }
	Setting more than one command:
 
{
    "Command List": [
      "junkyardeventstart",
      "callheli 1",
      "harborstart"
    ],
    "Longer Time In Seconds": 500.0,
    "Shorter Time In Seconds": 200.0,
    "In Order": true
  }