plugin_method_time.sma
Server Time/Date Stopwatch/Alarm Plugin

Coded by [geist.method]
Haelfire (c)
"Powered by AdminMod"

code snippets credit to their original author(s)
heh, yea, my code is sloppy and could stand to be cleaned up, but
at least it works ;) if you can improve upon it, please do...

Usage: 
say 'thetime' or a sentence with both 'the' and 'time' ie;
'Hey, what's the time?'to display and speak server
time/date to all clients

admin_stopwatch starts a simple counter, admin_stopwatch
stops it and displays the elapsed difference (also
speaks 'enabled'/'disabled')

admin_alarmstatus displays current alarms

admin_alarmXset sets alarm X with these params:
admin_alarmXset <hour> <minute> <repeat> <msg>
<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
<repeat> either 1 to repeat daily, or 0 for a single occurance
<msg>(optional) the thing you want it to say,
(ie; "Laf. It's 8:00... time for bed, you silly bear.")
example: admin_alarm1set 23 59 1 Hello^nWorld!
alarm goes off every day at 11:59PM, saying
"Hello^nWorld" - ^n equals line return, no quotes
or another example; say your server is set to go down
at a certain time... an alarm set a few minutes
before with some kind of warning would be nice... right? 
alarm msg is centersay with a random color, feel free to change ;)

admin_alarmXdel deletes alarm X

verify read/write access is allowed and vault file is set

my next project is a pack of games
(blackjack, magic 8 ball, hangman.. stuff like that)
for the dead to play while they wait for
the round to end... good idea? ;)

bugs? problems? questions? comments? hit me up at gideonv2@hotmail.com