When I save the data on my plugin, I do this.
foreach (var data in FurnaceStats) data.Value.Save(data.Key);however this makes the server lag like hell and takes 33000ms to complete. How do I save data without killing the server?