Jump to content

/Shutdown: Difference between revisions

From fCraft Wiki
BobKare (talk | contribs)
Created page with "{{CommandBox |name=Shutdown |purpose=Shutting down the server. |aliases= |uses=/Shutdown [Delay] [Message] |cat=Maintenance |perm=ShutdownServer |console=Yes |}} Shutting down t..."
 
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
|purpose=Shutting down the server.
|purpose=Shutting down the server.
|aliases=
|aliases=
|uses=/Shutdown [Delay] [Message]
|uses=/Shutdown <Delay>
 
/Shutdown <Delay> <Message>
 
/Shutdown Abort
|cat=Maintenance
|cat=Maintenance
|perm=ShutdownServer
|perm={{rperm|ShutdownServer}}
|console=Yes
|console=Yes
|v=0.474
|}}
|}}


Shutting down the server with 5 seconds warning. If you only want to restart the server, you can use [[/Restart]]. You can also cancel a shutdown when counting down using <code>/Shutdown abort</code>
Shuts down the server remotely. If you want the server to restart itself, use {{cmd|Restart}} instead.
 
==<code>/Shutdown <Delay></code>==
:Shuts down the server after a specified delay.


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


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


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

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