Easy.
setCraftRecipe(Elm Lumber)
startCrafting(50)
setCraftRecipe(Walnut Lumber)
startCrafting(50)
setCraftRecipe(Sandteak Lumber)
startCrafting(50)
You will need the mats for it, but this will craft all the items you listed. If you don’t have the mats, you might need to additionally download a grid for each mat and create additional operations before crafting, like:
teleport( Location where your first mat is )
job( The job that can gather the mat, abbreviated as either BTN or MIN )
waypoint ( any waypoint on the grid )
startGathering(13) //13 because every node has a minimum of 4 items, giving you more than 50 mats
Do that for every mat and then put this line before your crafting stuff:
job( the job for your craft, like CRP for carpenter )