LakeYS / Dishorde

A Discord bridge bot for 7 Days to Die. Dishorde integrates a dedicated server with Discord, allowing players to access the game's chat from any device or location. Powered by discord.js.
http://lakeys.net/dishorde
MIT License
47 stars 27 forks source link

Option to disable the horde warnings #149

Open LakeYS opened 3 weeks ago

LakeYS commented 3 weeks ago

Servers can configure a variable blood moon through the "BloodMoonRange" setting which conflicts with the bot's horde timer. That one's not so easy to predict (unless we can spy it from the console somehow).

<property name="BloodMoonRange" value="0" />
<!-- How many days can the actual blood moon day randomly deviate from the above setting. Setting this to 0 makes blood moons happen exactly each Nth day as specified in BloodMoonFrequency -->
mad-001 commented 3 weeks ago

There's a log that says Blood Moon has started. Can it be pulled from the logs?