public StopCmd(PeanutOverload plugin)
 {
     //Constructor passing plugin refrence to this class
     this.plugin = plugin;
 }
 public EventHandler(PeanutOverload plugin)
 {
     this.plugin = plugin;
 }