Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt

Use this file to discover all available pages before exploring further.

The Vote Data Artifact stores the tally and participant list for a poll.

Data

  • Votes: Map of Player UUID -> Selected Option.
  • Counts: Cached totals for each option.

Usage

Create one artifact per poll (or reuse if you want shared results).
artifact:
  type: vote_data_artifact
  artifactId: "poll_results_2024"