await Book Input As List
fun Player.awaitBookInputAsList(timeoutSeconds: Int = 1 * 60, callback: (PlayerInputResult<List<String>>) -> Unit): ItemStack
Content copied to clipboard
Opens a book and uses the text the player inserted on all sites as the players' input. In this case, every page is represented by one string element in a list of strings.