DelayCommand is a simple plugin that allows delaying commands with server wide message broadcast. This is especially useful for performing an action on your server such as shutting it down after a certain amount of time and letting users know its happening.
Usage: /delay c:[command] t:[delayTimeSeconds] m:[messageToBroadcast]
Permission: DelayCommand.delay
Usage examples:
Stop the server in 1 minute and let the all players know
/delay c:stop t:60 m:Stopping the server in 1 minute
Deop a player after 5 minutes
/delay c:deop player t:300
Save the terrain in 30 seconds and let all players know
/delay c:save-all t:30 m:Saving in 30 seconds, you may experience lag
Access help using /delay, /delay ?, /delay help [page number]
Run presets with /delay preset run n:[presetName]
Add presets with /delay preset add n:[presetName] c:[command] t:[delayTimeSeconds] m:[messageToBroadcast]
Remove presets with /delay preset remove n:[presetName]
You can type the delay command arguments in any order you want. It has the aliases dc and delay command.

