Kr4ken-9 / NewEssentials

The Essential plugin for Unturned, built on OpenMod
GNU General Public License v3.0
15 stars 13 forks source link

Review Afk Checker #21

Closed Kr4ken-9 closed 3 years ago

Kr4ken-9 commented 4 years ago

Possibly convert to just a long-running task instead of a service? Now that it is using session data there is not much reason for it to be a service. (Besides decoupling?)

Right now it's kind of messy to configure it as a service. I would like to hear opinions on whether it should remain a service or not.

archie426 commented 4 years ago

A PlayerSessions service and handle the data through that (as well as other stuff). Not sure how OpenMod handles this but I expect we will need to do some of it ourselves.