List of server commands: Difference between revisions

From Vintage Story Wiki
m (trying out different translate approach)
(Improve <translate></translate> tags)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>This is a list of commands that are executed on the server and therefor list/change things that may affect all players. Some of these commands may need [[coordinates]], so make sure you use the right notation.</translate>
<!--T:1-->
This is a list of commands that are executed on the server and therefor list/change things that may affect all players. Some of these commands may need [[coordinates]], so make sure you use the right notation.


<!--T:14-->
<translate>See also: [[List of client commands]]</translate>
See also: [[List of client commands]]


{{Protip
{{Protip
|Server commands all start with a /
|<translate>Server commands all start with a /</translate>
}}
}}
__TOC__
__TOC__
== Multiplayer Commands for Players == <!--T:2-->
 
== Multiplayer Commands for Players ==  
=== /land ===  
=== /land ===  
{{:List of server commands/land}}
{{:List of server commands/land}}


=== /groups ===  <!--T:15-->
=== /groups ===   
{{:List of server commands/group}}
{{:List of server commands/group}}


=== /waypoint ===  <!--T:16-->
=== /waypoint ===   
These commands affect the players [[Worldmap]] and waypoints.</translate>
<translate>These commands affect the players [[Worldmap]] and waypoints.</translate>
* <code>/waypoint [add|addat|list|remove]</code><br /> <translate>Add and edit your list of waypoints.</translate>
* <code>/waypoint [add|addat|list|remove]</code><br /> <translate>Add and edit your list of waypoints.</translate>
** <code>/waypoint add [color] [title]</code><br /> <translate>Adds a waypoint with given color and text at your current position. The color may be any named [http://www.99colors.net/dot-net-colors .NET Color or a Hex Code].</translate>
** <code>/waypoint add [color] [title]</code><br /> <translate>Adds a waypoint with given color and text at your current position. The color may be any named [http://www.99colors.net/dot-net-colors .NET Color or a Hex Code].</translate>
Line 25: Line 24:
** <code>/waypoint addati [icon] ~0 ~0 ~0 [pinned] [colour] [title]</code><br /> <translate>Add a waypoint at your current location, including colour and icon info.</translate>
** <code>/waypoint addati [icon] ~0 ~0 ~0 [pinned] [colour] [title]</code><br /> <translate>Add a waypoint at your current location, including colour and icon info.</translate>
** <code>/waypoint list</code><br /> <translate>Shows a list of all player waypoints by id number.</translate>
** <code>/waypoint list</code><br /> <translate>Shows a list of all player waypoints by id number.</translate>
** <code>/waypoint remove [id]</code><br /> <translate>Removes the waypoint id as shown in</translate> <code>/waypoint list</code>.
** <code>/waypoint remove [id]</code><br /> <translate>Removes the waypoint id as shown in <code>/waypoint list</code>.</translate>


=== /kill === <!--T:17-->
=== /kill ===
* <code>/kill</code><br /> <translate>Kills the player.
* <code>/kill</code><br /> <translate>Kills the player.</translate>


== Commands for Moderators and Admins== <!--T:3-->
== <translate>Commands for Moderators and Admins</translate> ==
=== /help ===
=== /help ===
* <code>/help</code><br /> List all server commands.
* <code>/help</code><br /> <translate>List all server commands.</translate>


=== /giveblock === <!--T:18-->
=== /giveblock ===
* <code>/giveblock [blockcode] [quantity] [toplayername]</code><br /> Creates an itemstack of given block with given stack size to given player name. If player name is not set, the own player is targeted.
* <code>/giveblock [blockcode] [quantity] [toplayername]</code><br /> <translate>Creates an itemstack of given block with given stack size to given player name. If player name is not set, the own player is targeted.</translate>


=== /giveitem === <!--T:19-->
=== /giveitem ===  
* <code>/giveitem [itemcode] [quantity] [toplayername]</code><br /> Same as above but for items.
* <code>/giveitem [itemcode] [quantity] [toplayername]</code><br /> <translate>Same as above but for items.</translate>


=== /gamemode === <!--T:20-->
=== /gamemode ===
{{:List of server commands/gamemode}}
{{:List of server commands/gamemode}}


=== /tp === <!--T:21-->
=== /tp ===
{{:List of server commands/tp}}
{{:List of server commands/tp}}


=== /ban === <!--T:22-->
=== /ban ===
* <code>/ban [reason]</code><br /> Ban a player.
* <code>/ban [reason]</code><br /> <translate>Ban a player.</translate>


=== /unban === <!--T:23-->
=== /unban ===
* <code>/unban [playername]</code><br /> Unban a player.
* <code>/unban [playername]</code><br /> <translate>Unban a player.</translate>


=== /kick === <!--T:24-->
=== /kick ===
* <code>/kick [reason]</code><br /> Kick a player.
* <code>/kick [reason]</code><br /> <translate>Kick a player.</translate>


=== /clear === <!--T:25-->
=== /clear ===
* <code>/clear</code><br /> Removes all items from your inventory.
* <code>/clear</code><br /> <translate>Removes all items from your inventory.</translate>


== Privilege Control == <!--T:4-->
== Privilege Control ==
=== /op ===
=== /op ===
* <code>/op [playername]</code><br /> Alias of <code>/player [playername] role admin</code>.
* <code>/op [playername]</code><br /> <translate>Alias of <code>/player [playername] role admin</code>.</translate>


=== /role === <!--T:26-->
=== /role ===  
{{:List of server commands/role}}
{{:List of server commands/role}}


=== /player === <!--T:27-->
=== /player ===  
{{:List of server commands/player}}
{{:List of server commands/player}}


== World Control == <!--T:5-->
== World Control ==
=== /seed ===
=== /seed ===
* <code>/seed</code><br /> Shows the world seed
* <code>/seed</code><br /> <translate>Shows the world seed</translate>


=== /worldconfig === <!--T:28-->
=== /worldconfig ===
{{:List of server commands/worldconfig}}
{{:List of server commands/worldconfig}}


=== /entity === <!--T:29-->
=== /entity ===
 
<!--T:30-->
{{:List of server commands/entity}}
{{:List of server commands/entity}}


=== /time === <!--T:31-->
=== /time ===  
{{:List of server commands/time}}
{{:List of server commands/time}}


=== /weather === <!--T:32-->
=== /weather ===
{{:List of server commands/weather}}
{{:List of server commands/weather}}


== Server control and configuration == <!--T:6-->
== <translate>Server control and configuration</translate> ==
=== /serverconfig ===
=== /serverconfig ===
{{:List of server commands/serverconfig}}
{{:List of server commands/serverconfig}}


=== /stats === <!--T:33-->
=== /stats ===
* <code>/stats</code><br /> Show current server statistics, tick rate, memory usage, etc..
* <code>/stats</code><br /> <translate>Show current server statistics, tick rate, memory usage, etc..</translate>


=== /announce === <!--T:34-->
=== /announce ===
* <code>/announce</code><br /> Announce a server wide message in all chat groups.
* <code>/announce</code><br /> <translate>Announce a server wide message in all chat groups.</translate>


=== /welcome === <!--T:35-->
=== /welcome ===
* <code>/welcome</code><br /> Sets the server's welcome message.
* <code>/welcome</code><br /> <translate>Sets the server's welcome message.</translate>


=== /stop === <!--T:36-->
=== /stop ===
* <code>/stop</code><br /> Stops the server.
* <code>/stop</code><br /> <translate>Stops the server.</translate>


=== /list === <!--T:37-->
=== /list ===  
*<code>/list [clients|banned|role|privileges]</code><br />Show various lists of information.
*<code>/list [clients|banned|role|privileges]</code><br /> <translate>Show various lists of information.</translate>
**<code>/list clients</code><br /> Show current connected clients.
**<code>/list clients</code><br /> <translate>Show current connected clients.</translate>
**<code>/list banned</code><br /> Show current list of banned players.
**<code>/list banned</code><br /> <translate>Show current list of banned players.</translate>
**<code>/list role</code><br /> Show list of all configured privilege roles.
**<code>/list role</code><br /> <translate>Show list of all configured privilege roles.</translate>
**<code>/list privileges</code><br /> Show list of all configured privileges.
**<code>/list privileges</code><br /> <translate>Show list of all configured privileges.</translate>


== Utility and Debug Tools == <!--T:7-->
== <translate>Utility and Debug Tools</translate> ==
=== /fixmapping ===
=== /fixmapping ===
* <code>/fixmapping applyall</code><br /> Applies block and item remapping in order to upgrade to a new version of the game
* <code>/fixmapping applyall</code><br /> <translate>Applies block and item remapping in order to upgrade to a new version of the game</translate>


=== /genbackup === <!--T:38-->
=== /genbackup ===
* <code>/genbackup</code><br /> Creates a full copy of the current save game and stores it in the backups folder. Can be run without pausing the server.  
* <code>/genbackup</code><br /> <translate>Creates a full copy of the current save game and stores it in the backups folder. Can be run without pausing the server.</translate>


=== /bir === <!--T:39-->
=== /bir ===  
* <code>/bir [getid|getcode|remap]</code><br /> Block id remapper tools. Useful to fix broken blocks after removing/updating custom blocks.
* <code>/bir [getid|getcode|remap]</code><br /> <translate>Block id remapper tools. Useful to fix broken blocks after removing/updating custom blocks.</translate>


=== /forceloadchunks === <!--T:40-->
=== /forceloadchunks ===  
* <code>/forceloadchunks x1 z1 x2 z2 [sendtoclient]</code><br /> Tells the server to load given area and prevents unloading. If the Boolean <code>sendtoclient</code> is added it will also forcefully send all these chunks to the client.
* <code>/forceloadchunks x1 z1 x2 z2 [sendtoclient]</code><br /> <translate>Tells the server to load given area and prevents unloading. If the Boolean <code>sendtoclient</code> is added it will also forcefully send all these chunks to the client.</translate>


=== /sendchunks === <!--T:41-->
=== /sendchunks ===  
* <code>/sendchunks [0|1]</code><br />Toggles whether to send any new chunks to the client. Forced chunks are still loaded.
* <code>/sendchunks [0|1]</code><br /> <translate>Toggles whether to send any new chunks to the client. Forced chunks are still loaded.</translate>


=== /chunkunload === <!--T:42-->
=== /chunkunload ===
* <code>/chunkunload [0|1]</code><br /> Toggles whether the server should automatically unload chunks that are no longer in range of any players and also send chunk unload commands to the clients.
* <code>/chunkunload [0|1]</code><br /> <translate>Toggles whether the server should automatically unload chunks that are no longer in range of any players and also send chunk unload commands to the clients.</translate>


=== /reloadmods === <!--T:43-->
=== /reloadmods ===
* <code>/reloadmods</code><br /> Reloads all server mods that support reloading.
* <code>/reloadmods</code><br /> <translate>Reloads all server mods that support reloading.</translate>


=== /cit === <!--T:44-->
=== /cit ===
* <code>/cit</code><br /> Current chunk generation info.
* <code>/cit</code><br /> <translate>Current chunk generation info.</translate>


=== /debug === <!--T:45-->
=== /debug ===
{{:List of server commands/debug}}
{{:List of server commands/debug}}


=== /wgen === <!--T:46-->
=== /wgen ===  
{{:List of server commands/wgen}}
{{:List of server commands/wgen}}


=== /macro === <!--T:47-->
=== /macro ===  
{{:List of server commands/macro}}
{{:List of server commands/macro}}
</translate>