Skip to content

Releases: Aerhhh/DiscordChatBridge

Release v1.1.0

23 Jan 01:03

Choose a tag to compare

DiscordChatBridge v1.1.0

Webhook Support for Chat Messages

  • Added optional Discord webhook integration for relaying player chat
  • Configure WebhookUrl and enable UseWebhookForChat to send messages with player-styled usernames/avatars instead of the bot

Zone Discovery Notifications

  • New ZoneDiscovery event notifies Discord when players discover new zones
  • Supports %player%, %zone%, and %region% placeholders
  • Locale-aware zone/region display names via the Locale config options

Enhanced Kill Feed Formatting

  • Context-aware kill messages with multiple message variants:
    • Message - Default kill message
    • MessageWithItem - When killer used a melee weapon (%item%)
    • MessageWithProjectile - When killer used a ranged weapon (%projectile%)
    • MessageWithProjectileUnknown - Ranged kill with unknown projectile type
  • Placeholders: %killer%, %victim%, %item%, %projectile%

Refactored Configuration System

  • More dedicated configuration classes (DiscordConfig, EventsConfig, MessagesConfig, PlayerKillConfig)
  • Each event now has its own Enabled and Message fields for more granular control

Other Changes

  • Improved world change event handling with %from% and %to% placeholders

Release v

23 Jan 01:01

Choose a tag to compare

What's Changed

Full Changelog: ...v

v1.0.0

13 Jan 21:06

Choose a tag to compare

DiscordChatBridge v1.0.0

Overview

  • This plugin relays chat both ways between your Hytale server and Discord.
  • Shares events to Discord such as server start/stop, player joins/leaves, changing world, and kills/deaths. All of the messages are configurable in the plugin's config.json file

Installation

  • Place the jar in the server's mods folder, start once to generate the config.json, and then add your Discord bot token and channel ID. You will need to restart the server for it to take effect.

Configuration

  • You can toggle which events are relayed into Discord
  • Toggle whether Discord's role colors are displayed in the in-game chat
  • Block or allow @everyone and @here mentions
  • Filter bot and webhook messages