protected override void LoadDefaultConfig()
        {
            var defaultConfig = new RustNotificationsCoreConfig();

            Config.WriteObject(defaultConfig, true);
        }
 private void Init()
 {
     config = Config.ReadObject <RustNotificationsCoreConfig>();
     Puts("Rust Notifications Core Plugin Initialized");
 }