Minecraft:Commands/systemstat: Difference between revisions
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 1: | Line 1: | ||
{{Outdated feature}} | {{Outdated feature}} | ||
{{ | {{MC/Exclusive|bedrock}} | ||
{{Infobox command | {{Infobox command | ||
| name = systemstat | | name = systemstat | ||
| Line 24: | Line 24: | ||
==Arguments== | ==Arguments== | ||
{{Argument|stat: SettableIntStat|be=1|Enum}} | {{MC/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 | ||
{{Argument|value|be=1|int}} | {{MC/Argument|value|be=1|int}} | ||
The value to set the setting to. | The value to set the setting to. | ||
{{Arg desc|be=int}} Any number outside what the setting allows will be clamped internally. | {{MC/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. | ||
{{Argument|stat: SystemStat|be=1|Enum}} | {{MC/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 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 | ||
{{Argument|value|be=1|float}} | {{MC/Argument|value|be=1|float}} | ||
The value to set the brightness to. | The value to set the brightness to. | ||
{{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. | {{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. | ||
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 | ||
|{{HistoryLine|bedrock}} | |{{MC/HistoryLine|bedrock}} | ||
|{{HistoryLine||1.2.13|dev=release|Accidentally added developer commands to iOS, including {{ | |{{HistoryLine||1.2.13|dev=release|Accidentally added developer commands to iOS, including {{MC/Cmd|link=none|systemstat}}.}} | ||
|{{HistoryLine||1.2.14|Removed all developer commands.}} | |{{MC/HistoryLine||1.2.14|Removed all developer commands.}} | ||
}} | }} | ||
== Navigation == | == Navigation == | ||
{{Navbox commands}} | {{MC/Navbox commands}} | ||
Latest revision as of 20:14, 9 April 2026
Template:Outdated feature Script error: No such module "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]
- Sets the brightness of the game. Similar to gamma in Minecraft:options.txt in Java edition
Arguments
stat: SettableIntStat: Enum
Specifies the video setting to return or set. Must be one of the following:
guiscalefor changing GUI scale modifierviewdistancefor changing rendering distance
value: int
The value to set the setting to.
{{#vardefine:onlyje|Template:IN,}}{{#vardefine:onlybe|}}{{#vardefine:je-arg|}}{{#vardefine:be-arg|integer}}Template:Error{{#vardefine:onlyje|}}{{#vardefine:onlybe|}}{{#vardefine:je-arg|}}{{#vardefine:be-arg|}} Any number outside what the setting allows will be clamped internally.
If not specified, defaults to returning the variable instead.
stat: SystemStat: Enum
The system and game parameters to return. Must be one of the following:
avgendframetimefor average frame timeavgremaindertimepercentfor average remaining time percentageavgrendertimefor average rendering timeavgticktimefor average ticking timeavgunaccountedtimepercentfor average unaccounted time percentagechunkdirtycountfor dirty chunk count (number of modified chunks before game ticks)chunkrebuildcountfor number of chunks to rebuildcpufor your system's CPU namefpsfor current FPSgpufor your system's GPU namegpumemoryfor allocated GPU memory in megabytesmsaalevelfor your current MSAA levelosfor your system's OS name and versionpathsto display directories used by the game. Including:- Root path: Internal LocalState/ApplicationData.LocalFolder path, two levels above com.mojang
- Package path: Installed game path
- Home path: com.mojang path
- Settings path:
minecraftpedirectory within com.mojang - World path:
minecraftWorldsdirectory within com.mojang - Resource Packs Path: (See resource packs)
- Data URL: Internal URI for UWP applications
- External file path: External com.mojang path for Android. (See Android quirks)
- User data path: Same as home path
- Temporary file path: Same as settings path
profilersecondsperupdatefor time spent on profiling per tickresolutionfor current resolution of the game windowsysteminfoto display your OS, memory usage, CPU, resolution, GPU name, maximum GPU memory, MSAA level and render distancesystemmemfor allocated memory in megabytesxblto display the player's Xbox live profile
value: float
The value to set the brightness to.
{{#vardefine:onlyje|Template:IN,}}{{#vardefine:onlybe|}}{{#vardefine:je-arg|}}{{#vardefine:be-arg|float}}Template:Error{{#vardefine:onlyje|}}{{#vardefine:onlybe|}}{{#vardefine:je-arg|}}{{#vardefine:be-arg|}} 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