Hi,. may we know the exact line for the hackable crate and drop crate for the plugin. we tried to change these lines to count 1 but we still keep getting the maximum number of 4 crates and supply drop sometimes 2 and 3. (Vanilla game mode) Many thanks for the assistance.
[JsonProperty("Minimum drops amount(minimum number of cargo spawns after plane landing, should not be less than 1)")]
public int dropsAmount = 1;
[JsonProperty("Maximum drops amount(maximum number of cargo spawns after plane landing, should not be less than 1, maximum 10)")]
public int maxDropsAmount = 1;
[JsonProperty("Minimum crates amount(spawn every cargo drop)")]
public int cratesAmount = 1;
[JsonProperty("Maximum crates amount(spawn every cargo drop)")]
public int maxCratesAmount = 1;
Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.