Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Commands/systemstat: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
Line 1: Line 1:
{{Outdated feature}}
{{Outdated feature}}
{{MC/Exclusive|bedrock}}
{{exclusive|bedrock}}
{{Infobox command
{{Infobox command
| name = systemstat
| name = systemstat
| oplevel = 3
| oplevel = 3
| others = Cheat only
| others = [[Minecraft:Cheat]] only
}}
}}


Line 24: Line 24:
==Arguments==
==Arguments==


{{MC/Argument|stat: SettableIntStat|be=1|Enum}}
{{Argument|stat: SettableIntStat|be=1|Enum}}


Specifies the video setting to return or set. Must be one of the following:
Specifies the video setting to return or set. Must be one of the following:
Line 31: Line 31:
* <code>viewdistance</code> for changing rendering distance
* <code>viewdistance</code> for changing rendering distance


{{MC/Argument|value|be=1|int}}
{{Argument|value|be=1|int}}


The value to set the setting to.
The value to set the setting to.


{{MC/Arg desc|be=int}} Any number outside what the setting allows will be clamped internally.
{{Arg desc|be=int}} Any number outside what the setting allows will be clamped internally.


If not specified, defaults to returning the variable instead.
If not specified, defaults to returning the variable instead.


{{MC/Argument|stat: SystemStat|be=1|Enum}}
{{Argument|stat: SystemStat|be=1|Enum}}


The system and game parameters to return. Must be one of the following:
The system and game parameters to return. Must be one of the following:
Line 62: Line 62:
** Settings path: <code>minecraftpe</code> directory within [[Minecraft:com.mojang|com.mojang]]
** Settings path: <code>minecraftpe</code> directory within [[Minecraft:com.mojang|com.mojang]]
** World path: <code>minecraftWorlds</code> directory within [[Minecraft:com.mojang|com.mojang]]
** World path: <code>minecraftWorlds</code> directory within [[Minecraft:com.mojang|com.mojang]]
** Resource Packs Path: ''(See resource packs)''
** Resource Packs Path: ''(See [[Minecraft:resource packs#Bedrock_Edition|resource packs]])''
** Data URL: [https://learn.microsoft.com/en-us/windows/uwp/app-resources/uri-schemes#ms-appx-and-ms-appx-web Internal URI for UWP applications]
** Data URL: [https://learn.microsoft.com/en-us/windows/uwp/app-resources/uri-schemes#ms-appx-and-ms-appx-web Internal URI for UWP applications]
** External file path: External [[Minecraft:com.mojang|com.mojang]] path for Android. ''(See [[Minecraft:com.mojang#Android_quirks|Android quirks]])''
** External file path: External [[Minecraft:com.mojang|com.mojang]] path for Android. ''(See [[Minecraft:com.mojang#Android|Android]])''
** User data path: Same as home path
** User data path: Same as home path
** Temporary file path: Same as settings path
** Temporary file path: Same as settings path
Line 73: Line 73:
* <code>xbl</code> to display the player's Xbox live profile
* <code>xbl</code> to display the player's Xbox live profile


{{MC/Argument|value|be=1|float}}
{{Argument|value|be=1|float}}


The value to set the brightness to.
The value to set the brightness to.


{{MC/Arg desc|be=float|min=0|max=1}} Valid values are between 0 and 1 (inclusive). Any number outside this range will be clamped internally.
{{Arg desc|be=float|min=0|max=1}} Valid values are between 0 and 1 (inclusive). Any number outside this range will be clamped internally.


If not specified, defaults to returning the current brightness instead.
If not specified, defaults to returning the current brightness instead.
Line 91: Line 91:


{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine|bedrock}}
|{{HistoryLine||1.2.13|dev=release|Accidentally added developer commands to iOS, including {{MC/Cmd|link=none|systemstat}}.}}
|{{HistoryLine||1.2.13|dev=release|Accidentally added developer commands to iOS, including {{cmd|link=none|systemstat}}.}}
|{{MC/HistoryLine||1.2.14|Removed all developer commands.}}
|{{HistoryLine||1.2.14|Removed all developer commands.}}
}}
}}


== Navigation ==
== Navigation ==
{{MC/Navbox commands}}
{{Navbox commands}}

Latest revision as of 11:06, 11 May 2026

Template:Outdated feature Template:Exclusive Template:Infobox command

Return or sets video settings and runtime statistics of the game.

Syntax

/systemstat <stat: SettableIntStat> [value: int]

  • Return or sets specific video settings

/systemstat <stat: SystemStat>

  • Returns system runtime variables

/systemstat brightness [value: float]

Arguments

Template:Argument

Specifies the video setting to return or set. Must be one of the following:

  • guiscale for changing GUI scale modifier
  • viewdistance for changing rendering distance

Template:Argument

The value to set the setting to.

Template:Arg desc Any number outside what the setting allows will be clamped internally.

If not specified, defaults to returning the variable instead.

Template:Argument

The system and game parameters to return. Must be one of the following:

  • avgendframetime for average frame time
  • avgremaindertimepercent for average remaining time percentage
  • avgrendertime for average rendering time
  • avgticktime for average ticking time
  • avgunaccountedtimepercent for average unaccounted time percentage
  • chunkdirtycount for dirty chunk count (number of modified chunks before game ticks)
  • chunkrebuildcount for number of chunks to rebuild
  • cpu for your system's CPU name
  • fps for current FPS
  • gpu for your system's GPU name
  • gpumemory for allocated GPU memory in megabytes
  • msaalevel for your current MSAA level
  • os for your system's OS name and version
  • paths to display directories used by the game. Including:
  • profilersecondsperupdate for time spent on profiling per tick
  • resolution for current resolution of the game window
  • systeminfo to display your OS, memory usage, CPU, resolution, GPU name, maximum GPU memory, MSAA level and render distance
  • systemmem for allocated memory in megabytes
  • xbl to display the player's Xbox live profile

Template:Argument

The value to set the brightness to.

Template:Arg desc Valid values are between 0 and 1 (inclusive). Any number outside this range will be clamped internally.

If not specified, defaults to returning the current brightness instead.

Result

Template:Result table Template:Result table Template:Result table Template:Result table


History

Template:HistoryTable

Navigation

Template:Navbox commands