egebilecen / PZServerDiscordBot

A Project Zomboid Discord Bot written in C# using Discord.NET to manage and execute commands on Project Zomboid Server.
GNU General Public License v3.0
67 stars 14 forks source link

[FEATURE REQUEST] Add Ability to send Tips to players #145

Open FGCflukey opened 1 month ago

FGCflukey commented 1 month ago

Is your feature request related to a problem? Please describe. Having a server with a lot of new players. It would be nice to send from a list of random tips. This could be populated in a .txt file

Describe the solution you'd like Allow a list (external file) where we can enter a bunch of random messages to send to all player. A message is picked randomly or in an order and sent every 30mins.

Describe alternatives you've considered I've written a side application to do this, but it would be nice if it was integrated into this bot.

Additional context Awesome bot btw.