Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 599 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 599 Bytes

AutoServerRestart for EXILED

downloads

Features:

  • Restart after X time
  • Broadcast before 30 seconds to restart
  • Configurable command to be executed

Minimum Exiled Version: 8.9.8

Config:

AutoSR:
  is_enabled: true
  debug: false
  # Time after server will be restarted in seconds
  seconds_until_restart: 1800
  # Command to be executed eg: 'softrestart','restart','roundrestart'.
  command: 'softrestart'
  # Broadcast to be displayed.
  broadcast_message: 'Server will be restarted within 30 seconds'