mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Alerts ChatBot: Support trigger on weather change
This commit is contained in:
parent
1d52d1eadd
commit
81a9955081
8 changed files with 147 additions and 19 deletions
|
|
@ -444,6 +444,12 @@ cmd.useitem.use=Used an item
|
|||
[bot]
|
||||
# ChatBots. Naming style: bot.<className>.<msg...>
|
||||
|
||||
# Alerts
|
||||
bot.alerts.start_rain=§cWeather change: It's raining now.§r
|
||||
bot.alerts.end_rain=§cWeather change: It's no longer raining.§r
|
||||
bot.alerts.start_thunderstorm=§cWeather change: It's a thunderstorm.§r
|
||||
bot.alerts.end_thunderstorm=§cWeather change: It's no longer a thunderstorm.§r
|
||||
|
||||
# Anti AFK
|
||||
bot.antiafk.not_using_terrain_handling=The terrain handling is not enabled in the settings of the client, enable it if you want to use it with this bot. Using alternative (command) method.
|
||||
bot.antiafk.invalid_range_partial=Invalid time range provided, using the first part of the range {0} as the time!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue