SubmittedBook

data class SubmittedBook(val title: String, val author: String, val content: String, val submittedBy: String, val submittedById: String = "", val timestamp: Long, val qualityScore: Int = 0)(source)

A player-submitted written book preserved for future sale by the Lorekeeper.

Constructors

Link copied to clipboard
constructor(title: String, author: String, content: String, submittedBy: String, submittedById: String = "", timestamp: Long, qualityScore: Int = 0)

Properties

Link copied to clipboard

Original submitted author

Link copied to clipboard

Full submitted content

Link copied to clipboard

Quality score (0-10) assigned by archival review

Link copied to clipboard

Player who sold this book to the Lorekeeper

Link copied to clipboard

UUID string of the submitting player

Link copied to clipboard

Submission timestamp (milliseconds)

Link copied to clipboard

Original submitted title