vincss / mcEmptyServerStopper

Stop your minecraft server when no one is connected
https://www.spigotmc.org/resources/emptyserverstopper.19409/
44 stars 4 forks source link

Bug: Timer not starting without joining #21

Closed Flo2410 closed 1 month ago

Flo2410 commented 1 month ago

If I start my Paper server, but nobody joins it, the timer is not started. I would expect the server to stop automatically, even without someone needing to join. Maybe you could start the timer on plugin activation/server start.

vincss commented 1 month ago

Hi, There is a setting for that in the configuration file : ".\plugins\EmptyServerStopper\config.yml". => ShutdownAtStart

Flo2410 commented 1 month ago

Thanks! I feel so stupid that I missed that...

vincss commented 1 month ago

I edited the readme hopes it will be more clear that way. ;-)