From 32ebbaee40918043f0027b1ad5e594c2bba89296 Mon Sep 17 00:00:00 2001 From: Pedro Mendes Date: Wed, 13 Mar 2024 14:12:49 -0300 Subject: [PATCH] Bump to 1.2.0 --- README.md | 12 ++++++++++++ build.gradle | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6fd81f..5f79676 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,16 @@ messages: reply: '- §breply to §7%user%: %message%§r -\n' time: 'Time is %time% %emoji%\nDate is %month% %day%, Year %year%' online: 'There are %count% players online\n%players%' + pinned: 'Hey welcome to the chat!\nThere are %count% players online%players%' ``` + +## Telegram Commands + +- `/setthread` - When using threads, this command will set witch thread the events will be sent to +- `/setpin` - Send a message to the chat and pin it which will show dynamically the online players (bot needs to have pin permission) (beta) +- `/unsetpin` - Unpin the message that was pinned by `/setpin` (bot needs to have pin permission) (beta) + +## Minecraft Commands + +- `/tbreload` - Reload the TelegramBridge configuration file +- `/tbmention ` alias `/tbm` - Auto complete on users from telegram to mention them diff --git a/build.gradle b/build.gradle index 6bf27bd..ad85a86 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ shadowJar { } group = 'org.altart' -version = '1.1.0' +version = '1.2.0' repositories { mavenCentral()