protected override void Load()
        {
            Logger.LogWarning("[PSLightPoliceUtils] Loaded, made by papershredder432, join the support Discord here: https://discord.gg/ydjYVJ2");
            Instance = this;

            if (!Instance.Configuration.Instance.enabled)
            {
                Instance.UnloadPlugin();
            }
        }
 protected override void Unload()
 {
     Logger.LogWarning("[PSLightPoliceUtils] Unloaded.");
     Instance = null;
 }