promotional bannermobile promotional banner

Discord Presence

Customizable communcation between minecraft chat + advancements and discord.

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

NeoForge

implementation "curse.maven:discord-presence-1573749:8251559"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.