No resources cost (Rust)

Can somebody help me with a plugin just like the AntiItems one.

I basically need a plugin for a building server where i dont need any resources to build anything.

Just like the AntiItems plugin where you would have all components and build resources hidden in your inventory so you can basically just build whatever.

I know how to add a plugin to a server but cant really code my own script so i seek help on the internet.

I've been trying to edit the AntiItems plugin with no luck, i dont know why but i cant add wood, stone, metal frags and hqm to the list.

https://umod.org/plugins/anti-items#documentation

 

Did you use the correct 'shortname' of the items you want?


{
"Settings": {
 "Components": {
 "gears": 1000,
 "metalpipe": 1000,
 "metalspring": 1000,
 "propanetank": 1000,
 "riflebody": 1000,
 "roadsigns": 1000,
 "rope": 1000,
 "semibody": 1000,
 "sewingkit": 1000,
 "sheetmetal": 1000,
 "smgbody": 1000,
 "tarp": 1000,
 "techparts": 1000,
 "stones": 1000,
 "wood": 1000,
 "metal.fragments": 1000,
 "metal.refined": 1000 
 }, 
"Refresh Time": 120.0,
 "Use Active Item Refreshing": true 
 } 
}​

Yes i did try just adding it like in you did, but whenever i starts my  server i get this:

AntiItems v1.0.10: Failed to load config file (is the config file corrupt?) (Additional text encountered after finished reading JSON content: ​. Path '', line 25, position 1.)

And then it changes back to the default cfg.

Could it be because i have to add something to the plugin file aswell?
I mean see the word componentList a few times in the plugin file, could this be the problem?
 
In response to gottlieb94 ():
Yes i did try just adding it like in you did, but whenever i starts my  server i get this:AntiItem...
Use https://jsonlint.com/
to check your configs

Thank you very much both of you, it seems to work now.



Merged post

Well now i have another problem, it seems like since rust update this plugin is broken or atleast  i dont work anymore.

Any idea what i can do to fix this?



Merged post

https://gyazo.com/cf5968b98f8f134d17b81dd2eebd1ec0

It got this red line in left side dont know if that has something to with it