() = optional args
<> = required args

/
        mct
            info (town_name)
            addtown <town_name> <mayor_name>
            removetown <town_name>

	town
		   motd <msg>
		   add
		       territory <name>
		   remove
			      territory <name>
		   list
		        territories
		   setmayor <name>
		   active
		          set <town_name>
				  reset

      territory
                add
                    player <name>
                    district <name>
                remove
                       player <name>
					   district<name>
                list
					 players
					 districts
				active set <territory_name>
				

      district
	           add
			       player <name>
				   plot <name>
			   remove
			          player <name>
					  plot <name>
			   list
			        players
					plots
			   active set <territory_name>

      plot
		   add player <name>
		   remove player <name>
		   list players
		   active set <territory_name>