English | 日本語
Cross-server chat mod for Minecraft.
After an API key has entered into the config (and saved), this mod will attempt to connect to api-ktor.azisaba.net
to connect you to the InterChat server which we host on private infrastructure and Cloudflare (a third-party service).
Also, messages you sent to a guild will be logged to prevent abuse. See Private Policy (English translation) for details on what data we collect and how we use it.
If you are not comfortable with this, don't use this mod or, you can override the API host in the config.
Deletion of your message data can be requested by contacting us at our Discord server.
This mod currently has the following limitations:
- English support is experimental. Client-side is fully translated, but server-side is not. For example, command responses will be in Japanese.
- Creation of guilds is not supported yet. You can only create guilds through the Minecraft server. If you are using the default API host, you can create guilds by connecting to the
mc.azisaba.netand typing/guild create <name>.
None. Use /interchatconfig to open the config screen.
- Get an API key from the server. By default, you would need to connect to
mc.azisaba.netand type/apikeyin-game.- Message from
/apikeyis not translated at time of writing. Sorry! Please click the message with the underline to copy the API key.
- Message from
- You may use Mod Menu to open the config screen if you have it installed. Otherwise, you can use
/reconnectinterchat <api key>in-game. /cgs <guild> [message]to select a guild or chat in a guild./cg <message>to chat in the guild previously selected with/cgs.Chat without commandconfig to make default chat guild chat. Prefix with '!' to temporarily disable.
./gradlew build
For a Fabric jar, you know what to do.
For a Forge jar, you need to use -srg jar when you put it in your mods folder.
- InterChat – Server-side plugin for Spigot, Paper and Velocity.
- api – WebSocket-based API which actually powers InterChatMod.
- GuildChatDiscord – Discord Bot for InterChat.