List of server commands/en: Difference between revisions

From Vintage Story Wiki
Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 3: Line 3:


See also: [[List of client commands]]
See also: [[List of client commands]]
{{GameVersion|1.15}}


{{Protip
{{Protip
Line 11: Line 13:


__TOC__
__TOC__
== Multiplayer Commands for Players ==  
== Multiplayer Commands for Players ==  
=== /land ===  
=== /land ===  
{{:List of server commands/land}}
{{:List of server commands/land{{#translation:}}}}


=== /group ===   
=== /group ===   
{{:List of server commands/group}}
{{:List of server commands/group{{#translation:}}}}


=== /waypoint ===   
=== /waypoint ===   
These commands affect the players [[Worldmap]] and waypoints.
These commands affect the players [[Worldmap]] and waypoints.
* <code>/waypoint [add|addat|list|remove]</code><br /> Add and edit your list of waypoints.
* <code>/waypoint [add|addat|addati|list|remove]</code><br /> Add and edit your list of waypoints.
** <code>/waypoint add [color] [title]</code><br /> 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].
** <code>/waypoint add [color] [title]</code><br /> 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].<br /> Example: <code>/waypoint add red copper</code> 
** <code>/waypoint addat [coords] [pinned] [color] [title]</code><br /> Add a waypoint at the given [[coordinates]].
** <code>/waypoint addat [coords] [pinned] [color] [title]</code><br /> Add a waypoint at the given [[coordinates]].
** <code>/waypoint addati [icon] ~0 ~0 ~0 [pinned] [colour] [title]</code><br /> Add a waypoint at your current location, including colour and [[VTML|icon]] info.
** <code>/waypoint addati [icon] [x] [y] [z] [pinned] [color] [title]</code><br /> Add a waypoint at your current location, including colour and [[VTML|icon]] info.
** <code>/waypoint list</code><br /> Shows a list of all player waypoints by id number.
** <code>/waypoint list</code><br /> Shows a list of all player waypoints by id number.
** <code>/waypoint remove [id]</code><br /> Removes the waypoint id as shown in <code>/waypoint list</code>.
** <code>/waypoint remove [id]</code><br /> Removes the waypoint id as shown in <code>/waypoint list</code>.
Line 32: Line 33:


=== /emote ===
=== /emote ===
* <code>/emote [wave|cheer|shrug|cry|nod|facepalm|bow|laugh|rage] </code><br /> Character does an emote animation.
* <code>/emote [wave|cheer|shrug|cry|nod|facepalm|bow|laugh|rage] </code><br />Character does an emote animation.
 
=== /pm ===
* <code>/pm [playername] [message] </code><br />Send a private message to a user (creates a temporary group)




Line 40: Line 44:


=== /giveblock ===
=== /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] [attributes]</code><br /> Creates an itemstack of the specified block in the specified quantity, and gives it to the specified player. The player must have an empty inventory slot to receive the itemstack. Quantity, toplayername and attributes are optional. The default quantity is 1. If player name is not set, the command user's own player is targeted. If attributes are specified, they must be written in the same format as in a JSON file (note: spacing is optional in JSONs and it will be easier to omit spaces here)


=== /giveitem ===  
=== /giveitem ===  
* <code>/giveitem [itemcode] [quantity] [toplayername]</code><br /> Same as above but for items.
* <code>/giveitem [itemcode] [quantity] [toplayername] [attributes]</code><br /> Same as above but for items.


=== /gamemode ===
=== /gamemode ===
Line 52: Line 56:


=== /ban ===
=== /ban ===
* <code>/ban [reason]</code><br /> Ban a player.
* <code>/ban [playername] [reason]</code><br /> Ban a player.


=== /unban ===
=== /unban ===
Line 58: Line 62:


=== /kick ===
=== /kick ===
* <code>/kick [reason]</code><br /> Kick a player.
* <code>/kick [playername] [reason]</code><br /> Kick a player.


=== /clear ===
=== /clear ===
* <code>/clear</code><br /> Removes all items from your inventory.
* <code>/clearinv</code><br /> Removes all items from your inventory.
 
=== /clearentities ===
* <code>/clearentities</code><br /> Removes all entities (except playerentities and blockentities) from all loaded chunks.
 
=== /nexttempstorm ===
* <code>/nexttempstorm </code><br /> Tells you the amount of days left until the next temporal storm.
* <code>/nexttempstorm now</code><br /> Fast forwards the time so that a temporal storm starts right away.


== Privilege Control ==
== Privilege Control ==
Line 79: Line 90:
=== /worldconfig ===
=== /worldconfig ===
Protip: Do not actually type the [ ] shown in this command syntax, that is intended only to show which values can be changed!
Protip: Do not actually type the [ ] shown in this command syntax, that is intended only to show which values can be changed!
{{:List of server commands/worldconfig}}
 
See dedicated page on [[World Configuration]]


=== /entity ===
=== /entity ===
{{:List of server commands/entity}}
{{:List of server commands/entity{{#translation:}}}}


=== /time ===  
=== /time ===  
{{:List of server commands/time}}
{{:List of server commands/time{{#translation:}}}}


=== /weather ===
=== /weather ===
{{:List of server commands/weather}}
{{:List of server commands/weather{{#translation:}}}}


== Server control and configuration ==
== Server control and configuration ==
=== /serverconfig ===
=== /serverconfig ===
{{:List of server commands/serverconfig}}
{{:List of server commands/serverconfig{{#translation:}}}}


=== /stats ===
=== /stats ===
Line 98: Line 110:


=== /announce ===
=== /announce ===
* <code>/announce</code><br /> Announce a server wide message in all chat groups.
* <code>/announce [message]</code><br /> Announce a server wide message in all chat groups.


=== /welcome ===
=== /welcome ===
* <code>/welcome</code><br /> Sets the server's welcome message.
* <code>/welcome [message]</code><br /> Sets the server's welcome message.


=== /stop ===
=== /stop ===
Line 112: Line 124:
**<code>/list role</code><br /> Show list of all configured privilege roles.
**<code>/list role</code><br /> Show list of all configured privilege roles.
**<code>/list privileges</code><br /> Show list of all configured privileges.
**<code>/list privileges</code><br /> Show list of all configured privileges.
=== /allowlan ===
* <code>/allowlan [on|off]</code><br /> Whether or not to allow external lan connections to the server (temporary runtime setting for non dedicated servers)


== Utility and Debug Tools ==
== Utility and Debug Tools ==
Line 137: Line 152:
=== /cit ===
=== /cit ===
* <code>/cit</code><br /> Current chunk generation info.
* <code>/cit</code><br /> Current chunk generation info.
=== /whenwillitstopraining ===
* <code>/whenwillitstopraining</code><br /> Tells when the rain should stop.
=== /roomregdebug ===
* <code>/roomregdebug [list|hi|unhi]</code><br /> Room registration debug tools.
** <code>/roomregdebug list</code><br />  Lists all rooms the player is in.
** <code>/roomregdebug hi </code><br />  Highlights the space of rooms with color. Unsuitable rooms are in red, eligible rooms are in green.
** <code>/roomregdebug unhi </code><br />  Removes room highlighting.
=== /info ===
{{:List of server commands/info{{#translation:}}}}


=== /debug ===
=== /debug ===
{{:List of server commands/debug}}
{{:List of server commands/debug{{#translation:}}}}


=== /wgen ===  
=== /wgen ===  
{{:List of server commands/wgen}}
{{:List of server commands/wgen{{#translation:}}}}


=== /we ===
See [[How_to_use_WorldEdit|How to use WorldEdit]]
=== /macro ===  
=== /macro ===  
{{:List of server commands/macro}}
{{:List of server commands/macro{{#translation:}}}}
 
=== /expclang ===
* <code>/expclang</code><br /> Export a list of block and item translations and add placeholders for missing translations.
 
{{Navbox/modding|Vintage Story}}
43,146

edits