public CommandHandler(EnterTheJuggernaut plugin)
 {
     this.plugin = plugin;
 }
 public EventHandler(EnterTheJuggernaut plugin) => this.plugin = plugin;