Planned Server Shutdown
Created by: [BR5DY] [thedude@br5dy.com]
http://www.br5dy.com/

This document can also be found in the script itself.

---------------------------------------------------------------------------

This script script is commonly used for those servers who don't want to run 24/7 :D

Allows an admin to specify a time for the server to shutdown with a 30 second notice to players.
Will also start a sequence if an admin wants to shutdown right then.

The shutdown time will be kept unless an admin deletes it.  So if you set it to shutdown at
2:00 AM, it will shutdown at 2:00 AM everyday until you delete the shutdown time.

The time is not perfectly exact, but it will shutdown within the minute.
Once the shutdown time hits, everyone is given a 30 second warning, 
and right before it disconnects you will hear "goodbye".

===========================================================================================
Make sure that read/write access is allowed and vault file is set
	- vault file should be: addons/adminmod/config/vault.ini
	- if that file doesn't exit, make a blank document and save it as that

Access to all of these commands is granted by a user with access to the admin_rcon command
	- can be changed in the script, but not recommended

ST is short for shutdown time - it makes it easier to remember
===========================================================================================


*COMMANDS:

 ----------------------------------------------------------------------------
 admin_st_status displays current shutdown time
 ----------------------------------------------------------------------------

 ----------------------------------------------------------------------------
 admin_st_set sets the shutdown time with these parameters:
 admin_st_set <hour> <minute>
 
 	<hour> must be in 24 hour military time format, between 00-23 - 2 digits
 	<minute> must be an actual minute, between 00-59 - 2 digits
 ----------------------------------------------------------------------------

 ----------------------------------------------------------------------------
 admin_st_delete deletes the shutdown time
 ----------------------------------------------------------------------------

 ----------------------------------------------------------------------------
 admin_st_now activates the shutdown sequence right then (given 30 second sequence)
 ----------------------------------------------------------------------------

 ----------------------------------------------------------------------------
 admin_st_abort aborts a shutdown process ONLY if the countdown has already started
 ----------------------------------------------------------------------------


Good luck, have fun, and enjoy!

[BR5DY]