kibersportovich / Telegram-Minecraft

Fabric server mod for communicating with your friends in minecraft via telegram chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FabricAPI Mod Environment License

Requires Fabric API

Telegram-Minecraft

Fabric server mod for communicating with your friends in minecraft via telegram chat


configure your mod

  1. you need register a telegram bot via BotFather
  2. Change the bot's privacy settings in Botfather: 1) /setprivacy 2) choose your bot 3) Disable
  3. for step 3, you need add the created bot to the chat with your friends :)
  4. next, you must configure the bot in minecraft, to do this, enter the command /SetBot "your_bot_token" (you must have operator rights)
  5. get the id of your telegram chat, to do this, type in your telegram chat /get_chat
  6. specify your chat in minecraft, to do this, enter the command /SetChat your_telegram_chat_id (you must have operator rights)

Registration

you can link your telegram profile to your nickname in minecraft: in your bot type /reg

enter the resulting code in minecraft: /reg your_code

your nick color in chat without registration - #5555FF

with registration - #55FF55

all commands

  • /get_chat - get the id of this telegram chat
  • /SetBot "your_bot_token" - Set bot token
  • /SetChat "your_telegram_chat_id" - Set telegram chat
  • /reg "code" - To link your telegram profile and minecraft nickname
  • /del_tg - To unlink your telegram profile
  • /SetReg "on/off" - required/non-required registration

About

Fabric server mod for communicating with your friends in minecraft via telegram chat

License:GNU General Public License v3.0


Languages

Language:Java 100.0%