Skip to main content

Scheduled Auto-Regulation

When auto-regulation.enabled: true, the plugin automatically switches profiles according to the configured daily schedule. Especially effective for servers with consistent peak and off-peak load patterns.

auto-regulation:
enabled: true
schedule:
- time: "08:00" # Morning — standard load
profile: survival
- time: "20:00" # Evening peak — maximize performance
profile: aggressive
- time: "03:00" # Overnight — few players, conserve resources
profile: conservative
  • Uses 24-hour format in the server JVM's local timezone
  • Scheduled profile changes notify online administrators if notify-admins: true
  • Schedule-based profile changes also trigger Discord notifications if notify-profile-changes: true