heres my config
Not sure what im doing wrong here. Trying to get certain items to craft at default while everything else crafts at 50%
{
"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": 0Not sure what im doing wrong here. Trying to get certain items to craft at default while everything else crafts at 50%