Skip to content

Commit 32ebbae

Browse files
committed
Bump to 1.2.0
1 parent eee62d2 commit 32ebbae

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,16 @@ messages:
4545
reply: '- §breply to §7%user%: %message%§r -\n'
4646
time: 'Time is %time% %emoji%\nDate is %month% %day%, Year %year%'
4747
online: 'There are %count% players online\n%players%'
48+
pinned: 'Hey welcome to the chat!\nThere are %count% players online%players%'
4849
```
50+
51+
## Telegram Commands
52+
53+
- `/setthread` - When using threads, this command will set witch thread the events will be sent to
54+
- `/setpin` - Send a message to the chat and pin it which will show dynamically the online players (bot needs to have pin permission) (beta)
55+
- `/unsetpin` - Unpin the message that was pinned by `/setpin` (bot needs to have pin permission) (beta)
56+
57+
## Minecraft Commands
58+
59+
- `/tbreload` - Reload the TelegramBridge configuration file
60+
- `/tbmention <user> <message>` alias `/tbm` - Auto complete on users from telegram to mention them

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ shadowJar {
99
}
1010

1111
group = 'org.altart'
12-
version = '1.1.0'
12+
version = '1.2.0'
1313

1414
repositories {
1515
mavenCentral()

0 commit comments

Comments
 (0)