public ReloadCommand(CustomLoadouts plugin)
 {
     this.plugin = plugin;
 }
 public ItemGivingHandler(CustomLoadouts plugin)
 {
     this.plugin = plugin;
 }