Jump to content

/Restart: Difference between revisions

From fCraft Wiki
No edit summary
No edit summary
Line 10: Line 10:
/Restart Abort
/Restart Abort
|cat=Maintenance
|cat=Maintenance
|perm=ShutdownServer
|perm={{rperm|ShutdownServer}}
|console=Yes
|console=Yes
|v=0.500
|v=0.500
|}}
|}}
Restarts the server remotely. If you want the server to shut itself down, use [[/Shutdown]] instead.
Restarts the server remotely. If you want the server to shut itself down and not start back up, use {{cmd|Shutdown}} instead.


==<code>/Restart <Delay></code>==
==<code>/Restart <Delay></code>==
Line 23: Line 23:


==<code>/Restart Abort</code>==
==<code>/Restart Abort</code>==
:Aborts any current shutdown or restart countdown. Equivalent to <code>/Shutdown abort</code>
:Aborts any current shutdown or restart countdown. Equivalent to {{cmd|Shutdown|abort}}


{{LastUpdated|1400}}
{{LastUpdated|1650}}

Revision as of 02:36, 22 August 2012

This command is very unreliable under Mono. Use /Shutdown instead!
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 and not start back up, use /Shutdown instead.

/Restart <Delay>

Restarts the server after a specified delay.

/Restart <Delay> <Message>

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

/Restart Abort

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