Not loading after configuration changeSolved

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
}
}

You changed the first amount to an invalid format. Also, make sure to not edit the plugin directly.

yD54FRvOInjiLCb.jpg Wulf

You changed the first amount to an invalid format. Also, make sure to not edit the plugin directly.

Is correct like that?

{
"Base payout amount": 100, <-------
"Payout interval (seconds)": 600,
"Time alive bonus": false,
"Time alive multiplier": 0.0,
"New player welcome bonus": 2500, <---------
"Permission-based mulitipliers": {
"vip1": 1.5,
"vip2": 2.0,
"vip3": 2.5
}
}

Yup, that would be it.

Thank you so much Wulf :)

Locked automatically