Aida-Enna / MognetPlugin

A simple plugin which allows you to send your Final Fantasy XIV parse data as a POST request to your server.
13 stars 20 forks source link

Added "time lock" system #9

Closed Aida-Enna closed 5 years ago

Aida-Enna commented 5 years ago

I've added a system that allows you to set a certain time for logs to be posted (and to otherwise ignore them) - It checks the time (using the PC's local time) when an encounter finishes and will send it if it's between the specified time (and the feature is enabled). Otherwise, it simply waits for the next one.

I did this because I kept leaving it on before/after raid and spamming our channel... I was going to add a "select duties to output" but I figure that would be way more complicated for no additional features compared to this.

I've tested it a bit and it seems to work fine but please double check my work etc.

castanhob commented 5 years ago

Looks good to me!