You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Added with added intents configuration to README #22) Add bot intents configuration screenshot to README.md. (PSA: Enable all intents. Otherwise bot might not work properly.)
(Added with v1.7.0 #38) Fix restart announcer. It announces 1 min left message two times as announcer's interval is 30 seconds.
(Added with v1.7.0 #38) Improve restart announcer logic. For example, it announces 15 min left meanwhile 10 min left for the server restart. (This isn't issue with automated server restarts but when a mod update detected, bot owner might have set it to a value that isn't in announcement minute list which will cause the nearest minute in list to be announced. Just like the given example.)
(Added with v1.3.0 #26) Prevent being able to set command and log channel into same channel. With v1.2.2 #14, bot no longer responds to channels that has no commands assigned into them which is the case for the log channel as well. Note: You should still able to use !set_log_channel command in command channel without any issues.
(Added with v1.2.5 #21) People are able to change their server's main directory in server.bat file with -Duser.home=<path> parameter. Example: -Duser.home=D:\Server1_Data. Take this into considiration when parsing server .ini files.
(Added with v1.3.0 #26) Add a new command to see schedules' next execute time in minutes.
(Added with v1.3.0 #26) Update bot version checker to send messages to command channel, not log channel. (Check if last message sent to the command channel is new version available message. If not, send message)
(Added with v1.3.0 #26) Reduce message spam for workshop mod unlisted/private messages. (Perhaps make them being sent every day or when mod list updated)
(Added with v1.3.0 #26) Add !bot_info command to public channel. It will print out bot information and repo link.
(Added with v1.3.0 #26) Add semantic version class for performing efficient version checks.
Add filewatcher class. Will be used later for parsing log files.
Add in-game chat mirroring feature. (As a toggleable feature)
Add in-game notification mirroring feature. (As a toggleable feature. Such as logins, disconnects, deaths and perk changes)
Add feature to adding rotating auto announcement messages. (Messages will be announced in game.)
Add new command to update the bot to new version when server is not running.
(Added with v1.7.0 #38) Update logging function to print out formatted string with date. This removes the need of getting and formatting date manually.
(Added with v1.7.0 #38) Add a separate notification for pre-release version of bot to version checker.
(Added with v1.8.0 #43) Add translation system. (And mention it in README)
The text was updated successfully, but these errors were encountered:
I am no longer planning to add new features to this bot as I am quite busy in real life and have no incentive to work on this bot anymore, unlike in the past. So I am closing this issue for now.
Edit: I intend to actively maintain the bot, though.
Add bot intents configuration screenshot toREADME.md
. (PSA: Enable all intents. Otherwise bot might not work properly.)Fix restart announcer. It announces1 min left
message two times as announcer's interval is 30 seconds.Improve restart announcer logic. For example, it announces15 min left
meanwhile 10 min left for the server restart. (This isn't issue with automated server restarts but when a mod update detected, bot owner might have set it to a value that isn't in announcement minute list which will cause the nearest minute in list to be announced. Just like the given example.)Prevent being able to set command and log channel into same channel. With v1.2.2 #14, bot no longer responds to channels that has no commands assigned into them which is the case for the log channel as well.Note: You should still able to use !set_log_channel command in command channel without any issues.
People are able to change their server's main directory inserver.bat
file with-Duser.home=<path>
parameter. Example:-Duser.home=D:\Server1_Data
. Take this into considiration when parsing server.ini
files.Add a new command to see schedules' next execute time in minutes.Update bot version checker to send messages to command channel, not log channel. (Check if last message sent to the command channel is new version available message. If not, send message)Reduce message spam for workshop mod unlisted/private messages. (Perhaps make them being sent every day or when mod list updated)Add!bot_info
command to public channel. It will print out bot information and repo link.Add semantic version class for performing efficient version checks.Update logging function to print out formatted string with date. This removes the need of getting and formatting date manually.Add a separate notification for pre-release version of bot to version checker.Add translation system. (And mention it in README)The text was updated successfully, but these errors were encountered: