Can’t get plugin to work

I can't get this to change the values. 

For example I tried:
"roof" 150,
"roof": 150, &
"roof":150,

Nothing seems to work.

Anyone out there can help me make a plugin? I want to change the health of a building in Rust to make it 1.5 X HP. There is BuildingHealth by Orange but it no longer works...

Error while compiling: BuildingHealth.cs(39,35): error CS1525: Unexpected symbol `200' 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)


Merged post

I tried everything, this plugin no longer works.

It looks like you modified the plugin, which you shouldn't do to configure it. Please down load an unmodified copy.

I'd suggest uploading your full configuration file as well.

kTUeXlrQjonYI88.jpg Wulf

It looks like you modified the plugin, which you shouldn't do to configure it. Please down load an unmodified copy.

I'd suggest uploading your full configuration file as well.

How do I configure it then?

{
"roof 200",
"block.stair.ushape 200",
"block.stair.lshape 200",
"wall.low 200",
"wall.half 200",
"wall.frame 200",
"wall.window 200",
"wall.doorway 200",
"wall 200",
"floor 200",
"floor.triangle 200",
"floor.frame 200",
"foundation.steps 200",
"foundation.triangle 200",
"foundation 200",
"ramp 200",
"floor.triangle.frame 200",
"block.stair.spiral.triangle 200",
"block.stair.spiral 200",
"block.stair.lshape 200"
};

According to that configuration, you've removed formatting which will cause it to not work. Only change the numbers, do not remove anything.

MV6M7wjcE5NpHfT.jpg Wulf

According to that configuration, you've removed formatting which will cause it to not work. Only change the numbers, do not remove anything.

I didn't realize that I had to edit the config files not the actual file, thank you.