Back to mods
DiscordBridge project artwork

CurseForge · Hytale mod

DiscordBridge

DiscordBridge is a lightweight Hytale server plugin that sends server events to Discord using a Discord Webhook.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which DiscordBridge release should I use?

Updated 6 months ago
Latest stable file DiscordBridge-0.1.1
Game version Not listed
Mod system Built-in Hytale mod system

DiscordBridge-0.1.1 targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.

Where it goes

Where should DiscordBridge be installed in Hytale?

Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does DiscordBridge-0.1.1 need?

DiscordBridge-0.1.1. Change the file and its required mods may change too.

No required dependencies listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.

Before you install it

Add DiscordBridge without breaking your instance.

Built for DiscordBridge-0.1.1. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use DiscordBridge-0.1.1. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside DiscordBridge-0.1.1. It opens that exact file at the source.

About this project

What does DiscordBridge add?

DiscordBridge Banner

🔗 DiscordBridge

DiscordBridge is a lightweight Hytale server plugin that sends server events directly to Discord using a Webhook.

No Discord bot.
No tokens.
No external hosting required.

Designed to be drop-in, easy to configure, and safe for public servers.


✨ Features

  • ✅ Server ONLINE / OFFLINE notifications
  • ✅ Player JOIN / LEAVE notifications
  • ✅ Discord embeds for join/leave events
  • ✅ Fully customizable embeds via config.json
  • ✅ Placeholder support:
    • {playerName}
    • {serverName}
    • {disconnectReason}
  • ✅ Works with Discord webhooks only
  • ✅ Survives Hytale API changes via reflection
  • ✅ Zero runtime dependencies

📦 Installation

  1. Download DiscordBridge-x.y.z.jar
  2. Place it in your Hytale server mods/ directory
  3. Start the server once (this generates config.json)
  4. Edit config.json and set your Discord webhook URL
  5. Restart the server

🔧 Creating a Discord Webhook

  1. Open Discord
  2. Go to Channel Settings → Integrations → Webhooks
  3. Click New Webhook
  4. Copy the Webhook URL
  5. Paste it into config.json

⌨️ Commands

/discordbridge reload

Reloads config.json without restarting the server.

Default permission:
discordbridge.reload

You can change this permission via reloadPermission in config.json

Workflow:

  1. Edit config.json
  2. Run /discordbridge reload
  3. Changes apply immediately

⚙️ Configuration (config.json)

{
  "webhookUrl": "PASTE_WEBHOOK_HERE",
  "serverName": "My Hytale Server",
  "sendServerStartStop": true,
  "sendJoinLeave": true,
  "useEmbedsForJoinLeave": true,

  "webhookUsername": "Hytale Bridge",
  "webhookAvatarUrl": "",

  "joinEmbed": {
    "title": "Player Joined",
    "description": "➕ **{playerName}** joined **{serverName}**",
    "color": 65280,
    "footerText": "{serverName}",
    "thumbnailUrl": "",
    "includeTimestamp": true
  },

  "leaveEmbed": {
    "title": "Player Left",
    "description": "➖ **{playerName}** left **{serverName}**\nReason: `{disconnectReason}`",
    "color": 16711680,
    "footerText": "{serverName}",
    "thumbnailUrl": "",
    "includeTimestamp": true
  }
}

NOTES

  • Embed color values are decimal integers (Discord format)
  • Leave fields blank to omit them from embeds
  • Some changes may require a server restart

Compatibility

  • Requires the official Hytale server
  • Built against the Hytale Server API
  • Java version must match the server runtime

Project description from CurseForge.

Recent files

DiscordBridge releases and Hytale builds

1 of 1 releases match

Looking for an older file? The official CurseForge project page is in Resources.