Skip to content

hkva/fabric-discord-integration

Repository files navigation

Fabric Discord Integration build

Features:

  • Bidirectional chat relay
  • Attachment and hyperline formatting
  • Emoji support, including custom emoji
  • Scoreboard integration
  • RCON-like console control

Building

Install a Java 17 JDK and run ./gradlew build

Setting up a Discord bot

  1. Create a Discord Bot Application via the Discord Developer Portal
  2. Enable the "server members" and "message content" gateway intents (screenshot)

Installing

Download the latest version here

  1. Install the Fabric API on the dedicated server: CurseForge, Modrinth
  2. Install fabric-discord-integration-x.x.x.jar
  3. Launch the server
  4. Configure config/discord.json
  5. Run /discord loadConfig, then /discord reconnect

Discord Commands

  • mc!players
  • mc!rcon
  • mc!scoreboard

Minecraft Commands

  • /discord loadConfig
  • /discord reconnect
  • /discord status

Contributing

All contributions are welcome. If you have an idea for a new feature, please create an issue.

License

MIT