Initiate the startup process for this plugin instance.
      Syntax
         
            void 
            startup
            (
            HashMap< String, String > 
            attributes
            ) throws MwizStartupException
         
      
      Parameters
         
            - 
               attributes – 
               List of configuration attributes for the plugin
            
 
         
       
      Exceptions
         
            - 
               MwizStartupException – 
               If there is an issue with startup.
            
 
         
       
      Usage
         This method is called once per startup or during reload of the plugin.