Question about cubing

D2Bot# 19.3.3.100

So I want my bot(s) to craft, crafted items, runewords and rune upgrades all at the same time so i’m wondering if you can do that, or if I messed up the config file/section for it.

Also i’m trying to make heavy glove 2/20 for Javazon but my bot(s) just sell any Magic heavy gloves + instead of cubing them and not making them.

So this is my config/code/section

Config.Recipes.push([Recipe.Rune, "Pul Rune"]); // Upgrade Pul to Um
	Config.Recipes.push([Recipe.Rune, "Um Rune"]); // Upgrade Um to Mal
	Config.Recipes.push([Recipe.Rune, "Mal Rune"]); // Upgrade Mal to Ist
	Config.Recipes.push([Recipe.Rune, "Ist Rune"]); // Upgrade Ist to Gul
	Config.Recipes.push([Recipe.Rune, "Gul Rune"]); // Upgrade Gul to Vex
	Config.Recipes.push([Recipe.Rune, "Vex Rune"]); // Upgrade to Ohm
	Config.Recipes.push ([Recipe.Rune, "Ohm Rune"]); // Upgrade to Lo
	Config.Recipes.push ([Recipe.Rune, "Lo Rune"]); // Upgrade to Sur 
	Config.Recipes.push ([Recipe.Rune, "Sur Rune"]); // Upgrade to Ber
	//Config.Recipes.push ([Recipe.Rune, "Ber Rune"]); // Upgrade to Jah

	Config.Recipes.push([Recipe.Caster.Amulet]); // Craft Caster Amulet
	Config.Recipes.push([Recipe.Blood.Ring]); // Craft Blood Ring
	Config.Recipes.push([Recipe.Blood.Helm, "Armet"]); // Craft Blood Armet
	Config.Recipes.push([Recipe.Blood.Gloves]); //Craft Blood Gloves

	Config.Runewords.push([Runeword.Insight, "Cryptic Axe", Roll.Eth]); // Make ethereal Insight Cryptic Axe
	Config.Runewords.push([Runeword.Infinity, "Cryptic Axe", Roll.Eth]); //Make ethereal Infinifty Cryptic Axe

	Config.KeepRunewords.push("[type] == polearm # [meditationaura] == 17");

	Config.Runewords.push([Runeword.Spirit, "Monarch", Roll.NonEth]); // Make Spirit Monarch

Did you set Config.Cubing = true; ?
check https://github.com/blizzhackers/documentation/blob/master/kolbot/Cubing.md/#crafting