viral32111 / discord-relay

Minecraft mod to relay chat messages between Minecraft & Discord.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Relay

CI CodeQL GitHub tag (with filter) GitHub repository size GitHub release downloads GitHub commit activity

This is a Minecraft Fabric mod that relays in-game chat messages to & from a Discord channel, allowing for easy communication between players on a Minecraft server & members in a Discord server.

This mod depends on my Events mod for mixin callbacks.

📅 History

Development of the Paper plugin concluded in June of 2021. It is still available on the paper branch and 0.2.0 release.

📥 Usage

Requires Fabric API Requires Fabric Language Kotlin

  1. Download the JAR file from the latest release.
  2. Download my Events mod.
  3. Place the JAR files in the server's mods directory.
  4. Start the server to initialise the mod for the first time.
  5. Configure appropriately in the config/viral32111/discordrelay.json file.
  6. Restart the server.

⚖️ License

Copyright (C) 2021-2023 viral32111.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses.

About

Minecraft mod to relay chat messages between Minecraft & Discord.

License:GNU Affero General Public License v3.0


Languages

Language:Kotlin 100.0%