ScheduledShutdown

Select the time you want your server to shutdown every day.

51

Quick challenge

How far can you run before the mobs catch you?

ScheduledShutdown

---

How to Use

1. Set the shutdown time in the configuration. 2. Set your timezone using this list of timezones.

Config Example

```yml shutdown-time: "23:30" # Format: HH:mm timezone: "Europe/Stockholm" # See TimeZones.md for valid timezone IDs ```

How Does It Work?

The server will automatically shut down every day at the time you specify in the configuration. This allows you to schedule recurring shutdowns without manual intervention.

ADS