DelayCommand
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.
-
View User Profile
-
Send Message
Posted Jun 24, 2014@vinicius2013 Here is alternative. It works: http://dev.bukkit.org/bukkit-plugins/command-delayer/
-
View User Profile
-
Send Message
Posted Apr 26, 2013sucks, does not work
-
View User Profile
-
Send Message
Posted Jun 28, 2012Can I ask if you will ever add support for CommandHelper (alias plugin)?
-
View User Profile
-
Send Message
Posted May 26, 2012The new update will be available soon! It contains presets (suggested by HawkFalcon) and color coded messages (suggested by Invert_Tails).
-
View User Profile
-
Send Message
Posted May 26, 2012I am working on preset delays and color support! The update will be available within the hour.
Update: Taking a little longer than expected, but I think I'm almost finished. Thanks for your patience
-
View User Profile
-
Send Message
Posted May 26, 2012Its great but adding color support to the message broadcasted would be nice. :3
-
View User Profile
-
Send Message
Posted May 24, 2012Unrelated, can you put the source on GitHub?
-
View User Profile
-
Send Message
Posted May 24, 2012Nice! Would be cool to add a feature to remember or create your own delays, like /delay n<name> c t m then you could say /delay r(the name of the command)
Just an idea:D
So instead of having to type /delay c:stop t:60 m:Stopping the server in 1 minute
you could type /delay n:stop c:stop t:60 m:Stopping the server in 1 minute once, then the next time /delay r:stop
Or something ;p