- Get download from curseforge and put in mods folder
- Create your telegram bot in Telegram with BotFather
- Turn off Privacy mode in
Bot Settings->Group Privacy - Add bot in telegram group
- Add telegram chat id in telegrambridge.cfg (you can use GetChatBot)
- Change text block in config
- Check it!
- You can use ServerLocalization for better support
Most modules build from the repository root:
./gradlew build
bridge-1.20 is a standalone build and is deliberately not part of the root build. Forge 1.20.1
requires ForgeGradle 6, Gradle 8 and Java 17, which the legacy modules (ForgeGradle 4.1, and the
1.7.10 fork) cannot run on. Build it from its own directory with a Java 17 toolchain available:
cd bridge-1.20 && ./gradlew build

