Compatibility
Minecraft: Java Edition
b1.7.3
Platforms
Supported environments
Links
Creators
Details

A Discord integration mod for Better Than Adventure 7.3 running on Babric mod loader.
Features
- Bidirectional Chat - Messages sync between Minecraft and Discord
- Join/Leave Notifications - Know when players connect or disconnect
- Death Messages - Death announcements posted to Discord
- Sleep Notifications - See when players go to bed
- Server Status - Server start/stop messages
- Player Avatars - Messages show player skins via webhooks
Installation
- Download
better_with_discord-1.0.0.jarfrom releases - Place the JAR in your server's
mods/folder - Start the server once to generate the config file
- Configure the mod (see below)
- Restart the server
Configuration
Edit config/better_with_discord.json:
{
"enable": true,
"token": "YOUR_BOT_TOKEN",
"channel": "CHANNEL_ID",
"serverpfp_url": "https://i.imgur.com/dJUId0O.png",
"servername": "Server"
}
| Option | Description |
|---|---|
enable |
Enable/disable the Discord integration |
token |
Your Discord bot token |
channel |
The Discord channel ID for chat messages |
serverpfp_url |
Avatar URL for server messages (start/stop, deaths, etc.) |
servername |
Display name for server messages |
Discord Bot Setup
- Go to Discord Developer Portal
- Create a new application
- Go to Bot tab and create a bot
- Enable these Privileged Gateway Intents:
- Message Content Intent
- Copy the bot token to your config
- Go to OAuth2 > URL Generator
- Select scopes:
bot - Select permissions:
Send Messages,Manage Webhooks,Read Message History - Use the generated URL to invite the bot to your server
- Copy the channel ID (right-click channel > Copy ID) to your config
Building from Source
./gradlew build
The output JAR will be in build/libs/.
License
Mozilla Public License Version 2.0 License - see LICENSE for details.



