File Details
MCA: Quests 0.9.1 (Forge 1.20.1)
- R
- Jul 12, 2026
- 865.10 KB
- 409
- 1.20.1
- Forge
File Name
mcaquests-0.9.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
[0.9.1] - 2026-07-11
Address the player by their MCA character name (the name set in MCA's character-creation screen)
instead of their Minecraft username wherever the mod names them. Existing saves and datapacks are
unaffected — the new {player} token is optional, and every name lookup falls back to the Minecraft
username when MCA is absent or no character name was set.
Added
{player}dialogue token — quest authors can now write the player's MCA character name into any quest'sdialogue,title, and chain arc/chapter text (e.g."Well met, {player}!"), not just template quests. It is a reserved token that cannot be shadowed by a template variable namedplayer, falls back to the Minecraft username when MCA is absent or no name is set, and is dialogue-only (never substituted into objective/reward JSON). Resolved server-side per recipient, so situation broadcasts name each nearby player correctly. Documented inDATAPACK.md.
Changed
- Admin command feedback uses the MCA name — the chat messages from
/mcaquests title grant|list|clearnow show the target player's MCA character name instead of their Minecraft username (with the username as a safe fallback). Debug logs continue to use the username for account-level troubleshooting.