Added new discord plugin alert - online player count change.

This commit is contained in:
Brett Hewitson 2022-06-23 00:09:02 +10:00
parent c7da511d1e
commit c2374f3106
15 changed files with 89 additions and 10 deletions

View file

@ -2435,5 +2435,17 @@ namespace ServerManagerTool {
return ((string)(this["DiscordUrl"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Online Player Count:")]
public string Alert_OnlinePlayerCountChange {
get {
return ((string)(this["Alert_OnlinePlayerCountChange"]));
}
set {
this["Alert_OnlinePlayerCountChange"] = value;
}
}
}
}