Cannot enable Crafting?

Hi @nivex and others,

I am trying to enable the Crafting skill and did so via the config by changing:

"LevelCaps": {
"A": 200,
"C": -1,
"M": 200,
"S": 200,
"WC": 200

to 

"LevelCaps": {
"A": 200,
"C": 200,
"M": 200,
"S": 200,
"WC": 200

Unfortunately, it's not showing in the CUI and it's not leveling for players. I also have "enableLevelupBroadcast": false,"  (set to false).

I also tried resetting the mod (complete uninstall/reinstall with removal of the config and data files). Any other suggestions? 

Thanks!

The max level you can set crafting is 20 , this has not changed since the release of the plugin , I have all the others set to 250 with no problems.

I did a clean install of the plugin (no config files) and crafting is still not loading in the CUI. See the attached screenshot.

CUI not showing crafting

Here's my config code:

{
  "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": 11,
    "FontSizeLevel": 11,
    "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"
    }
  },
  "Functions": {
    "CollectibleEntitys": {
      "berry-black-collectable": true,
      "berry-blue-collectable": true,
      "berry-green-collectable": true,
      "berry-red-collectable": true,
      "berry-white-collectable": true,
      "berry-yellow-collectable": true,
      "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,
      "potato-collectable": true,
      "pumpkin-collectable": true,
      "stone-collectable": true,
      "sulfur-collectable": true,
      "wood-collectable": true
    },
    "enableCollectiblePickup": true,
    "enableCropGather": true,
    "enableDispenserGather": true
  },
  "Generic": {
    "enableLevelupBroadcast": false,
    "enablePermission": false,
    "excludeChainsawOnGather": true,
    "excludeJackhammerOnGather": true,
    "exludeWeaponsOnGather": false,
    "gameProtocol": 2332,
    "penaltyMinutes": 10,
    "penaltyOnDeath": true,
    "permissionName": "zlevelsremastered.use",
    "permissionNameXP": "zlevelsremastered.noxploss",
    "playerCuiDefaultEnabled": true,
    "playerPluginDefaultEnabled": true,
    "pluginPrefix": "<color=orange>ZLevels</color>: ",
    "steamIDIcon": 0,
    "wipeDataOnNewSave": false
  },
  "NightBonus": {
    "broadcastEnabledBonus": true,
    "enableNightBonus": false,
    "logEnabledBonusConsole": false,
    "PointsPerHitAtNight": {
      "A": 60,
      "M": 60,
      "S": 60,
      "WC": 60
    },
    "PointsPerPowerToolAtNight": {
      "M": 60,
      "WC": 60
    },
    "ResourcePerLevelMultiplierAtNight": {
      "A": 2,
      "M": 2,
      "S": 2,
      "WC": 2
    }
  },
  "Settings": {
    "CraftingDetails": {
      "PercentFasterPerLevel": 5,
      "TimeSpent": 1,
      "XPPerTimeSpent": 3
    },
    "DefaultResourceMultiplier": {
      "A": 1,
      "M": 1,
      "S": 1,
      "WC": 1
    },
    "LevelCaps": {
      "A": 200,
      "C": 20,
      "M": 200,
      "S": 200,
      "WC": 200
    },
    "PercentLostOnDeath": {
      "A": 50,
      "C": 50,
      "M": 50,
      "S": 50,
      "WC": 50
    },
    "PointsPerHit": {
      "A": 30,
      "M": 30,
      "S": 30,
      "WC": 30
    },
    "PointsPerPowerTool": {
      "M": 30,
      "WC": 30
    },
    "ResourcePerLevelMultiplier": {
      "A": 2,
      "M": 2,
      "S": 2,
      "WC": 2
    },
    "SkillColors": {
      "A": "#ADD8E6",
      "C": "#CCFF99",
      "M": "#DDDDDD",
      "S": "#FFDDDD",
      "WC": "#FFDDAA"
    }
  }
}​

The only main difference between my working one and yours is this section, but with night bonus false it should not make any difference in yours as there would be nothing to broadcast (?)

"NightBonus": {
"broadcastEnabledBonus": false,
"enableNightBonus": true,
"logEnabledBonusConsole": false,
"PointsPerHitAtNight": {

My cui settings are slightly different
"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": 14,
"FontSizeLevel": 14,
"FontSizePercent": 14,
"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"
}