This is Chat Age. It is a Minecraft Mod for 1.18.1
You put a Discord webhook into the config file, and it mirrors your Minecraft chat messages into your Discord chat channel. Pretty simple and effective.
This mod depends on Kotlin for Forge to be installed.
See config/chat_age.yaml
for configuration options. A blank config will be
generated on first start of the server for you.
webhookUrl: https://discord.com/api/webhooks/###/###
botName: Your Cool Bot Name
avatarUrl: https://cdn.discordapp.com/avatars/150415367439646720/44ae51926c0f909b0c6ef55522b33b81.webp
I've redacted my webhook token data but the ###
sections would contain
alphanumeric characters. avatarUrl
is omitted if it's empty (it'll use the
Discord default); it need not refer to Discord's CDN, any publicly-hosted image
file of the right type should do.
- Click the gear icon to the right of the channel name you want messages to be sent to
- Click the "Integrations" tab on the left side.
- Click "Webhooks"
- Click the "New Webhook" button.
- Optionally, name the webhook bot (it gets overwritten by the mod)
- Copy the webhook URL and paste it into the config as above.
- Profit.