createSubmittedBookCopies

fun createSubmittedBookCopies(title: String, author: String, content: String, submittedBy: String, submittedById: String, salePrice: Int, submittedTimestamp: Long = 0): List<ItemStack>(source)

Creates one or more Lorekeeper-issued volumes for a submitted player book.

When submitted text exceeds Minecraft's single-book page limit, additional volume books are generated so no submitted content is discarded.