Spigot plugin that bridges chat between Telegram and Minecraft
Go to file
MasterCake 178399bf94
Update README.md
add developer information + add jenkins build status badge
2022-02-08 19:25:18 +01:00
src/main Merge pull request #19 from iCaitlyn/master 2022-02-08 17:30:03 +00:00
.gitignore Add .gitignore for post-compilation files 2021-10-02 17:03:14 +02:00
LICENSE + added license 2017-12-26 18:56:37 +01:00
README.md Update README.md 2022-02-08 19:25:18 +01:00
pom.xml update minor version 2022-02-08 18:46:10 +01:00

README.md

GitHub last commit build status discord view on SpigotMC

resource icon

Welcome to the TelegramChat GitHub repository!

TelegramChat is a Bukkit plugin compatible with Paper/Spigot versions 1.7 through 1.18.*, that connects Telegram with Minecraft.

Usage

  1. Create a new bot by messaging the @BotFather and following the instructions.
  2. Obtain the token (/tokentype in Telegram) and type /linktelegram <token> to link the newly created Bot to your Server. This needs to be done once.
  3. Each user needs to be linked to their Telegram account in order to chat mc <-> telegram.

Private chats

  1. Your users need to type /telegram in-game to get a temporary code for linking
  2. The code is then sent to the Telegram bot.

Group chats

  1. As an admin, you need to set the privacy setting to disabled using the BotFather. This is done by typing /setprivacy and then disabled.
  2. Users just need to join the group to see the MC chat. They might want to link their account by posting their /linktelegram code in the group chat.

Developers

API

<repository>
  <id>spaceio-repo</id>
  <url>https://repo.spaceio.xyz/repository/maven-public/</url>
</repository>

<dependencies>
  <dependency>
    <groupId>xyz.spaceio</groupId>
    <artifactId>telegramchat</artifactId>
    <version>VERSION_HERE-SNAPSHOT</version>
    <scope>provided</scope>
  </dependency>
</dependencies>