List of server commands/serverconfig: Difference between revisions

From Vintage Story Wiki
m (Added /serverconfig spawncapplayerscaling)
(Added link to server commands and is now translatable)
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
<languages/>
<translate>
<onlyinclude>
* <code>/serverconfig [config]</code><br /> Modify or display the server config <code>[config]</code>
* <code>/serverconfig [config]</code><br /> Modify or display the server config <code>[config]</code>
** <code>/serverconfig maxchunkradius [integer]</code><br /> Displays the max chunk radius. Sets the max chunk radius to the integer passed, which is the highest chunk radius a player may load.
** <code>/serverconfig maxchunkradius [integer]</code><br /> Displays the max chunk radius. Sets the max chunk radius to the integer passed, which is the highest chunk radius a player may load.
Line 14: Line 18:
** <code>/serverconfig passtimewhenempty [bool]</code><br /> Shows or sets if time should pass when the server has no connected players.
** <code>/serverconfig passtimewhenempty [bool]</code><br /> Shows or sets if time should pass when the server has no connected players.
** <code>/serverconfig spawncapplayerscaling [0..1]</code><br /> Helps to evenly distribute mob spawns around each player. A value of 0 means no extra mobs can spawn on increased player count, a value of 1 means a second player doubles the spawn cap, 3 players triple the spawn cap and so on (default: 0.75).
** <code>/serverconfig spawncapplayerscaling [0..1]</code><br /> Helps to evenly distribute mob spawns around each player. A value of 0 means no extra mobs can spawn on increased player count, a value of 1 means a second player doubles the spawn cap, 3 players triple the spawn cap and so on (default: 0.75).
</onlyinclude>
[[List of server commands]]
</translate>

Revision as of 00:04, 23 February 2022

Other languages:


  • /serverconfig [config]
    Modify or display the server config [config]
    • /serverconfig maxchunkradius [integer]
      Displays the max chunk radius. Sets the max chunk radius to the integer passed, which is the highest chunk radius a player may load.
    • /serverconfig maxclients [integer]
      Displays the max clients. Sets the max number of connected clients to the integer passed.
    • /serverconfig password [string]
      Sets the server password that is required to connect to the server. It may not contain spaces.
    • /serverconfig nopassword
      Removes the password protection.
    • /serverconfig antiabuse [Off|Basic|Pedantic]
      Sets anti-abuse level, this protects against a range of malicious player operations, but is currently a work in progress.
    • /serverconfig allowpvp [bool]
      Control allowing players to combat each other.
    • /serverconfig onlywhitelist [bool]
      Control allowing only whitelisted players to connect to the server.
    • /serverconfig entityspawning [bool]
      Control global entity spawning. Disabling it will cause no creatures to spawn (default: on).
    • /serverconfig tickrate [10-100]
      Shows or sets the server tick rate. A higher tickrate makes the server more responsive. A lower tick rate has the opposite effect.
    • /serverconfig blockTickSamplesPerChunk
      Control how many random update ticks per chunk should be executed.
    • /serverconfig defaultSpawn [x y? z]
      Shows or sets the default spawn point. y can be omitted to automatically use the surface position at given x/z location.
    • /serverconfig setspawnhere
      Sets the default spawn point to where the player is currently standing.
    • /serverconfig passtimewhenempty [bool]
      Shows or sets if time should pass when the server has no connected players.
    • /serverconfig spawncapplayerscaling [0..1]
      Helps to evenly distribute mob spawns around each player. A value of 0 means no extra mobs can spawn on increased player count, a value of 1 means a second player doubles the spawn cap, 3 players triple the spawn cap and so on (default: 0.75).


List of server commands