List of server commands/player/en: Difference between revisions

From Vintage Story Wiki
(Updating to match new version of source page)
Tags: Mobile edit Mobile web edit
 
(Updating to match new version of source page)
Line 2: Line 2:


<onlyinclude>
<onlyinclude>
*<code>/player [playername] movespeed</code><br>Set a player's move speed.
*<code>/player [playername] clearinv</code><br>Clear the player's entire inventory.
*<code>/player [playername] wipedata</code><br>Wipe the player data such as the entire inventory, skin/class etc..
*<code>/player [playername] [whitelist|privilege|role|entity|stats|gamemode|landclaimallowance|landclaimmaxareas]</code><br />Modify or display player data.
*<code>/player [playername] [whitelist|privilege|role|entity|stats|gamemode|landclaimallowance|landclaimmaxareas]</code><br />Modify or display player data.
**<code>/player [playername] whitelist</code><br>See current whitelist mode of given player.
**<code>/player [playername] whitelist</code><br>See current whitelist mode of given player.
Line 17: Line 20:
***<code>/player [playername] entity temp [value] </code><br /> Set player's body temperature.
***<code>/player [playername] entity temp [value] </code><br /> Set player's body temperature.
***<code>/player [playername] entity health [0.1-1]</code><br />Set player's health. (default: 1, making the health by 100% of full health bar)
***<code>/player [playername] entity health [0.1-1]</code><br />Set player's health. (default: 1, making the health by 100% of full health bar)
***<code>/player [playername] entity maxhealth [0.1-999]</code><br />Set player's max health.
***<code>/player [playername] entity satiety [0.1-1]</code><br />Set player's satiety. (default: 1, making the satiety by 100% of full satiety bar)
***<code>/player [playername] entity satiety [0.1-1]</code><br />Set player's satiety. (default: 1, making the satiety by 100% of full satiety bar)
***<code>/player [playername] entity maxoxygen [int]</code><br />Set player's maximum oxygen. Integer is the length of the oxygen timer in milliseconds. (default: 20000, or 20 seconds)
</onlyinclude>
</onlyinclude>


[[List of server commands]]
[[List of server commands]]

Revision as of 04:04, 17 May 2023


  • /player [playername] movespeed
    Set a player's move speed.
  • /player [playername] clearinv
    Clear the player's entire inventory.
  • /player [playername] wipedata
    Wipe the player data such as the entire inventory, skin/class etc..
  • /player [playername] [whitelist|privilege|role|entity|stats|gamemode|landclaimallowance|landclaimmaxareas]
    Modify or display player 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)
    • /player [playername] allowcharselonce
      Allows the player to re-select their class after doing so already.
    • /player [playername] entity
      Shows info (position, satiety, health) about the player.
      • /player [playername] entity temp [value]
        Set player's body temperature.
      • /player [playername] entity health [0.1-1]
        Set player's health. (default: 1, making the health by 100% of full health bar)
      • /player [playername] entity maxhealth [0.1-999]
        Set player's max health.
      • /player [playername] entity satiety [0.1-1]
        Set player's satiety. (default: 1, making the satiety by 100% of full satiety bar)
      • /player [playername] entity maxoxygen [int]
        Set player's maximum oxygen. Integer is the length of the oxygen timer in milliseconds. (default: 20000, or 20 seconds)


List of server commands