Skip to content

Releases: egebilecen/PZServerDiscordBot

v1.11.5

05 Aug 17:40
4b087cb
Compare
Choose a tag to compare
  • Updated default localization. Since it is hard-coded, it requires the bot to be updated for changes to take effect.

v1.11.4

26 Jul 11:09
65bec2e
Compare
Choose a tag to compare
  • Fixed in game restart abort message.

v1.11.3

22 Jul 14:07
1103551
Compare
Choose a tag to compare
  • Fix for !abort_restart ignoring timed restarts. (Fixes #149, untested)
  • Added extra logging to some functions.

v1.11.2

08 Jun 17:26
488a718
Compare
Choose a tag to compare
  • Fix for bot not detecting the custom server path.

v1.11.1

13 Nov 09:32
32108a3
Compare
Choose a tag to compare

v1.11.1

  • Fix for increased crop growth after server restarts.

v1.11.0

06 Sep 16:28
e934e63
Compare
Choose a tag to compare

v1.11.0

In this version, scheduled restarts at specific times (for example at 06:00, 12:00, etc.) are added.

  • Added 2 new commands:
    • !set_restart_schedule_type - Set the server's restart schedule type. (!set_restart_schedule_type ["interval"|"time"])
    • !set_restart_time - Set the server's restart time(s). The time format is "HH:mm" (using 24-hour time). Server restart schedule type must be "time". (!set_restart_time [times separated by space])

This update was brought to you by @DomicidalDesigns. Thanks for his contribution.
This version has not been extensively tested. Please report any problems you encounter in Issues.

v1.10.0

02 Sep 09:55
f9c49a9
Compare
Choose a tag to compare

v1.10.0

  • Added 3 new commands:
    • !change_option - Changes a server option. (!change_option "[option]" "[newOption]")
    • !add_workshop_mod - Adds a workshop mod from the workshop mod url. (!add_workshop_mod [workshop mod urls with spaces in-between])
    • !remove_workshop_mod - Removes a workshop mod from the workshop mod url. (!remove_workshop_mod [workshop mod urls with spaces in-between])

This update was brought to you by @DomicidalDesigns. Thanks for his contribution.
This version has not been extensively tested. Please report any problems you encounter in Issues.

v1.9.1-stable

02 Jun 07:50
727acf9
Compare
Choose a tag to compare

v1.9.1

  • Messages sent from other bots are now not skipped. This allows other bots to send commands to Project Zomboid bot.

v1.9.0

17 Jan 09:50
0f814ff
Compare
Choose a tag to compare

v1.8.2

  • Potential fix for bot spamming (unintentional) bot started messages to log channel.
  • Some localization formatting fixes in translation. (8c5babe)

v1.9.0

  • Added one new command.

!server_cmd
Allows you to send inputs to the server console. (!server_cmd [text])

v1.8.1

23 Dec 00:45
10b14bd
Compare
Choose a tag to compare

v1.8.1

  • Fixed an issue with workshop mod update checker.