Jump to content

/Shutdown: Difference between revisions

From fCraft Wiki
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
/Shutdown Abort
/Shutdown Abort
|cat=Maintenance
|cat=Maintenance
|perm=ShutdownServer
|perm={{rperm|ShutdownServer}}
|console=Yes
|console=Yes
|v=0.474
|v=0.474
|}}
|}}


Shuts down the server remotely. If you want the server to restart itself, use [[/Restart]] instead.
Shuts down the server remotely. If you want the server to restart itself, use {{cmd|Restart}} instead.


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


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


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

Latest revision as of 02:37, 22 August 2012

Command
Shutdown

Shutting down the server.

Usage

/Shutdown <Delay>

/Shutdown <Delay> <Message>

/Shutdown Abort

CategoryMaintenance
Required permissionsShutdownServer
Usable from console?Yes
Introduced infCraft 0.474


Shuts down the server remotely. If you want the server to restart itself, use /Restart instead.

/Shutdown <Delay>

Shuts down the server after a specified delay.

/Shutdown <Delay> <Message>

Shuts down 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 /Restart abort