Cannot get crafting working!

I have been trying to get crafting enabled on our server for a while now and nothing I've done seems to work. Also searched through some other threads here and no luck. Added my config file below. Appreciate any help! 

{
  "CUI": {
    "Bounds": {
      "Width Left": "0.725",
      "Width Right": "0.83",
      "Height Lower": "0.02",
      "Height Upper": "0.1225"
    },
    "Xp Bar Colors": {
      "ACQUIRE": "0.4 0 0.8 0.5",
      "CRAFTING": "0.2 0.72 0.5 0.5",
      "MINING": "0 0 1 0.5",
      "SKINNING": "1 0 0 0.5",
      "WOODCUTTING": "1 0.6 0 0.5"
    },
    "Bounds Background": "0.1 0.1 0.1 0.1",
    "CUI Enabled": true,
    "Font Color": "0.74 0.76 0.78 1",
    "FontSize Bar": 11,
    "FontSize Level": 11,
    "FontSize Percent": 11,
    "Text Shadow Enabled": true,
    "Xp Bar Background": "0.2 0.2 0.2 0.2"
  },
  "Functions": {
    "Collectible Entities": {
      "diesel_collectable": true,
      "sulfur-collectable": true,
      "berry-yellow-collectable": true,
      "hemp-collectable": true,
      "mushroom-cluster-5": true,
      "mushroom-cluster-6": true,
      "corn-collectable": true,
      "pumpkin-collectable": true,
      "wood-collectable": true,
      "stone-collectable": true,
      "metal-collectable": true,
      "potato-collectable": true,
      "berry-white-collectable": true,
      "berry-blue-collectable": true,
      "berry-red-collectable": true,
      "berry-green-collectable": true,
      "berry-black-collectable": true,
      "halloween-wood-collectable": true,
      "halloween-sulfur-collectible": true,
      "halloween-stone-collectable": true,
      "halloween-metal-collectable": true,
      "halloween-bone-collectable": true
    },
    "Enable Collectible Pickup": true,
    "Enable Crop Gather": true,
    "Enable Wood Gather": true,
    "Enable Stone Ore Gather": true,
    "Enable Sulfur Ore Gather": true,
    "Enable Metal Gather": true,
    "Enable HQM Gather": true,
    "Allow Mining Multiplier On Gibs": true
  },
  "Generic": {
    "Enable Level Up Broadcast": false,
    "Enable Permission": false,
    "Chainsaw On Gather Permission": "zlevelsremastered.chainsaw.allowed",
    "Jackhammer On Gather Permission": "zlevelsremastered.jackhammer.allowed",
    "Weapons On Gather Permission": "zlevelsremastered.weapons.blocked",
    "gameProtocol": 2377,
    "Penalty Minutes": 10,
    "Penalty On Death": true,
    "Permission Name": "zlevelsremastered.use",
    "Permission Name XP": "zlevelsremastered.noxploss",
    "Player CUI Default Enabled": true,
    "Player Plugin Default Enabled": true,
    "Plugin Prefix": "<color=orange>ZLevels</color>: ",
    "SteamID Icon": 0,
    "Wipe Data OnNewSave": false
  },
  "Night Bonus": {
    "Points Per Hit At Night": {
      "ACQUIRE": 60,
      "MINING": 60,
      "SKINNING": 60,
      "WOODCUTTING": 60
    },
    "Points Per PowerTool At Night": {
      "MINING": 60,
      "WOODCUTTING": 60
    },
    "Resource Per Level Multiplier At Night": {
      "ACQUIRE": 2,
      "MINING": 2,
      "SKINNING": 2,
      "WOODCUTTING": 2
    },
    "Enable Night Bonus": false,
    "Broadcast Enabled Bonus": false,
    "Log Enabled Bonus Console": false
  },
  "Settings": {
    "Crafting Details": {
      "Time Spent": 1,
      "XP Per Time Spent": 10,
      "Percent Faster Per Level": 2000,
      "Require Permission For Instant Bulk Craft": false,
      "Permission For Instant Bulk Crafting At Max Level": "zlevelsremastered.crafting.instantbulk"
    },
    "Default Resource Multiplier": {
      "ACQUIRE": 1,
      "MINING": 1,
      "SKINNING": 1,
      "WOODCUTTING": 1
    },
    "Level Caps": {
      "ACQUIRE": 200,
      "CRAFTING": 20,
      "MINING": 200,
      "SKINNING": 200,
      "WOODCUTTING": 200
    },
    "Percent Lost On Death": {
      "ACQUIRE": 50,
      "CRAFTING": 50,
      "MINING": 50,
      "SKINNING": 50,
      "WOODCUTTING": 50
    },
    "No Penalty Zones": [
      "adminzone1",
      "999999"
    ],
    "Points Per Hit": {
      "ACQUIRE": 30,
      "MINING": 30,
      "SKINNING": 30,
      "WOODCUTTING": 30
    },
    "Points Per Power Tool": {
      "MINING": 30,
      "WOODCUTTING": 30
    },
    "Resource Per Level Multiplier": {
      "ACQUIRE": 2,
      "MINING": 2,
      "SKINNING": 2,
      "WOODCUTTING": 2
    },
    "Skill Colors": {
      "ACQUIRE": "#7700AA",
      "CRAFTING": "#00FF00",
      "MINING": "#0000FF",
      "SKINNING": "#FF0000",
      "WOODCUTTING": "#FF9900"
    },
    "Starting Stats": {
      "Acquire Level": 1,
      "Acquire Points": 10,
      "Crafting Level": 1,
      "Crafting Points": 10,
      "Mining Level": 1,
      "Mining Points": 10,
      "Skinning Level": 1,
      "Skinning Points": 10,
      "Woodcutting Level": 1,
      "Woodcutting Points": 10,
      "XP Multiplier": 100
    },
    "Use Mining Skill When Picking Up Stones And Ore": true,
    "Use Acquire Skill When Picking Up Wood": false
  },
  "Level Up Rewards (Reward * Level = Amount)": {
    "Economics Money": {
      "Acquire": 0,
      "Crafting": 0,
      "Mining": 0,
      "Skinning": 0,
      "Woodcutting": 0
    },
    "ServerRewards Points": {
      "Acquire": 0,
      "Crafting": 0,
      "Mining": 0,
      "Skinning": 0,
      "Woodcutting": 0
    },
    "SkillTree XP": {
      "Acquire": 0,
      "Crafting": 0,
      "Mining": 0,
      "Skinning": 0,
      "Woodcutting": 0
    }
  }
}​

I loaded your config and crafting works just fine. redownload and install ZLevels

if it still doesn't work then unload plugins 1 by 1 until you find the one blocking it.

Are you using any crafting plugins ?

nMyfFlEnglczTD3.jpg pookins

Are you using any crafting plugins ?

I don't have any crafting plugins but I've just noticed the co-owner has put "craft.instant True" in the server.cfg file. Could that mess with it? 

nivex

I loaded your config and crafting works just fine. redownload and install ZLevels

if it still doesn't work then unload plugins 1 by 1 until you find the one blocking it.

I'll mess about with it and see if any other plugin is the issue. Thanks :)

ah no. it will not work if craft.instant is true

if (skill == Skills.CRAFTING && ConVar.Craft.instant)

can change that to

if (skill == Skills.CRAFTING)

guess I can put this in the next update even though its not intended to work with instant crafting and hasn't for over 4 years. i guess if people want to use it that way then go for it. do as you will =p