Skip to content

An Exiled (SCP:SL) Plugin that execute command after X time

Notifications You must be signed in to change notification settings

Vretu-Dev/AutoSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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'