Jump to content

/Shutdown: Difference between revisions

From fCraft Wiki
No edit summary
No edit summary
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=ShutdownServer
Line 10: Line 14:
|}}
|}}


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>
Shutting down the server remotely. If you want the server to restart itself, use [[/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.


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

Revision as of 02:23, 27 January 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


Shutting 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.