Translations:List of server commands/6/en

From Vintage Story Wiki
Revision as of 14:03, 16 March 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Commands for Moderators and Admins

General

  • /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
  • /gamemode [0..4|guest|survival|creative|spectator]
    Mode names can be shortened to any length. Sets your game mode:
    • 0|guest Guest mode - Cannot place/remove any blocks but can interact with them
    • 1|survival Survival mode - Can slowly break/place blocks. Can die. Cannot fly. Survival inventory.
    • 2|creative Creative mode - Access to all blocks through the creative inventory. Instant block breaking. Cannot die. Can fly.
    • 3|spectator Spectator mode - Cannot place/remove blocks and cannot interact with anything, but can fly.
  • /gamemode [playername] [0..4]
    Sets the gamemode for given player.
  • /tp [coordinates]
    Teleport yourself to a different position.
    • /tp x y z
      Teleports the player to given pretty coordinate visible from the pretty coordinate box.
    • /tp =x =y =z
      Teleports the player to given absolute coordinate visible from the debug screen on ALT + F3.
    • /tp ~x ~y ~z
      Teleports player by a given relative distance, i.e. teleport ~1 ~0 ~0 will teleport the player one block in x direction.
  • /tp [playername] [coordinates]
    Teleport given player to a different position.
  • /tp [playername]
    Teleport yourself to given player.
  • /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] Shorthand for /player [playername] role admin

    • /role (rolename) spawnpoint [x] [y?] [z]
      Configure a role specific spawn point. Any player that has this role will spawn at this location.

    • /role (rolename) privilege [grant|revoke] [privelegename] 
      Grant or revoke privileges from given role

    • /role (rolename) [landclaimallowance|landclaimmaxareas|landclaimminsize] [value]
      Shows or sets the role specific land claiming values. 
      • landclaimallowance is the max allowed claimable area in cubic meters for every player that has this role (default: 4 chunks = 4*32*32*32 cubic meters = 131072)
      • landclaimmaxareas the max quantity of non adjacent-areasa a player may claim (default: 3)
      • landclaimminsize [x y z] the smallest cuboid a player may claim (default 6x6x6)

    • /player [playername] [whitelist|privilege|role|entity|stats|gamemode|landclaimallowance|landclaimmaxareas]
      See/Modify player related data
      • /player [playername] whitelist
        See current whitelist mode of given player.
      • /player [playername] whitelist on
        Adds a player to a server whitelist
      • /player [playername] privilege
        Lists the players current privileges
      • /player [playername] privilege [grant|revoke] [privilegename]
        Grants or revokes given privilege for this player
      • /player [playername] role
        Shows the players current privilege role (default: suplayer)
      • /player [playername] role [rolename]
        Sets the players current privilege role (default: suplayer)
      • /player [playername] stats
        Shows a summary of the players current privileges
      • /player [playername] gamemode [0..4 or partially/fully written game mode name]
        Shows or sets the players current game mode
      • /player [playername] landclaimallowance [0..9999]
        Shows or sets a player specific extra land claim allowance, independent of the allowance set by the role (default: 0)
      • /player [playername] landclaimmaxareas [0..9999]
        Shows or sets a player specific extra land claim areas allowance, independent of the allowance set by the role (default: 0)