We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547eb07 commit 95093cbCopy full SHA for 95093cb
Configs.cs
@@ -71,6 +71,9 @@ public class ConfigVIP : BasePluginConfig
71
[JsonPropertyName("DBPort")] public int DBPort { get; set; } = 3306;
72
[JsonPropertyName("DBPrefix")] public string DBPrefix { get; set; } = "deadswim";
73
74
+ [JsonPropertyName("SpawnItems")] public List<string?> SpawnItems { get; set; } = new List<string?> { "weapon_healthshot", "item_assaultsuit" };
75
+
76
77
[JsonPropertyName("money")] public RewardsClass RewardsClass { get; set; } = new RewardsClass();
78
79
[JsonPropertyName("pack1")] public Pack1Settings Pack1Settings { get; set; } = new Pack1Settings();
0 commit comments