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)
Line 67: Line 67:
=== /clear ===
=== /clear ===
* <code>/clearinv</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 ===
=== /nexttempstorm ===
Line 86: Line 83:


== World Control ==
== World Control ==
=== /seed ===
* <code>/seed</code><br /> Shows the world seed
=== /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!
Line 112: Line 106:
=== /announce ===
=== /announce ===
* <code>/announce [message]</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 ===
* <code>/welcome [message]</code><br /> Sets the server's welcome message.


=== /stop ===
=== /stop ===
Line 131: Line 122:
== Utility and Debug Tools ==
== Utility and Debug Tools ==
=== /moddb ===
=== /moddb ===
*<code>/moddb [install|remove|list|search] [modid]</code><br /> ModDB utility. To install and remove mods.
{{GameVersion|1.18.0-pre.7}}
*<code>/moddb [install|remove|list|search|searchcompatible|searchfor|searchforc]</code><br /> ModDB utility. To install and remove mods.
**<code>/moddb install [modid] [gameVersion]</code> :  Install the specified mod
**<code>/moddb remove [modid]</code> :  Uninstall the specified mod
**<code>/moddb list</code> :  List all installed mods
**<code>/moddb search [query]</code> :  Full-text search on ModDB
**<code>/moddb searchcompatible [modid]</code> :  Search for a mod, filtered for game versions compatible with the current version
**<code>/moddb searchfor [gameVersion] [modid]</code> :  Search for a mod, filtered for the specified game version only
**<code>/moddb searchforc [gameVersion] [modid]</code> :  Search for a mod, filtered for game versions compatible with the specified version


=== /fixmapping ===
=== /fixmapping ===
Line 142: Line 141:
* <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 /> Block id remapper tools. Useful to fix broken blocks after removing/updating custom blocks.


=== /forceloadchunks ===  
=== /chunk ===  
* <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>/chunk [cit|printmap|unload|forceload]</code><br /> Chunk commands.
 
* <code>/chunk cit</code><br /> Current chunk generation info.
=== /sendchunks ===
* <code>/chunk printmap</code><br /> Export a png file of a map of loaded chunks. Marks call location with a yellow pixel.
* <code>/sendchunks [0|1]</code><br /> Toggles whether to send any new chunks to the client. Forced chunks are still loaded.
* <code>/chunk unload [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>/chunk forceload x1 z1 x2 z2</code><br /> Tells the server to load given area and prevents unloading.
=== /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.
 
=== /reloadmods ===
* <code>/reloadmods</code><br /> Reloads all server mods that support reloading.
 
=== /cit ===
* <code>/cit</code><br /> Current chunk generation info.


=== /whenwillitstopraining ===
=== /whenwillitstopraining ===
Line 179: Line 170:
=== /macro ===  
=== /macro ===  
{{:List of server commands/macro{{#translation:}}}}
{{: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.


== See also ==
== See also ==