Permissions assigned, but players still restricted
I am using the base config level, didnt add the levels for pipes. When I assigned syncpipes.user to a group people in the group are still restricted and cannot make pipes
You need to set up a permission level and if you want no restrictions set them to -1
"permLevels": {
    "unrestricted": {
      "upgradeLimit": -1,
      "pipeLimit": -1
    }
  }​