Add an option to disable Jackpot

This commit is contained in:
barelyprofessional
2025-11-16 12:50:21 -06:00
parent 4bf9308fa7
commit 24db30b789
2 changed files with 11 additions and 3 deletions

View File

@@ -200,6 +200,8 @@ public static class BuiltIn
[BuiltInSetting("Bossman's usernames on Jackpot", SettingValueType.Array,
"[\"TheBossmanJack\", \"Austingambless757\"]")]
public static string JackpotBmjUsernames = "Jackpot.BmjUsernames";
[BuiltInSetting("Whether Jackpot is enabled", SettingValueType.Boolean, "true", BooleanRegex)]
public static string JackpotEnabled = "Jackpot.Enabled";
[BuiltInSetting("Bossman's rainbet public IDs", SettingValueType.Array,
"[\"Ir04170wLulcjtePCL7P6lmeOlepRaNp\", \"IA9RHFR1NLHL33AVOM9GL2G2CINM9I6P\"]")]
public static string RainbetBmjPublicIds = "Rainbet.BmjPublicIds";