Crafting bar missing
Not sure if this is normal, but I only have Woodcutting/Mining/Skinning/Acquire bars.

This is my config
{
  "CUI": {
    "Bounds": {
      "HeightLower": "0.02",
      "HeightUpper": "0.1225",
      "WidthLeft": "0.725",
      "WidthRight": "0.83"
    },
    "BoundsBackground": "0.1 0.1 0.1 0.1",
    "cuiEnabled": true,
    "FontColor": "0.74 0.76 0.78 1",
    "FontSizeBar": 12,
    "FontSizeLevel": 12,
    "FontSizePercent": 12,
    "TextShadowEnabled": true,
    "XpBarBackground": "0.2 0.2 0.2 0.2",
    "XpBarColors": {
      "A": "0 0.8 0 0.5",
      "C": "0.2 0.72 0.5 0.5",
      "M": "0.1 0.5 0.8 0.5",
      "S": "0.8 0.1 0 0.5",
      "WC": "0.8 0.4 0 0.5"
    }
  },
  "Functions": {
    "CollectibleEntitys": {
      "corn-collectable": true,
      "diesel_collectable": true,
      "halloween-bone-collectable": true,
      "halloween-metal-collectable": true,
      "halloween-stone-collectable": true,
      "halloween-sulfur-collectible": true,
      "halloween-wood-collectable": true,
      "hemp-collectable": true,
      "metal-collectable": true,
      "mushroom-cluster-5": true,
      "mushroom-cluster-6": true,
      "pumpkin-collectable": true,
      "stone-collectable": true,
      "sulfur-collectable": true,
      "wood-collectable": true
    },
    "enableCollectiblePickup": true,
    "enableCropGather": true,
    "enableDispenserGather": true
  },
  "Generic": {
    "enableLevelupBroadcast": true,
    "enablePermission": false,
    "excludeChainsawOnGather": false,
    "excludeJackhammerOnGather": false,
    "exludeWeaponsOnGather": false,
    "gameProtocol": 2081,
    "penaltyMinutes": 30,
    "penaltyOnDeath": true,
    "permissionName": "zlevelsremastered.use",
    "playerCuiDefaultEnabled": true,
    "playerPluginDefaultEnabled": true,
    "pluginPrefix": "<color=green>Server</color>:",
    "wipeDataOnNewSave": true
  },
  "NightBonus": {
    "broadcastEnabledBonus": true,
    "enableNightBonus": true,
    "logEnabledBonusConsole": true,
    "PointsPerHitAtNight": {
      "A": 40,
      "M": 20,
      "S": 40,
      "WC": 20
    },
    "ResourcePerLevelMultiplierAtNight": {
      "A": 1,
      "M": 1,
      "S": 1,
      "WC": 1
    }
  },
  "Settings": {
    "CraftingDetails": {
      "PercentFasterPerLevel": 1,
      "TimeSpent": 60,
      "XPPerTimeSpent": 1
    },
    "DefaultResourceMultiplier": {
      "A": 1,
      "M": 1,
      "S": 1,
      "WC": 1
    },
    "LevelCaps": {
      "A": 1000,
      "C": 20,
      "M": 1000,
      "S": 1000,
      "WC": 1000
    },
    "PercentLostOnDeath": {
      "A": 90,
      "C": 90,
      "M": 90,
      "S": 90,
      "WC": 90
    },
    "PointsPerHit": {
      "A": 20,
      "M": 10,
      "S": 20,
      "WC": 10
    },
    "ResourcePerLevelMultiplier": {
      "A": 1,
      "M": 1,
      "S": 1,
      "WC": 1
    },
    "SkillColors": {
      "A": "#ADD8E6",
      "C": "#CCFF99",
      "M": "#DDDDDD",
      "S": "#FFDDDD",
      "WC": "#FFDDAA"
    }
  }
}​
Same here.
This is part of my config and it is working perfectly
{
  "CUI": {
    "Bounds": {
      "HeightLower": "0.023",
      "HeightUpper": "0.19",
      "WidthLeft": "0.64",
      "WidthRight": "0.828"
    },
    "BoundsBackground": "0.1 0.1 0.1 0.1",
    "cuiEnabled": true,
    "FontColor": "0.74 0.76 0.78 1",
    "FontSizeBar": 13,
    "FontSizeLevel": 13,
    "FontSizePercent": 11,
    "TextShadowEnabled": true,
    "XpBarBackground": "0.2 0.2 0.2 0.2",
    "XpBarColors": {
      "A": "0 0.8 0 0.5",
      "C": "0.2 0.72 0.5 0.5",
      "M": "0.1 0.5 0.8 0.5",
      "S": "0.8 0.1 0 0.5",
      "WC": "0.8 0.4 0 0.5"
    }
  },​
Thank you for your response. I must be doing something wrong. It just made the bars bigger.
"LevelCaps": {
"A": 500,
"C": -0,
"M": 500,
"S": 500,
"WC": 500
},

Make sure it's not set like this.
Got it working.