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
70 stars 15 forks source link

Feature - Discord command to add/remove mods by providing the workshop link #91

Closed DomicidalDesigns closed 1 year ago

DomicidalDesigns commented 1 year ago

It would be nice to have a discord command to add mods by providing the mod link (or several links for adding multiple mods). This command would check if the server is shutdown, modify the servertest.ini file (under WorkshopItems and Mods), and then start the server.

Obstacles:

Thanks for the awesome bot. I don't have much experience with c# but I'd love to take a crack at adding features!

egebilecen commented 1 year ago

Completed in #93. Thank you for your contribution!