Description
Use code UP1 when buying Hytale if you want to support me!
DiscordBridge lets you link your server chat to a discord channel.
You can chat with players, as well as run commands to be executed on the server.
You will need to create a bot application in discord's developer portal, and input the bot token into the config file (see below).
!! IMPORTANT: to see messages from discord appear ingame, the bot needs to have the Message Content Intent enabled on the application dashboard !!
On first launch, the bot will create a configuration file template, or you can copy this one and fill in the required values:
{
"DiscordToken": "YOUR_BOT_TOKEN_HERE",
"Roles": {
"ServerOperators": [
"000000000000000000"
]
},
"Channels": {
"DefaultChannelId": "000000000000000000"
}
}
Running commands can be done via !console <command> as long as you have configured at least one admin user or role in the config file.
The mod also has a shortcut for adding people to the whitelist, via `!whitelist <name>`



