VoidExpanse/Server commands: Difference between revisions
Atomic-admin (talk | contribs) |
Atomic-admin (talk | contribs) |
||
Line 25: | Line 25: | ||
! width="25%" align="center" | Example | ! width="25%" align="center" | Example | ||
! width="50%" align="center" | Description | ! width="50%" align="center" | Description | ||
|- | |||
|<code>/save</code> | |||
|<code>/save</code> | |||
|Saves the game immediately. | |||
|- | |- | ||
|<code>/list</code> | |<code>/list</code> | ||
|<code>/list</code> | |<code>/list</code> | ||
|Will return a list of all people on the server. | |Will return a list of all people on the server. | ||
|- | |||
|<code>/kick <''player''> [reason]</code> | |||
|<code>/kick john123 because I don't want to see you on the server</code> | |||
|Kick a particular player from the server. You could also specify the reason for kicking. | |||
|- | |- | ||
|<code>/whitelist <''add<nowiki>|</nowiki>remove''> [''player'']</code> | |<code>/whitelist <''add<nowiki>|</nowiki>remove''> [''player'']</code> | ||
Line 37: | Line 45: | ||
|<code>/blacklist add john123</code> | |<code>/blacklist add john123</code> | ||
|Add or remove a particular player to/from the blacklist. | |Add or remove a particular player to/from the blacklist. | ||
|- | |- | ||
|<code>/op <''add<nowiki>|</nowiki>remove''> [''player'']</code> | |<code>/op <''add<nowiki>|</nowiki>remove''> [''player'']</code> | ||
|<code>/op add john123</code> | |<code>/op add john123</code> | ||
|Add or remove a particular player to/from the operator list. Player given operator permissions can use these commands. | |Add or remove a particular player to/from the operator list. Player given operator permissions can use these commands. | ||
|} | |} |
Revision as of 03:55, 19 May 2014
Admin commands
These are the commands that OP (server operator) can use in multiplayer.
Legend
If you see... | Then |
---|---|
<angle brackets> | This is a required argument. |
[square brackets] | This is an optional argument. |
plain text | Enter this literally, exactly as shown. |
x | y | z | Select one of the options. |
List of commands
Command | Example | Description |
---|---|---|
/save
|
/save
|
Saves the game immediately. |
/list
|
/list
|
Will return a list of all people on the server. |
/kick <player> [reason]
|
/kick john123 because I don't want to see you on the server
|
Kick a particular player from the server. You could also specify the reason for kicking. |
/whitelist <add|remove> [player]
|
/whitelist add john123
|
Add or remove a particular player to/from the whitelist. |
/blacklist <add|remove> [player]
|
/blacklist add john123
|
Add or remove a particular player to/from the blacklist. |
/op <add|remove> [player]
|
/op add john123
|
Add or remove a particular player to/from the operator list. Player given operator permissions can use these commands. |