so, looking for a pretty simple plugin here. I need it so no matter what, when the server command is run to “restart” the server, if it crashes or anything, I need this plugin to overwrite it and make sure that it restarts up. So I need it to overwrite the command /restart and need it so you must enter a specified amount of time until restart. For example: /restart (time) [must be over 3 minutes]. I need it so you can edit the messages in chat when it notifies the players (in chat) that the server would be restarting.
I would also like a command where as /networkrestart restarts the bungee cord. Same features apply to this command aswell.
If you have any questions, feel free to ask!!
Make config something like this:
Server_Restart_Message:
- ‘——————————————-‘
- ‘Server is restarting in “x” amount of time!”
- ‘——————————————-‘
##If 30 minutes applies to the restart
30_Minute_Till_Restart_Message:
- ‘restarting in 30 minutes!’
##If 15 minutes applies to the restart
15_Minutes_Till_Restart_Message:
- ‘restarting in 15 minutes!’
##If 10 minutes applies to the restart
10_Minutes_Till_Restart_Message:
- ‘restarting in 10minutes!’
##If 5 minutes applies to the restart
5_Minutes_Till_Restart_Message:
- ‘restarting in 5 minutes!’
3_Minutes_Till_Restart_Message:
- ‘restarting in 3 minutes!’
1_Minute_Till_Restart_Message:
- ‘restarting in 1 minutes!’
30_Seconds_Till_Restart_Message:
- ‘restarting in 30 seconds!’
15_Seconds_Till_Restart_Message:
- ‘restarting in 15 seconds!’
10_Seconds_Till_Restart_Message:
- ‘restarting in 30 seconds!’
5_Seconds_Till_Restart_Message:
- ‘restarting in 5 seconds!’
4_Seconds_Till_Restart_Message:
- ‘restarting in 4 seconds!’
3_Seconds_Till_Restart_Message:
- ‘restarting in 3 seconds!’
2_Seconds_Till_Restart_Message:
- ‘restarting in 2 seconds!’
1 Second_Till_Restart_Message:
- ‘restarting in 1 seconds
Final_Server_Restart_Message:
- ‘Server is restarting now!’
I would also like a command where as /networkrestart restarts the bungee cord. Same features apply to this command aswell.
If you have any questions, feel free to ask!!
Make config something like this:
Server_Restart_Message:
- ‘——————————————-‘
- ‘Server is restarting in “x” amount of time!”
- ‘——————————————-‘
##If 30 minutes applies to the restart
30_Minute_Till_Restart_Message:
- ‘restarting in 30 minutes!’
##If 15 minutes applies to the restart
15_Minutes_Till_Restart_Message:
- ‘restarting in 15 minutes!’
##If 10 minutes applies to the restart
10_Minutes_Till_Restart_Message:
- ‘restarting in 10minutes!’
##If 5 minutes applies to the restart
5_Minutes_Till_Restart_Message:
- ‘restarting in 5 minutes!’
3_Minutes_Till_Restart_Message:
- ‘restarting in 3 minutes!’
1_Minute_Till_Restart_Message:
- ‘restarting in 1 minutes!’
30_Seconds_Till_Restart_Message:
- ‘restarting in 30 seconds!’
15_Seconds_Till_Restart_Message:
- ‘restarting in 15 seconds!’
10_Seconds_Till_Restart_Message:
- ‘restarting in 30 seconds!’
5_Seconds_Till_Restart_Message:
- ‘restarting in 5 seconds!’
4_Seconds_Till_Restart_Message:
- ‘restarting in 4 seconds!’
3_Seconds_Till_Restart_Message:
- ‘restarting in 3 seconds!’
2_Seconds_Till_Restart_Message:
- ‘restarting in 2 seconds!’
1 Second_Till_Restart_Message:
- ‘restarting in 1 seconds
Final_Server_Restart_Message:
- ‘Server is restarting now!’
Last edited:
