Unify is a Discord chat bridge for Hytale servers. It links in-game chat and a Discord channel so players and community members can communicate naturally across platforms.
Simple, lightweight, and focused on doing one thing well.
You will need:
Make sure the bot has:
Without webhook permissions, Unify cannot function.
Unify generates a config file that must be filled out. Everything is required except the webhook URL. That part is handled automatically.
```kotlin token = "YOURBOTTOKENHERE" guildId = 123456789012345678 chatChannelId = 123456789012345678 chatWebhookUrl = "AUTOGENERATED" ```
#### `token` Your Discord bot token. Keep this private. If it leaks, regenerate it immediately.
#### `guildId` The ID of the Discord server Unify should connect to.
#### `chatChannelId` The Discord channel where chat and death messages will appear.
#### `chatWebhookUrl` Do not modify this value. Unify creates and maintains the webhook automatically.
From Hytale to Discord:
From Discord to Hytale:
Nothing appears in Discord
Webhook errors
Duplicate messages
Unify uses Discord webhooks to keep chat readable and avoid cluttering the channel with bot messages. Logs usually explain issues clearly if something goes wrong.
Enjoy unified chat.
0 Comments