List of server commands: Difference between revisions

From Vintage Story Wiki
m (rename)
m (rename)
Line 74: Line 74:
[[List of server commands/serverconfig]]
[[List of server commands/serverconfig]]


==Utility / Debug Tools== <!--T:13-->
==Utility and Debug Tools== <!--T:13-->
*<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.



Revision as of 14:37, 11 April 2020

Multiplayer Commands for Players

Land claiming

List of server commands/land

Groups

List of server commands/group

Other

  • /kill
    Kills the player.

Commands for Moderators and Admins

  • /help
    List all commands.

Player Control

  • /giveblock [blockcode] [quantity] [toplayername]
    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.
  • /giveitem [itemcode] [quantity] [toplayername]
    Same as above but for items

List of server commands/gamemode

List of server commands/tp

  • /ban [reason]
    Ban a player.
  • /unban [playername]
    Unban a player.
  • /kick [reason]
    Kick a player.
  • /clear
    Removes all items from your inventory.

Privilege Control

  • /op [playername] Alias /player [playername] role admin

List of server commands/role

List of server commands/player

World Control

  • /seed
    Shows the world seed

World Config

List of server commands/worldconfig

Entities

List of server commands/entity

Time

List of server commands/time

Weather

List of server commands/weather

Server control and configuration

  • /stats
    Show current server statistics ,tick rate, memory usage, etc..
  • /announce
    Announce a server wide message in all chat groups.
  • /welcome
    Sets the server's welcome message
  • /stop
    Stops the server
  • /list [clients|banned|role|privileges]
    Show various lists of infos
    • /list clients
      Show current connected clients
    • /list banned
      Show current list of banned blayers
    • /list role
      Show list of all configured privilege roles
    • /list privileges
      Show list of all configured privileges

List of server commands/serverconfig

Utility and Debug Tools

  • /bir [getid|getcode|remap]
    Block id remapper tools. Useful to fix broken blocks after removing/updating custom blocks.
  • /forceloadchunks x1 z1 x2 z2 [sendtoclient]
    Tells the server to load given area and prevents unloading. If the boolean sendtoclient is added it will also forcefully send all these chunks to the client.
  • /sendchunks [0|1]
    Toggles whether to send any new chunks to the client. Forced chunks are still loaded.
  • /chunkunload [0|1]
    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
    Reloads all server mods that support reloading.
  • /cit
    Current chunk generation info

List of server commands/debug

List of server commands/wgen

List of server commands/macro