Can't get craft multiplier to enableFixed
heres my config
{
  "Default crafting rate percentage": 50.0,
  "Save commands to config (save config changes via command to the configuration)": true,
  "Simple Mode (better performance if you only want to use the crafting rate multiplier)": false,
  "Enable advanced options": true,
  "Allow crafting when inventory is full": false,
  "Complete crafting on server shut down": false,
  "Craft items with random skins if not already skinned": false,
  "Show Crafting Notes": false,​

just an example the hammers craft at 7 seconds,
hatchets 15..etc..their crafting at 50 % even though its disabled..

  "hammer": {
    "canCraft": true,
    "useCrafteRateMultiplier": false,
    "craftTime": 15.0,
    "defaultskinid": 0
  },
  "hatchet": {
    "canCraft": true,
    "useCrafteRateMultiplier": false,
    "craftTime": 30.0,
    "defaultskinid": 0
  },
  "knife.combat": {
    "canCraft": true,
    "useCrafteRateMultiplier": false,
    "craftTime": 15.0,
    "defaultskinid": 0
  },
  "mace": {
    "canCraft": true,
    "useCrafteRateMultiplier": false,
    "craftTime": 60.0,
    "defaultskinid": 0

Not sure what im doing wrong here. Trying to get certain items to craft at default while everything else crafts at 50%
Hey can you confirm which version you are using ? This issue should have been patched in 1.0.4
Locked automatically