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