Slackbridge is a Fabric Minecraft <-> Slack chat relay for Minecraft 1.21.

Slackbridge is available to download on:
/slackbridge-info - Displays online players and performance stats/shrug <message> - Appends a shrug to the end of the message/slackbridge-info to something else. If you are using this in the Hack Club Slack workspace, you must change the
command name.{
"display_information": {
"name": "SlackBridge"
},
"features": {
"bot_user": {
"display_name": "SlackBridge",
"always_online": false
},
"slash_commands": [
{
"command": "/slackbridge-info",
"description": "See current server status",
"should_escape": false
}
]
},
"oauth_config": {
"scopes": {
"bot": [
"channels:history",
"chat:write",
"chat:write.customize",
"users:read",
"commands"
]
}
},
"settings": {
"event_subscriptions": {
"bot_events": [
"message.channels"
]
},
"interactivity": {
"is_enabled": true
},
"org_deploy_enabled": false,
"socket_mode_enabled": true,
"token_rotation_enabled": false
}
}
C01A2B3C4D5)config/slackbridge.json) and fill in the following fields:
slackBotToken - The Bot User OAuth TokenslackAppToken - The App TokenrelayChannelId - The Channel IDinfoCommand - The command name you set in the manifest. This will default to
/slackbridge-info - if you didn't change the manifest, you can leave this alone.