Creating NEW DATA Files...

Perhaps I'm minssing something here... 

I copied one of the files anc rebuilt it for airfield_1 ... and populated it with somestatic items (I moved from the Default file).  However, it doesn't load.  What am I doing wrong :(

{
  "Name": "AirfieldAirwolf",
  "Author": "DiGiaComTech",
  "SchemaVersion": 2.0,
  "MonumentData": {
    "airfield_1": {
      "Entities": [
        {
          "Id": "5dbca2a1-9f02-48cb-aadc-a6267f1d47f6",
          "PrefabName": "assets/prefabs/building/ladder.wall.wood/ladder.wooden.wall.prefab",
          "Position": {
            "x": -20.53,
            "y": 8.8,
            "z": -93.0
          },
          "RotationAngles": {
            "x": 0.0,
            "y": 180.0,
            "z": 0.0
          }
        },
        {
          "Id": "0d0ffc03-0485-40ef-9a08-ac84eae4d04d",
          "PrefabName": "assets/prefabs/building/ladder.wall.wood/ladder.wooden.wall.prefab",
          "Position": {
            "x": -20.53,
            "y": 6.1,
            "z": -93.0
          },
          "RotationAngles": {
            "x": 0.0,
            "y": 180.0,
            "z": 0.0
          }
        },
        {
          "Id": "ed34cb8e-be03-4f18-965f-4a9ba81c32e3",
          "PrefabName": "assets/prefabs/building/ladder.wall.wood/ladder.wooden.wall.prefab",
          "Position": {
            "x": -20.53,
            "y": 3.4,
            "z": -93.0
          },
          "RotationAngles": {
            "x": 0.0,
            "y": 180.0,
            "z": 0.0
          }
        }
      ]
    }
  }
}​

You need to enable the profile by running the command maprofile enable AirfieldAirwolf. Simply adding a profile data file to the oxide/data/MonumentAddons folder doesn't enable that profile. If you want to enable it without running a command, that's controlled by the oxide/data/MonumentAddons.json file.