Lorekeeper Quality Service
Evaluates the quality of submitted books using AI and applies reputation, feedback, and rewards.
Functions
Link copied to clipboard
fun evaluateBookSubmission(server: MinecraftServer, playerId: UUID, title: String, author: String, content: String, entries: List<LoreStorage.LoreEntry>)
Evaluates a submitted book and applies quality metadata, reputation, and rewards.
Link copied to clipboard
fun evaluateBookSubmissionWithoutPlayer(server: MinecraftServer, title: String, author: String, content: String, entries: List<LoreStorage.LoreEntry>)
Evaluates a submitted book when no player UUID is available.