Hello, i just config the .json and reloades, and i receive this errors:
Compiling: "Error while compiling: MoneyTime.cs(49,28): error CS0664: Literal of type double cannot be implicitly converted to type `float'. Add suffix `f' to create a literal of this type"
Configuration: "[Money Time] Configuration file MoneyTime.json is invalid; using defaults"
Both files are by default, just i added a few groups to the mulitipliers:
JSON
{
"Base payout amount": 100.0,
"Payout interval (seconds)": 600,
"Time alive bonus": false,
"Time alive multiplier": 0.0,
"New player welcome bonus": 2500.0,
"Permission-based mulitipliers": {
"vip1": 1.5,
"vip2": 2.0,
"vip3": 2.5
}
}