VoidExpanse/Server commands: Difference between revisions

From AtomicTorchWiki
Line 40: Line 40:
|<code>/whitelist <''add<nowiki>|</nowiki>remove<nowiki>|</nowiki>list''> [''player'']</code>
|<code>/whitelist <''add<nowiki>|</nowiki>remove<nowiki>|</nowiki>list''> [''player'']</code>
|<code>/whitelist add john123</code>
|<code>/whitelist add john123</code>
<code>/whitelist list</code>
|Add or remove a particular player to/from the whitelist. Or get a list of players who are added to that list.
|Add or remove a particular player to/from the whitelist. Or get a list of players who are added to that list.
|-
|-
|<code>/blacklist <''add<nowiki>|</nowiki>remove<nowiki>|</nowiki>list''> [''player'']</code>
|<code>/blacklist <''add<nowiki>|</nowiki>remove<nowiki>|</nowiki>list''> [''player'']</code>
|<code>/blacklist add john123</code>
|<code>/blacklist add john123</code>
<code>/blacklist list</code>
|Add or remove a particular player to/from the blacklist. Or get a list of players who are added to that list.
|Add or remove a particular player to/from the blacklist. Or get a list of players who are added to that list.
|-
|-
|<code>/op <''add<nowiki>|</nowiki>remove<nowiki>|</nowiki>list''> [''player'']</code>
|<code>/op <''add<nowiki>|</nowiki>remove<nowiki>|</nowiki>list''> [''player'']</code>
|<code>/op add john123</code>
|<code>/op add john123</code>
<code>/op list</code>
|Add or remove a particular player to/from the operator list. Player given operator permissions can use these commands. Or get a list of players who are added to that list.
|Add or remove a particular player to/from the operator list. Player given operator permissions can use these commands. Or get a list of players who are added to that list.
|}
|}

Revision as of 07:18, 22 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|list> [player] /whitelist add john123

/whitelist list

Add or remove a particular player to/from the whitelist. Or get a list of players who are added to that list.
/blacklist <add|remove|list> [player] /blacklist add john123

/blacklist list

Add or remove a particular player to/from the blacklist. Or get a list of players who are added to that list.
/op <add|remove|list> [player] /op add john123

/op list

Add or remove a particular player to/from the operator list. Player given operator permissions can use these commands. Or get a list of players who are added to that list.