Vote Data Artifact
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"