mirror of
https://github.com/amalthea-mc/spigot-tg-bridge.git
synced 2024-11-08 19:51:04 +00:00
Update plugin version
This commit is contained in:
parent
399c43480f
commit
7c45aa2140
@ -177,7 +177,6 @@ class TgBot(
|
||||
val messageText = username?.let { formatMsgFromMinecraft(it, text) } ?: text
|
||||
config.allowedChats.forEach { chatId ->
|
||||
scope.launch {
|
||||
delay(1000)
|
||||
api.sendMessage(chatId, messageText)
|
||||
}
|
||||
}
|
||||
|
@ -1,10 +1,10 @@
|
||||
name: SpigotTGBridge
|
||||
version: 0.0.15
|
||||
api-version: '1.15'
|
||||
version: "0.16"
|
||||
api-version: "1.15"
|
||||
main: org.kraftwerk28.spigot_tg_bridge.Plugin
|
||||
description: Telegram <-> Minecraft communication plugin for Spigot.
|
||||
load: STARTUP
|
||||
commands:
|
||||
tgbridge_reload:
|
||||
description: 'Reload Spigot TG bridge plugin'
|
||||
description: "Reload Spigot TG bridge plugin"
|
||||
usage: /<command>
|
||||
|
Loading…
Reference in New Issue
Block a user