We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I propose a way to run commands at an exact clock time, in addition to the existing "x minutes after server start" method.
As an example, I would want to run a series of commands to restart the server and warn players:
/broadcast Server restart in 10 minutes!
/broadcast Server restart in 5 minutes!
/broadcast Server restart in 1 minute!
/stop
If I were to do this a certain number of minutes/hours after the server is started, I may end up restarting it during peak playtimes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I propose a way to run commands at an exact clock time, in addition to the existing "x minutes after server start" method.
As an example, I would want to run a series of commands to restart the server and warn players:
/broadcast Server restart in 10 minutes!
/broadcast Server restart in 5 minutes!
/broadcast Server restart in 1 minute!
/stop
(server wrapper will handle the rest of the restart)If I were to do this a certain number of minutes/hours after the server is started, I may end up restarting it during peak playtimes.
The text was updated successfully, but these errors were encountered: