public static void Shutdown() { EventLoop.StopEvents(); }
public static void Startup() { BanTracker.Startup(); EventLoop.StartEvents(); }