Translations:List of server commands/13/en

From Vintage Story Wiki

Utility / Debug Tools

  • /bir [getid|getcode|remap] Block id remapper tools. Useful to fix broken blocks after removing/updating custom blocks
  • /forceloadchunks x1 z1 x2 z1 [sendtoclient] Tells the server to load given area and prevents unloading. If "sendtoclient" is added it will also forcefully send all these chunks to the client.
  • /sendchunks [0 or 1] Toggles whether to send any new chunks to the client (force sending chunks are sent anyway)
  • /chunkunload [0 or 1] Toggels whether the server should automatically unload chunks that are no longer in range of any players (and thus also send chunk unload commands to the clients)
  • /reloadmods Reloads all server mods that support reloading
  • /cit Current chunk generation info
  • /debug [logticks|tickhandlers|ci|cs|cr] Various debug commands
    • /debug logticks [milliseconds] If a server tick required more then supplied milliseconds to process, a breakup of that tick will be logged to the server-main.txt
    • /debug tickhandlers Displays a summary of many ticking blocks and entities are currently registered
    • /debug tickhandlers dump [gtblock|gtentity|dcblock|sdcblock|dcentity] Dumps a complete list of all tick/callback listeners to the server-debug.txt. (gt = gametick, dc = delayed callback)
    • /debug ci Display some information on the current chunk the player resides in
    • /debug cs Forcefully resends the current chunk the player resides in
    • /debug cr Forcefully completely relights the current chunk the player resides in
  • /wgen World generation tools. Some examples
    • /wgen pos climate Shows climate info at the current position
    • /wgen testmap climate Generates a 512x512 example climate map as png, dropped where the game executables resides
  • /macro [addcmd|setcmd|syntax|desc|priv|save|delete|show|list]
    Create a server side macro that can execute one ore multiple commands
    • /macro addcmd [command without /]  Add a command to a temporary macro
    • /macro setcmd[command without /]  Set a command to a temporary macro (removes previously added ones)
    • /macro syntax Sets the syntax help info displayed when using /help
    • /macro desc Sets the description text displayed when using /help
    • /macro priv Sets the privilege required to execute this command, e.g. controlserver if only for admins or build for any player with build rights
    • /macro show Shows the contents temporary macro currently being defined by above commands
    • /macro save [name] Saves the temporary macro defined by above command to given command name
    • /macro list Shows a list of all saved macros
    • /macro show [name] Shows the contents of a saved macro
    • /macro delete [name] Deletes a previously saved macro
    • /macro discard [name] Discards the temporary macro