Not working for meNot An Issue
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?
You're installing this plugin for Hurtworld, right? :)
Plugins are installed under oxide/plugins, not oxide/config. The configuration file is generated once the plugin is loaded, which you can then edit under oxide/config, not in the plugin itself.
In response to Wulf ():
Plugins are installed under oxide/plugins, not oxide/config. The configuration file is generated onc...
Thank you that helped :) 
Locked automatically