when i install the plugin to my server it halfs the crafting time, when i remove the plugin the crafting timer doesnt change back to normal, when i re add the plugin it halfs crafting time again
Crafting time speeds up when loaded
i figured it out opend the plugin and removed the lines 56-60
private void OnServerInitialized()
{
ItemManager.bpList.ForEach(item => item.time /= 3);
}
Oh snap thank you very much. I apologize for not seeing your post and thanks again for the fix.