Cannot enable crafting
Hello for awhile we've tried to eneble crafting we do not have RPG hunt plugin and we did the 20 cap but so far nothing i hope anyone knows the solution greets
Post your config
I have never had the RPG Hunt plugin (never heard of it actually) but my Zlevels is working perfectly, I have the limits set to 200 for everything except crafting which is at the max setting of 20, No problems with it at all,
It might help if you post  your config (in a code box) so that any help would eventuate in a shorter time. Here is a copy of mine.
{
  "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"
    }
  },
  "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,
      "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": false,
    "excludeJackhammerOnGather": false,
    "exludeWeaponsOnGather": false,
    "gameProtocol": 1955,
    "penaltyMinutes": 12,
    "penaltyOnDeath": true,
    "permissionName": "zlevelsremastered.use",
    "permissionNameXP": "zlevelsremastered.noxploss",
    "playerCuiDefaultEnabled": true,
    "playerPluginDefaultEnabled": true,
    "pluginPrefix": "<color=orange>ZLevels</color>:",
    "wipeDataOnNewSave": false
  },
  "NightBonus": {
    "broadcastEnabledBonus": true,
    "enableNightBonus": true,
    "logEnabledBonusConsole": false,
    "PointsPerHitAtNight": {
      "A": 100,
      "M": 100,
      "S": 100,
      "WC": 100
    },
    "PowerToolPerHit": {
      "M": 0,
      "WC": 0
    },
    "ResourcePerLevelMultiplierAtNight": {
      "A": 2.0,
      "M": 2.0,
      "S": 2.0,
      "WC": 2.0
    }
  },
  "Settings": {
    "CraftingDetails": {
      "PercentFasterPerLevel": 15,
      "TimeSpent": 1,
      "XPPerTimeSpent": 1000
    },
    "DefaultResourceMultiplier": {
      "A": 15,
      "M": 15,
      "S": 15,
      "WC": 15
    },
    "LevelCaps": {
      "A": 200,
      "C": 20,
      "M": 200,
      "S": 200,
      "WC": 200
    },
    "PercentLostOnDeath": {
      "A": 10,
      "C": 2,
      "M": 25,
      "S": 25,
      "WC": 25
    },
    "PointsPerHit": {
      "A": 80,
      "M": 80,
      "S": 80,
      "WC": 80
    },
    "ResourcePerLevelMultiplier": {
      "A": 15.0,
      "M": 15.0,
      "S": 15.0,
      "WC": 15.0
    },
    "SkillColors": {
      "A": "#ADD8E6",
      "C": "#CCFF99",
      "M": "#DDDDDD",
      "S": "#FFDDDD",
      "WC": "#FFDDAA"
    }
  }
}​
{
  "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": {
      "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": 2225,
    "penaltyMinutes": 10,
    "penaltyOnDeath": true,
    "permissionName": "zlevelsremastered.use",
    "permissionNameXP": "zlevelsremastered.noxploss",
    "playerCuiDefaultEnabled": true,
    "playerPluginDefaultEnabled": true,
    "pluginPrefix": "<color=orange>ZLevels</color>:",
    "wipeDataOnNewSave": false
  },
  "NightBonus": {
    "broadcastEnabledBonus": true,
    "enableNightBonus": false,
    "logEnabledBonusConsole": false,
    "PointsPerHitAtNight": {
      "A": 60,
      "M": 60,
      "S": 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
    },
    "ResourcePerLevelMultiplier": {
      "A": 2,
      "M": 2,
      "S": 2,
      "WC": 2
    },
    "SkillColors": {
      "A": "#ADD8E6",
      "C": "#CCFF99",
      "M": "#DDDDDD",
      "S": "#FFDDDD",
      "WC": "#FFDDAA"
    }
  }
}
5d66db4201195.jpg?uid=5d66db72ac9cd RyanFromRust
Post your config

Done i hope thats what you needed

Alright so leveling crafting seems like it would take some time.
    "CraftingDetails": {
      "PercentFasterPerLevel": 5,
      "TimeSpent": 1,
      "XPPerTimeSpent": 3​

I guess a person would get 3XP every second that they're crafting, level 2 crafting would be twice as fast.
Your config looks correct. Do you see the ZLevels GUI panel on your screen? Are other things leveling?

5d66db4201195.jpg?uid=5d66db72ac9cd RyanFromRust
Alright so leveling crafting seems like it would take some time.
    "CraftingDetails": {
      "PercentFasterPerLevel": 5,
      "TimeSpent": 1,
      "XPPerTimeSpent": 3​

I guess a person would get 3XP every second that they're crafting, level 2 crafting would be twice as fast.
Your config looks correct. Do you see the ZLevels GUI panel on your screen? Are other things leveling?

I get everything in my screen except crafting while ive done 20 cap

I'm not sure. Bump up the XPPerTimeSpent and see if that does anything. Maybe o.reload ZLevelsRemastered
5d66db4201195.jpg?uid=5d66db72ac9cd RyanFromRust
I'm not sure. Bump up the XPPerTimeSpent and see if that does anything. Maybe o.reload ZLevelsRemastered
Just doesnt work sadly very pitty honestly
Percent faster 2200, time spent 1, cap 200. Send it. Reload.

Otherwise, I gotta test myself.
5d66db4201195.jpg?uid=5d66db72ac9cd RyanFromRust
Percent faster 2200, time spent 1, cap 200. Send it. Reload.

Otherwise, I gotta test myself.

Craft is locked by the plugin at 20.

5d66db4201195.jpg?uid=5d66db72ac9cd RyanFromRust
Percent faster 2200, time spent 1, cap 200. Send it. Reload.

Otherwise, I gotta test myself.

Yet again didnt work :/

Heartlesswolve

Yet again didnt work :/

Did you try copying my config and try that ?

5b7d22c4ef71f.jpg pookins

Did you try copying my config and try that ?

I indeed tried that aswell and yet same result only the thingd was bigger but no crafting on the screen 

Heartlesswolve

I indeed tried that aswell and yet same result only the thingd was bigger but no crafting on the screen 

What other plugins are you running ? I have over 65 running but no interference with this one