User:DRY411S: Difference between revisions
Line 7: | Line 7: | ||
=== Console Commands for player management === | === Console Commands for player management === | ||
Where <player> is used, you should type the name of a player. Where a / is used between < and > braces this indicates a list of options that can be used. Anywhere else where the < and > braces are used, you may type any text. | Where <player> is used, you should type the name of a player. Where a / is used between < and > braces this indicates a list of options that can be used. Anywhere else where the < and > braces are used, you may type any text. | ||
Print a list of game admins | |||
<pre>/admins</pre> | |||
: | Ban a player. | ||
<pre>/ban <player> <reason></pre> | |||
:The <reason> is stored where? | |||
To manage the banned list | |||
<pre>/banlist <add/remove/get/clear></pre> | |||
:add - is the same as /ban <player> <reason> | :add - is the same as /ban <player> <reason> | ||
:remove - is the same as /unban <player> | :remove - is the same as /unban <player> | ||
:get - prints a list of banned players | :get - prints a list of banned players | ||
:clear - unbans all banned players | :clear - unbans all banned players | ||
Print a list of banned players (is the same as /banlist get) | |||
<pre>/bans</pre> | |||
Delete the blueprint library storage for the player (if offline) from the save file. | |||
<pre>/delete-blueprint-library <player></pre> | |||
:If instead of <player>, you type "everybody confirm" (without the quotation marks) the blueprint libraries of every offline player will be removed | |||
Demote a player from being an admin | |||
<pre>/demote <player></pre> | |||
Forcibly disconnect a player from the server ''but do not ban them'' The <reason> is stored where? | |||
<pre>/kick <player> <reason></pre> | |||
Open another player's inventory | |||
<pre>/open <player></pre> | |||
Open the Permissions GUI. See this link | |||
<pre>/permissions</pre> | |||
Promote a player to admin | |||
<pre>/promote <player></pre> | |||
;/purge <player> | ;/purge <player> | ||
:Clears all the messages by this user from the chat log | :Clears all the messages by this user from the chat log |
Revision as of 09:56, 25 February 2018
An old grey bloke who likes fiddling about with computers.
Multiplayer Admin Features
Every multiplayer game has at least one Admin user. When a multiplayer game is started from the game's GUI, this is the person who created the multiplayer game. On a headless server, the game can start with several Admins by editing the <server-settings.json> (link needed) file.
Admin users have several abilities that regular users do not. Most of these are invoked through console commands (link to console commands). Others are invoked through the Permissions GUI (link needed)
Console Commands for player management
Where <player> is used, you should type the name of a player. Where a / is used between < and > braces this indicates a list of options that can be used. Anywhere else where the < and > braces are used, you may type any text.
Print a list of game admins
/admins
Ban a player.
/ban <player> <reason>
- The <reason> is stored where?
To manage the banned list
/banlist <add/remove/get/clear>
- add - is the same as /ban <player> <reason>
- remove - is the same as /unban <player>
- get - prints a list of banned players
- clear - unbans all banned players
Print a list of banned players (is the same as /banlist get)
/bans
Delete the blueprint library storage for the player (if offline) from the save file.
/delete-blueprint-library <player>
- If instead of <player>, you type "everybody confirm" (without the quotation marks) the blueprint libraries of every offline player will be removed
Demote a player from being an admin
/demote <player>
Forcibly disconnect a player from the server but do not ban them The <reason> is stored where?
/kick <player> <reason>
Open another player's inventory
/open <player>
Open the Permissions GUI. See this link
/permissions
Promote a player to admin
/promote <player>
- /purge <player>
- Clears all the messages by this user from the chat log
- /swap-players <player1> <player2>
- If player2 is empty, swaps your character with the given players character
- If player2 is not empty, swaps the two player characters
- /unban <player>
- Unbans the specified player
- /whitelist <add/remove/get/clear> <player>
- If the whitelist is not empty, only players in the whitelist can join the game. On headless servers, a pre-defined whitelist can be added to <server-settings-json> check this.
- add - Adds the player to a whitelist
- remove - Removes the player from the whitelist
- get - prints the whitelist
- clear - empties the whitelist. Any player can join the game.
Console Commands for server and game management
/config /measured-command /perf-avg-frames /server-save /silent-command /toggle-heavy-mode
The Permissions System
stub
Chatting with other players
stub