Hallo,
installed the Plugin like it says under Oxide/config I also changed the rates to 3 with Notepad++.
[JsonProperty(PropertyName = "Plants")]
public int Plants { get; set; } = 3;
[JsonProperty(PropertyName = "Animals")]
public int Animals { get; set; } = 3;
[JsonProperty(PropertyName = "Airdrop loot")]
public int Airdrop { get; set; } = 5;
[JsonProperty(PropertyName = "Loot frenzy loot")]
public int LootFrenzy { get; set; } = 2;
[JsonProperty(PropertyName = "Mining drills")]
public int MiningDrills { get; set; } = 5;
[JsonProperty(PropertyName = "Gather resources")]
public int Gather { get; set; } = 3;
[JsonProperty(PropertyName = "Pick up resources")]
public int PickUp { get; set; } = 3;
[JsonProperty(PropertyName = "Explodable mining rocks")]
public int ExplodableMiningRock { get; set; } = 1;
[JsonProperty(PropertyName = "Town event (Amount of cases)")]
public int TownEvent { get; set; } = 3;
[JsonProperty(PropertyName = "Town case T1")]
public int TownHardCaseT1 { get; set; } = 3;
[JsonProperty(PropertyName = "Town case T2")]
public int TownHardCaseT2 { get; set; } = 3;
[JsonProperty(PropertyName = "Fragments case T1")]
public int FragmentsT1 { get; set; } = 5;
[JsonProperty(PropertyName = "Fragments case T2")]
public int FragmentsT2 { get; set; } = 5;
[JsonProperty(PropertyName = "Fragments case T3")]
public int FragmentsT3 { get; set; } = 5;
Did I do anything wrong or is it not working anymore?
installed the Plugin like it says under Oxide/config I also changed the rates to 3 with Notepad++.
[JsonProperty(PropertyName = "Plants")]
public int Plants { get; set; } = 3;
[JsonProperty(PropertyName = "Animals")]
public int Animals { get; set; } = 3;
[JsonProperty(PropertyName = "Airdrop loot")]
public int Airdrop { get; set; } = 5;
[JsonProperty(PropertyName = "Loot frenzy loot")]
public int LootFrenzy { get; set; } = 2;
[JsonProperty(PropertyName = "Mining drills")]
public int MiningDrills { get; set; } = 5;
[JsonProperty(PropertyName = "Gather resources")]
public int Gather { get; set; } = 3;
[JsonProperty(PropertyName = "Pick up resources")]
public int PickUp { get; set; } = 3;
[JsonProperty(PropertyName = "Explodable mining rocks")]
public int ExplodableMiningRock { get; set; } = 1;
[JsonProperty(PropertyName = "Town event (Amount of cases)")]
public int TownEvent { get; set; } = 3;
[JsonProperty(PropertyName = "Town case T1")]
public int TownHardCaseT1 { get; set; } = 3;
[JsonProperty(PropertyName = "Town case T2")]
public int TownHardCaseT2 { get; set; } = 3;
[JsonProperty(PropertyName = "Fragments case T1")]
public int FragmentsT1 { get; set; } = 5;
[JsonProperty(PropertyName = "Fragments case T2")]
public int FragmentsT2 { get; set; } = 5;
[JsonProperty(PropertyName = "Fragments case T3")]
public int FragmentsT3 { get; set; } = 5;
Did I do anything wrong or is it not working anymore?