File Details
Discord Presence v0.18.0
- B
- Jun 15, 2026
- 146.52 KB
- 6
- 1.21.1
- NeoForge
File Name
discordpresence-neoforge-0.18.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Data-driven survey questions
Survey questions can now be added via data files — data/<namespace>/dp_surveys/*.json — from any datapack or mod, no code required, and reloadable with /reload. Each file's id (namespace:path) becomes the question id; the built-in NPS question stays first, then your questions (sorted by an optional order).
{ "prompt": "...", "scale_min": 0, "scale_max": 10, "allow_comment": true, "order": 100 }
The existing programmatic SurveyRegistry.register(...) API is unchanged.

