mirror of
https://github.com/amalthea-mc/spigot-tg-bridge.git
synced 2024-11-08 19:51:04 +00:00
Update version
This commit is contained in:
parent
5b4374f0c9
commit
b0bdac4f84
@ -8,7 +8,7 @@ object Constants {
|
||||
const val noUsername = "Bot username must be defined."
|
||||
}
|
||||
object INFO {
|
||||
const val reloading = "Reloading plugin... This may take some time."
|
||||
const val reloading = "Reloading..."
|
||||
const val reloadComplete = "Reload completed."
|
||||
}
|
||||
object TIMES_OF_DAY {
|
||||
|
@ -7,9 +7,9 @@ serverStopMessage: "Server stopped."
|
||||
logJoinLeave: true
|
||||
logFromMCtoTG: true
|
||||
logFromTGtoMC: true
|
||||
logPlayerDeath: false
|
||||
logPlayerDeath: true
|
||||
logPlayerAsleep: false
|
||||
minecraftFormat: "<%username%>: %message%"
|
||||
minecraftFormat: "§6§l%username%§r (from §o%chat%§r): §b%message%§r"
|
||||
telegramFormat: "<i>%username%</i>: %message%"
|
||||
strings:
|
||||
online: "<b>Online</b>"
|
||||
@ -17,6 +17,6 @@ strings:
|
||||
joined: "<i>%username%</i> joined."
|
||||
left: "<i>%username%</i> left."
|
||||
commands:
|
||||
time: 'time'
|
||||
online: 'online'
|
||||
chat_id: 'chat_id'
|
||||
time: "time"
|
||||
online: "online"
|
||||
chat_id: "chat_id"
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: SpigotTGBridge
|
||||
version: "0.18"
|
||||
version: "0.19"
|
||||
api-version: "1.15"
|
||||
main: org.kraftwerk28.spigot_tg_bridge.Plugin
|
||||
description: Telegram <-> Minecraft communication plugin for Spigot.
|
||||
|
Loading…
Reference in New Issue
Block a user