Command Reference: Time Limit - serversigns/ServerSigns GitHub Wiki

Command Aliases Syntax Description
timelimit timel, tl /svs timelimit <minimum|@|-> [maximum] Set the minimum & maximum date/time between which a ServerSign can be used

Parameters

Parameter Description
minimum|@|- If set to @, the minimum timelimit will remain unchanged and only the maximum value will be changed. If set to -, both the minimum timelimit and the maximum timelimit will be removed from the ServerSign. Otherwise this parameter should be a date & time value in this format: DDMMYY,HHMMSS (details below)
maximum This parameter should be a date & time value in this format: DDMMYY,HHMMSS (details below)

Date & Time Format

The date & time parameter should be a single 13 character string/word (no spaces) containing 6 numbers, a comma, then another 6 numbers. The first 6 numbers represent the date in the format DDMMYY where D = Day, M = Month, Y = Year. The last 6 numbers represent the time in the format HHMMSS where H = Hour, M = Minute, S = Second. All times should be provided in the 24-hour clock format. 7:32pm on 31st December 2015 would be represented as 311215,193200 (visualise it with separators like: 31/12/15,19:32:00 - but don't actually include them) |

Examples

/svs timelimit 251115,120000 Sets the minimum limit to 12pm on 25th November 2015

/svs timelimit 010116,000000 Sets the minimum limit to Midnight on 1st January 2016

/svs timelimit @ 251216,235959 Sets the maximum limit to 23:59:59 on 25th December 2016

/svs timelimit 010416,000000 060416,235959 Sets the minimum limit to midnight on 1st April 2016, and maximum limit to 23:59:59 on 6th April 2016