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/version: Difference between revisions

From SAS Gaming Wiki
imported>COS wikiuser
Undo revision 3473339 by ~2026-DeepslateMountainJungle5502 (talk) this the English Minecraft wiki
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 5: Line 5:
}}
}}


Presents the server's game version information to the client on the [[Minecraft:chat]].
Presents the server's game version information to the client on the chat.


== Usage ==
== Usage ==
{{see also|version.json}}
{{see also|version.json}}


Prints the server's game version information on the chat, such as the name, protocol version, and the [[Minecraft:Pack format|resource pack and data pack formats]].
Prints the server's game version information on the chat, such as the name, protocol version, and the resource pack and data pack formats.


This is similar to the {{key|F3+V}} [[Minecraft:debug hotkey]], but presents server side info instead of client side.
This is similar to the {{key|F3+V}} debug hotkey, but presents server side info instead of client side.


The following is an example of what would be printed to chat on [[Minecraft:1.21.8]]:
The following is an example of what would be printed to chat on 1.21.8:
<pre>
<pre>
Server version info:
Server version info:
Line 30: Line 30:
   EDITOR NOTE:
   EDITOR NOTE:
     If you're updating this table,
     If you're updating this table,
     don't forget to update [[Minecraft:version.json]] too.
     don't forget to update version.json too.
-->
-->
{| class=wikitable
{| class=wikitable
Line 40: Line 40:
| Name || User-friendly name of the version, usually identical to ID.
| Name || User-friendly name of the version, usually identical to ID.
|-
|-
| Data || [[Minecraft:Data version]]
| Data || Data version
|-
|-
| Series || Identifies which branch the game comes from, the default values is "main" and other values are used when a version isn't from the main branch. This can be checked on the [[Minecraft:version.json]] for older versions, for example, "deep_dark_preview" was used for [[Minecraft:Deep Dark Experimental Snapshot 1]] and "april<YYYY>" is used for [[Minecraft:April Fools' Day joke]] versions released in 2022 or after.
| Series || Identifies which branch the game comes from, the default values is "main" and other values are used when a version isn't from the main branch. This can be checked on the version.json for older versions, for example, "deep_dark_preview" was used for Deep Dark Experimental Snapshot 1 and "april<YYYY>" is used for April Fools' Day joke versions released in 2022 or after.
|-
|-
| Protocol || [[Minecraft:Protocol version]]
| Protocol || [[Minecraft:Protocol version]]
Line 48: Line 48:
| Build time || Timestamp of when the version was built, in local timezone.
| Build time || Timestamp of when the version was built, in local timezone.
|-
|-
| Pack resource || [[Minecraft:Resource pack format]]
| Pack resource || Resource pack format
|-
|-
| Pack data || [[Minecraft:Data pack format]]
| Pack data || Data pack format
|-
|-
| Stable || Yes for release versions, no for development versions
| Stable || Yes for release versions, no for development versions
Line 78: Line 78:
{{Navbox commands}}
{{Navbox commands}}


[[Minecraft:de:Befehl/version]]
de:Befehl/version
[[Minecraft:ja:コマンド/version]]
ja:コマンド/version
[[Minecraft:lzh:令/version]]
lzh:令/version
[[Minecraft:pt:Comandos/version]]
pt:Comandos/version
[[Minecraft:ru:Команды консоли/version]]
ru:Команды консоли/version
[[Minecraft:th:คำสั่ง/version]]
th:คำสั่ง/version
[[Minecraft:zh:命令/version]]
zh:命令/version

Revision as of 15:45, 9 April 2026

Template:Exclusive Template:Infobox command

Presents the server's game version information to the client on the chat.

Usage

Template:See also

Prints the server's game version information on the chat, such as the name, protocol version, and the resource pack and data pack formats.

This is similar to the Template:Key debug hotkey, but presents server side info instead of client side.

The following is an example of what would be printed to chat on 1.21.8:

Server version info:
id = 1.21.8
name = 1.21.8
data = 4440
series = main
protocol = 772 (0x304)
build_time = Tue Jul 17 12:00:57 UTC 2025
pack_resource = 64
pack_data = 81
stable = yes
Field Content
ID Version ID string
Name User-friendly name of the version, usually identical to ID.
Data Data version
Series Identifies which branch the game comes from, the default values is "main" and other values are used when a version isn't from the main branch. This can be checked on the version.json for older versions, for example, "deep_dark_preview" was used for Deep Dark Experimental Snapshot 1 and "april<YYYY>" is used for April Fools' Day joke versions released in 2022 or after.
Protocol Minecraft:Protocol version
Build time Timestamp of when the version was built, in local timezone.
Pack resource Resource pack format
Pack data Data pack format
Stable Yes for release versions, no for development versions

Syntax

version

Result

Always successful.

Output

Template:Output table Template:Output table Template:Output table

History

Template:HistoryTable

Navigation

Template:Navbox commands

de:Befehl/version ja:コマンド/version lzh:令/version pt:Comandos/version ru:Команды консоли/version th:คำสั่ง/version zh:命令/version