List of server commands: Difference between revisions

From Vintage Story Wiki
m
→‎Utility and Debug Tools: Added /whenwillitstopraining
(Marked this version for translation)
m (→‎Utility and Debug Tools: Added /whenwillitstopraining)
(13 intermediate revisions by 4 users not shown)
Line 22: Line 22:
=== /waypoint ===   
=== /waypoint ===   
<translate><!--T:51--> These commands affect the players [[Worldmap]] and waypoints.</translate>
<translate><!--T:51--> These commands affect the players [[Worldmap]] and waypoints.</translate>
* <code>/waypoint [add|addat|list|remove]</code><br /> <translate><!--T:52--> Add and edit your list of waypoints.</translate>
* <code>/waypoint [add|addat|addati|list|remove]</code><br /> <translate><!--T:52--> Add and edit your list of waypoints.</translate>
** <code>/waypoint add [color] [title]</code><br /> <translate><!--T:53--> 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><!--T:53--> 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]. Example: /waypoint add red copper</translate>
** <code>/waypoint addat [coords] [pinned] [color] [title]</code><br /> <translate><!--T:54--> Add a waypoint at the given [[coordinates]].</translate>
** <code>/waypoint addat [coords] [pinned] [color] [title]</code><br /> <translate><!--T:54--> Add a waypoint at the given [[coordinates]].</translate>
** <code>/waypoint addati [icon] ~0 ~0 ~0 [pinned] [colour] [title]</code><br /> <translate><!--T:55--> Add a waypoint at your current location, including colour and [[VTML|icon]] info.</translate>
** <code>/waypoint addati [icon] ~0 ~0 ~0 [pinned] [colour] [title]</code><br /> <translate><!--T:55--> Add a waypoint at your current location, including colour and [[VTML|icon]] info.</translate>
Line 41: Line 41:


=== /giveblock ===
=== /giveblock ===
* <code>/giveblock [blockcode] [quantity] [toplayername]</code><br /> <translate><!--T:61--> 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>
* <code>/giveblock [blockcode] [quantity] [toplayername] [attributes]</code><br /> <translate><!--T:61--> 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)</translate>


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


=== /gamemode ===
=== /gamemode ===
Line 53: Line 53:


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


=== /unban ===
=== /unban ===
Line 59: Line 59:


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


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


== Privilege Control ==
== Privilege Control ==
Line 99: Line 99:


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


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


=== /stop ===
=== /stop ===
Line 138: Line 138:
=== /cit ===
=== /cit ===
* <code>/cit</code><br /> <translate><!--T:87--> Current chunk generation info.</translate>
* <code>/cit</code><br /> <translate><!--T:87--> Current chunk generation info.</translate>
=== /whenwillitstopraining ===
* <code>/whenwillitstopraining</code><br /> <translate><!--T:88--> Tells when the rain should stop.</translate>


=== /debug ===
=== /debug ===
Confirmedusers, editor
982

edits