"Restrict foundations (true/false)": false,
  "Maximum foundations": 16,
  "Maximum triangle foundations": 24,

I set this to false and still have errors since it detects the triangle foundations have reached the limit of 24.

  "Restrict water depth (true/false)": true,
  "Maximum water depth": 2,
  "Refund resources when restricted": true

I want to set the maximum of meters you can build underwater to be 2 meters and the maximum that the plugin detects is 1.

"Maximum water depth": 0.1, WORKS
"Maximum water depth": 1, WORKS
"Maximum water depth": 2, DOESNT WORK