Jump to content

/Restart: Difference between revisions

From fCraft Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{CommandBox
{{CommandBox
|name=Restart
|name=Restart
|purpose=Restarting down the server.
|purpose=Restarts the server.
|aliases=
|aliases=
|uses=/Restart [Delay] [Message]
|uses=/Restart <Delay>
 
/Restart <Delay> <Message>
 
/Restart Abort
|cat=Maintenance
|cat=Maintenance
|perm=ShutdownServer
|perm=ShutdownServer
Line 9: Line 13:
|v=0.500
|v=0.500
|}}
|}}
Restarts the server remotely. If you want the server to shut itself down, use [[/Shutdown]] instead.


Restarting the server with 5 seconds warning. If you want to totally shut down the server, you can use [[/Shutdown]]. You can also cancel a restart when counting down using <code>/Shutdown abort</code>
==<code>/Shutdown <Delay></code>==
:Restarts the server after a specified delay.


==<code>/Restart [Message]</code>==
==<code>/Shutdown <Delay> <Message></code>==
Restarting the server with a message displaying to all players on the server.
:Restarts the server after a specified delay. The given message is announced in the countdown.


==<code>/Restart [Delay]</code>==
==<code>/Shutdown Abort</code>==
Restarting down the server with chosen amount of seconds warning.
:Aborts any current shutdown or restart countdown. Equivalent to <code>/Shutdown abort</code>


==<code>/Restart [Delay] [Message]</code>==
{{LastUpdated|1400}}
Restarting down the server with chosen amount of seconds warning and with a message displaying to all players on the server.

Revision as of 02:29, 27 January 2012

Command
Restart

Restarts the server.

Usage

/Restart <Delay>

/Restart <Delay> <Message>

/Restart Abort

CategoryMaintenance
Required permissionsShutdownServer
Usable from console?Yes
Introduced infCraft 0.500

Restarts the server remotely. If you want the server to shut itself down, use /Shutdown instead.

/Shutdown <Delay>

Restarts the server after a specified delay.

/Shutdown <Delay> <Message>

Restarts the server after a specified delay. The given message is announced in the countdown.

/Shutdown Abort

Aborts any current shutdown or restart countdown. Equivalent to /Shutdown abort