On the following lines:
 --
 seta sv_maxclients 4
 sv_maxRate 10000
 set timelimit 20
 --
 
 What is the difference between set and seta? When should each be used? Also, why does sv_maxRate not need set or seta?
 
 Thanks for the input
  
 
  
  
    set = set cvar
 
 seta = set cvar and archive in jk2mpconfig.cfg
 
 sets = set cvar and include in serverinfo query reply
 
 It is common to use seta for most everything except serverinfo items and map rotation items. Use sets for serverinfo (Administrator, Email, URL, Connection, etc) and set for map rotations.