Compatibility
Minecraft: Java Edition
26.2
26.1.2
Platforms
Tags
Creators
Details
Licensed GPL-3.0-only
Published 6 days ago
uxmEssentials Discord add-on
The Discord bridge for uxmEssentials link Minecraft accounts to Discord, sync roles, and push audit and economy notifications, through JDA.
Paper 26.1.2 · Java 25 · Folia-ready · Companion to uxmEssentials · Open source (GPL-3.0)
What it does
This add-on powers uxmEssentials' discordlink module over JDA. Drop it on a Paper node, give it a bot token, and uxmEssentials gains a working Discord bridge:
- Account linking a player links their Minecraft account to their Discord account with a one-time code.
- Role sync keep Discord roles aligned with the linked account.
- Notifications push audit events and economy notifications from the server into Discord.
Without this jar the discordlink module stays dormant; with it, the bridge comes online.
Setup
- Drop
uxmEssentials-discord-0.3.0.jarinto your Paper server'splugins/folder, next to the main uxmEssentials jar. - Provide your Discord bot token in the discordlink module's config under
plugins/uxmEssentials/modules/discordlink/. - Restart. uxmEssentials only issues a link code once the bridge is connected, so
/uxmess doctorand the server log will confirm the bridge is live.
Folia-ready: the JDA login and message dispatch run off-tick via the async scheduler, never on a region or tick thread.


