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

Minecraft:Bedrock Dedicated Server/Upstream: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Sync: upstream version from Minecraft
 
SyncBot (talk | contribs)
Remove broken links to missing pages
 
Line 2: Line 2:
{{Infobox program
{{Infobox program
| image = Bedrock Dedicated Server Interface.png
| image = Bedrock Dedicated Server Interface.png
| developer = [[File:Mojang Studios logo.svg|x20px|link=Mojang Studios]] [[Minecraft:Mojang Studios]]
| developer = [[File:Mojang Studios logo.svg|x20px|link=Mojang Studios]] Mojang Studios
| platform = {{os|Windows|Linux}}
| platform = {{os|Windows|Linux}}
| programming language = {{os|C++}} {{w|C++}}
| programming language = {{os|C++}} {{w|C++}}
Line 33: Line 33:
** {{File|directory|config}}
** {{File|directory|config}}
*** {{File|directory|default}}
*** {{File|directory|default}}
**** {{File|file|permissions.json}}: A list of allowed [[Minecraft:scripting]] modules.
**** {{File|file|permissions.json}}: A list of allowed scripting modules.
** {{File|directory|data}}
** {{File|directory|data}}
*** {{File|file|bootstrap.json}}
*** {{File|file|bootstrap.json}}
** {{File|directory|definitions}}: Contains some resources for the server.
** {{File|directory|definitions}}: Contains some resources for the server.
*** {{File|directory|attachables}}: JSON files containing resources (such as animations and render controllers) for attachables like [[Minecraft:armor]] and some [[Minecraft:weapons]].
*** {{File|directory|attachables}}: JSON files containing resources (such as animations and render controllers) for attachables like [[Minecraft:armor]] and some weapons.
*** {{File|directory|disconnection_errors}}
*** {{File|directory|disconnection_errors}}
**** {{File|file|disconnection_error_messaging.json}}: Server disconnection messages with codewords and URLs.
**** {{File|file|disconnection_error_messaging.json}}: Server disconnection messages with codewords and URLs.
**** {{File|file|disconnection_error_messaging_edu.json}}: Contains disconnection message when a player from ''[[Minecraft:Minecraft Education]]'' attempts to connect to the server.
**** {{File|file|disconnection_error_messaging_edu.json}}: Contains disconnection message when a player from ''[[Minecraft:Minecraft Education]]'' attempts to connect to the server.
*** {{File|directory|feature_rules}}: JSON files affecting [[Minecraft:feature]] placement during world generation, similar to the directory in [[Minecraft:behavior packs]].
*** {{File|directory|feature_rules}}: JSON files affecting [[Minecraft:feature]] placement during world generation, similar to the directory in behavior packs.
*** {{File|directory|features}}: JSON files affecting feature generation, similar to the directory in behavior packs.
*** {{File|directory|features}}: JSON files affecting feature generation, similar to the directory in behavior packs.
*** {{File|directory|persona}}: JSON files containg default settings and UUIDs for all nine default [[Minecraft:characters]].
*** {{File|directory|persona}}: JSON files containg default settings and UUIDs for all nine default characters.
*** {{File|directory|sdl_layouts}}: JSON files containing layouts for the [[Minecraft:Dressing Room]].
*** {{File|directory|sdl_layouts}}: JSON files containing layouts for the Dressing Room.
*** {{File|directory|spawn_groups}}: JSON files containing spawn settings for all different [[Minecraft:raid]] waves.
*** {{File|directory|spawn_groups}}: JSON files containing spawn settings for all different raid waves.
** {{File|directory|development_behavior_packs}}: Custom [[Minecraft:behavior pack]] directory for worlds. Generated on the first run.
** {{File|directory|development_behavior_packs}}: Custom [[Minecraft:behavior pack]] directory for worlds. Generated on the first run.
** {{File|directory|development_resource_packs}}: Custom [[Minecraft:resource pack]] directory for worlds. Generated on the first run.
** {{File|directory|development_resource_packs}}: Custom resource pack directory for worlds. Generated on the first run.
** {{File|directory|development_skin_packs}}: Generated on the first run.
** {{File|directory|development_skin_packs}}: Generated on the first run.
** {{File|directory|minecraftpe}}: Only Linux. Generated on the first run.
** {{File|directory|minecraftpe}}: Only Linux. Generated on the first run.
** {{File|directory|premium_cache}}: Only Linux. Generated on the first run.
** {{File|directory|premium_cache}}: Only Linux. Generated on the first run.
** {{File|directory|resource_packs}}: Default ''Minecraft'' [[Minecraft:resource pack]] directory.
** {{File|directory|resource_packs}}: Default ''Minecraft'' resource pack directory.
** {{File|directory|treatments}}: Only Linux. Generated on the first run.
** {{File|directory|treatments}}: Only Linux. Generated on the first run.
*** {{File|directory|treatment_packs2}}: Only Linux. Generated on the first run.
*** {{File|directory|treatment_packs2}}: Only Linux. Generated on the first run.
** {{File|directory|world_templates}}: Generated on the first run.
** {{File|directory|world_templates}}: Generated on the first run.
** {{File|directory|worlds}}: Generated on the first run. May generate a world with the {{cd|level-name}} of <samp>[[Minecraft:server.properties]]</samp> simultaneously.
** {{File|directory|worlds}}: Generated on the first run. May generate a world with the {{cd|level-name}} of <samp>[[Minecraft:server.properties]]</samp> simultaneously.
** {{File|file|[[Minecraft:allowlist.json]]}}: Specifies players that are whitelisted.
** {{File|file|allowlist.json}}: Specifies players that are whitelisted.
** {{File|file|bedrock_server}} (Linux) or {{file|file|bedrock_server.exe}} (Windows): Server software executable.
** {{File|file|bedrock_server}} (Linux) or {{file|file|bedrock_server.exe}} (Windows): Server software executable.
** {{File|file|bedrock_server_how_to.html}}: HTML manual describing how to use the server software.
** {{File|file|bedrock_server_how_to.html}}: HTML manual describing how to use the server software.
Line 62: Line 62:
** {{File|file|packet-statistics.txt}}: Generated on the first run. Requires to stop the server normally.
** {{File|file|packet-statistics.txt}}: Generated on the first run. Requires to stop the server normally.
** {{File|file|packetlimitconfig.json}}: Specifies the sending limit of packets.
** {{File|file|packetlimitconfig.json}}: Specifies the sending limit of packets.
** {{File|file|[[Minecraft:permissions.json]]}}: Specifies [[Minecraft:player permissions]].
** {{File|file|permissions.json}}: Specifies player permissions.
** {{File|file|profanity_filter.wlist}}: Contains a list of words for filtering the profanity.
** {{File|file|profanity_filter.wlist}}: Contains a list of words for filtering the profanity.
** {{File|file|release-notes.txt}}: Contains some notes and links to changelogs and the bug tracker.
** {{File|file|release-notes.txt}}: Contains some notes and links to changelogs and the bug tracker.
Line 1,545: Line 1,545:


* The {{cmd|reload}} command cannot reload the server like the Java server to prevent the server from crashing. As a result, the server needs to be restarted every time the server settings are readjusted, or plug-ins are added.
* The {{cmd|reload}} command cannot reload the server like the Java server to prevent the server from crashing. As a result, the server needs to be restarted every time the server settings are readjusted, or plug-ins are added.
* Doesn't have a server invite system that allows in-game [[Minecraft:friends]], including from consoles, to connect like [[Minecraft:Realms]].
* Doesn't have a server invite system that allows in-game friends, including from consoles, to connect like [[Minecraft:Realms]].
* Doesn't support [[Minecraft:remote console]] (RCON), which allows sending [[Minecraft:commands]] remotely from external sources.
* Doesn't support remote console (RCON), which allows sending [[Minecraft:commands]] remotely from external sources.
* Doesn't support [[Minecraft:SRV record]] for a domain name, which allows connecting to a server using an {{w|Internet domain name}} without specifying a port manually.
* Doesn't support SRV record for a domain name, which allows connecting to a server using an {{w|Internet domain name}} without specifying a port manually.
* Doesn't support setting the server's [[Minecraft:message of the day]] (MOTD), even though the feature itself is supported by the Bedrock client, as seen in [[Minecraft:Server list#Bedrock Edition|''Bedrock Edition'''s server list]].
* Doesn't support setting the server's message of the day (MOTD), even though the feature itself is supported by the Bedrock client, as seen in [[Minecraft:Server list#Bedrock Edition|''Bedrock Edition'''s server list]].
* The server has poor support of community [[Minecraft:mods]] or plugins, unlike ''Java Edition'', which has a larger community and matured over the years, e.g., Spigot and PaperMC. Additionally, players may resort to [https://geysermc.org/ GeyserMC], which allows cross-compatibility for ''Bedrock Edition'' players to join a ''Java Edition'' server.
* The server has poor support of community mods or plugins, unlike ''Java Edition'', which has a larger community and matured over the years, e.g., Spigot and PaperMC. Additionally, players may resort to [https://geysermc.org/ GeyserMC], which allows cross-compatibility for ''Bedrock Edition'' players to join a ''Java Edition'' server.
** An alternative to plugins is the [[Minecraft:Scripting]] API provided by [[Minecraft:add-ons]].
** An alternative to plugins is the Scripting API provided by add-ons.
* The performance of BDS is poor on some multi-core server CPUs with low clock speed. On the contrary, some high clock speed desktop CPUs with stronger single core performance are more suitable for running BDS.
* The performance of BDS is poor on some multi-core server CPUs with low clock speed. On the contrary, some high clock speed desktop CPUs with stronger single core performance are more suitable for running BDS.
* In the case of high load (for example, a large number of entities accumulate / load complex chunks), sometimes the server suddenly has a very low CPU utilization, but the whole server is stuck.
* In the case of high load (for example, a large number of entities accumulate / load complex chunks), sometimes the server suddenly has a very low CPU utilization, but the whole server is stuck.
Line 1,561: Line 1,561:
|{{HistoryLine||1.6.1.0|link=Bedrock Edition 1.6.1|First public Bedrock Dedicated Server (BDS) release.
|{{HistoryLine||1.6.1.0|link=Bedrock Edition 1.6.1|First public Bedrock Dedicated Server (BDS) release.
| Includes a <code>bedrock_server_how_to.html</code> as a guide.
| Includes a <code>bedrock_server_how_to.html</code> as a guide.
| [[Minecraft:Bug tracker]] for BDS was launched.}}
| Bug tracker for BDS was launched.}}
|{{HistoryLine||1.7.0.13|link=Bedrock Edition 1.7.0|Server software updated for [[Minecraft:Bedrock Edition 1.7.0]]}}
|{{HistoryLine||1.7.0.13|link=Bedrock Edition 1.7.0|Server software updated for [[Minecraft:Bedrock Edition 1.7.0]]}}
|{{HistoryLine||1.8.0.24|link=Bedrock Edition 1.8.0|Server software updated for [[Minecraft:Bedrock Edition 1.8.0]]
|{{HistoryLine||1.8.0.24|link=Bedrock Edition 1.8.0|Server software updated for [[Minecraft:Bedrock Edition 1.8.0]]
Line 1,634: Line 1,634:
|{{HistoryLine||1.18.32.02|link=Bedrock Edition 1.18.32|Server software updated for [[Minecraft:Bedrock Edition 1.18.32]]}}
|{{HistoryLine||1.18.32.02|link=Bedrock Edition 1.18.32|Server software updated for [[Minecraft:Bedrock Edition 1.18.32]]}}
|{{HistoryLine||1.18.33.02|link=Bedrock Edition 1.18.33|Server software updated for [[Minecraft:Bedrock Edition 1.18.33]]}}
|{{HistoryLine||1.18.33.02|link=Bedrock Edition 1.18.33|Server software updated for [[Minecraft:Bedrock Edition 1.18.33]]}}
|{{HistoryLine||1.19.10.20|link=Bedrock Edition beta 1.19.10.20|The initial release of the server software for betas, the [[Minecraft:Bedrock Edition beta 1.19.10.20]].}}
|{{HistoryLine||1.19.10.20|link=Bedrock Edition beta 1.19.10.20|The initial release of the server software for betas, the Bedrock Edition beta 1.19.10.20.}}
|{{HistoryLine||1.19.1.01|link=Bedrock Edition 1.19.0|Server software updated for [[Minecraft:Bedrock Edition 1.19.0]]}}
|{{HistoryLine||1.19.1.01|link=Bedrock Edition 1.19.0|Server software updated for [[Minecraft:Bedrock Edition 1.19.0]]}}
|{{HistoryLine||1.19.2.02|link=Bedrock Edition 1.19.2|Server software updated for [[Minecraft:Bedrock Edition 1.19.2]]}}
|{{HistoryLine||1.19.2.02|link=Bedrock Edition 1.19.2|Server software updated for [[Minecraft:Bedrock Edition 1.19.2]]}}
Line 1,644: Line 1,644:
|{{HistoryLine||1.19.30.04|link=Bedrock Edition 1.19.30|Server software updated for [[Minecraft:Bedrock Edition 1.19.30]] and supports Ubuntu 22.04}}
|{{HistoryLine||1.19.30.04|link=Bedrock Edition 1.19.30|Server software updated for [[Minecraft:Bedrock Edition 1.19.30]] and supports Ubuntu 22.04}}
|{{HistoryLine||1.19.31.01|link=Bedrock Edition 1.19.31|Server software updated for [[Minecraft:Bedrock Edition 1.19.31]]}}
|{{HistoryLine||1.19.31.01|link=Bedrock Edition 1.19.31|Server software updated for [[Minecraft:Bedrock Edition 1.19.31]]}}
|{{HistoryLine||1.19.50.21|link=Bedrock Edition beta 1.19.50.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.50.21]]}}
|{{HistoryLine||1.19.50.21|link=Bedrock Edition beta 1.19.50.21|Server software (beta) updated for Bedrock Edition beta 1.19.50.21}}
|{{HistoryLine||1.19.40.02|link=Bedrock Edition 1.19.40|Server software updated for [[Minecraft:Bedrock Edition 1.19.40]]}}
|{{HistoryLine||1.19.40.02|link=Bedrock Edition 1.19.40|Server software updated for [[Minecraft:Bedrock Edition 1.19.40]]}}
|{{HistoryLine||1.19.41.01|link=Bedrock Edition 1.19.41|Server software updated for [[Minecraft:Bedrock Edition 1.19.41]]}}
|{{HistoryLine||1.19.41.01|link=Bedrock Edition 1.19.41|Server software updated for [[Minecraft:Bedrock Edition 1.19.41]]}}
|{{HistoryLine||1.19.50.24|link=Bedrock Edition beta 1.19.50.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.50.24]]}}
|{{HistoryLine||1.19.50.24|link=Bedrock Edition beta 1.19.50.24|Server software (beta) updated for Bedrock Edition beta 1.19.50.24}}
|{{HistoryLine||1.19.50.25|link=Bedrock Edition beta 1.19.50.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.50.25]]}}
|{{HistoryLine||1.19.50.25|link=Bedrock Edition beta 1.19.50.25|Server software (beta) updated for Bedrock Edition beta 1.19.50.25}}
|{{HistoryLine||1.19.60.20|link=Bedrock Edition beta 1.19.60.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.60.20]]}}
|{{HistoryLine||1.19.60.20|link=Bedrock Edition beta 1.19.60.20|Server software (beta) updated for Bedrock Edition beta 1.19.60.20}}
|{{HistoryLine||1.19.50.02|link=Bedrock Edition 1.19.50|Server software updated for [[Minecraft:Bedrock Edition 1.19.50]]
|{{HistoryLine||1.19.50.02|link=Bedrock Edition 1.19.50|Server software updated for [[Minecraft:Bedrock Edition 1.19.50]]
{{fixes|fixedin=1.19.50|project=BDS
{{fixes|fixedin=1.19.50|project=BDS
Line 1,655: Line 1,655:
}}
}}
}}
}}
|{{HistoryLine||1.19.60.22|link=Bedrock Edition beta 1.19.60.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.60.22]]}}
|{{HistoryLine||1.19.60.22|link=Bedrock Edition beta 1.19.60.22|Server software (beta) updated for Bedrock Edition beta 1.19.60.22}}
|{{HistoryLine||1.19.60.23|link=Bedrock Edition beta 1.19.60.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.60.23]]}}
|{{HistoryLine||1.19.60.23|link=Bedrock Edition beta 1.19.60.23|Server software (beta) updated for Bedrock Edition beta 1.19.60.23}}
|{{HistoryLine||1.19.51.01|link=Bedrock Edition 1.19.51|Server software updated for [[Minecraft:Bedrock Edition 1.19.51]]}}
|{{HistoryLine||1.19.51.01|link=Bedrock Edition 1.19.51|Server software updated for [[Minecraft:Bedrock Edition 1.19.51]]}}
|{{HistoryLine||1.19.60.24|link=Bedrock Edition beta 1.19.60.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.60.24]]}}
|{{HistoryLine||1.19.60.24|link=Bedrock Edition beta 1.19.60.24|Server software (beta) updated for Bedrock Edition beta 1.19.60.24}}
|{{HistoryLine||1.19.60.25|link=Bedrock Edition beta 1.19.60.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.60.25]]}}
|{{HistoryLine||1.19.60.25|link=Bedrock Edition beta 1.19.60.25|Server software (beta) updated for Bedrock Edition beta 1.19.60.25}}
|{{HistoryLine||1.19.60.26|link=Bedrock Edition beta 1.19.60.26|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.60.26]]}}
|{{HistoryLine||1.19.60.26|link=Bedrock Edition beta 1.19.60.26|Server software (beta) updated for Bedrock Edition beta 1.19.60.26}}
|{{HistoryLine||1.19.60.27|link=Bedrock Edition beta 1.19.60.27|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.60.27]]}}
|{{HistoryLine||1.19.60.27|link=Bedrock Edition beta 1.19.60.27|Server software (beta) updated for Bedrock Edition beta 1.19.60.27}}
|{{HistoryLine||1.19.70.20|link=Bedrock Edition beta 1.19.70.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.70.20]]}}
|{{HistoryLine||1.19.70.20|link=Bedrock Edition beta 1.19.70.20|Server software (beta) updated for Bedrock Edition beta 1.19.70.20}}
|{{HistoryLine||1.19.52.01|link=none|Server software updated.}}
|{{HistoryLine||1.19.52.01|link=none|Server software updated.}}
|{{HistoryLine||1.19.70.21|link=Bedrock Edition beta 1.19.70.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.70.21]]}}
|{{HistoryLine||1.19.70.21|link=Bedrock Edition beta 1.19.70.21|Server software (beta) updated for Bedrock Edition beta 1.19.70.21}}
|{{HistoryLine||1.19.60.04|link=Bedrock Edition 1.19.60|Server software updated for [[Minecraft:Bedrock Edition 1.19.60]]}}
|{{HistoryLine||1.19.60.04|link=Bedrock Edition 1.19.60|Server software updated for [[Minecraft:Bedrock Edition 1.19.60]]}}
|{{HistoryLine||1.19.61.01|link=none|Server software updated.}}
|{{HistoryLine||1.19.61.01|link=none|Server software updated.}}
|{{HistoryLine||1.19.62.01|link=none|Server software updated.}}
|{{HistoryLine||1.19.62.01|link=none|Server software updated.}}
|{{HistoryLine||1.19.63.01|link=none|Server software updated.}}
|{{HistoryLine||1.19.63.01|link=none|Server software updated.}}
|{{HistoryLine||1.19.70.23|link=Bedrock Edition beta 1.19.70.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.70.23]]}}
|{{HistoryLine||1.19.70.23|link=Bedrock Edition beta 1.19.70.23|Server software (beta) updated for Bedrock Edition beta 1.19.70.23}}
|{{HistoryLine||1.19.70.24|link=Bedrock Edition beta 1.19.70.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.70.24]]}}
|{{HistoryLine||1.19.70.24|link=Bedrock Edition beta 1.19.70.24|Server software (beta) updated for Bedrock Edition beta 1.19.70.24}}
|{{HistoryLine||1.19.70.26|link=Bedrock Edition beta 1.19.70.26|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.70.26]]}}
|{{HistoryLine||1.19.70.26|link=Bedrock Edition beta 1.19.70.26|Server software (beta) updated for Bedrock Edition beta 1.19.70.26}}
|{{HistoryLine||1.19.80.20|link=Bedrock Edition beta 1.19.80.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.80.20]]}}
|{{HistoryLine||1.19.80.20|link=Bedrock Edition beta 1.19.80.20|Server software (beta) updated for Bedrock Edition beta 1.19.80.20}}
|{{HistoryLine||1.19.70.02|link=Bedrock Edition 1.19.70|Server software updated for [[Minecraft:Bedrock Edition 1.19.70]]}}
|{{HistoryLine||1.19.70.02|link=Bedrock Edition 1.19.70|Server software updated for [[Minecraft:Bedrock Edition 1.19.70]]}}
|{{HistoryLine||1.19.80.21|link=Bedrock Edition beta 1.19.80.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.80.21]]}}
|{{HistoryLine||1.19.80.21|link=Bedrock Edition beta 1.19.80.21|Server software (beta) updated for Bedrock Edition beta 1.19.80.21}}
|{{HistoryLine||1.19.71.02|link=Bedrock Edition 1.19.71|Server software updated for [[Minecraft:Bedrock Edition 1.19.71]]}}
|{{HistoryLine||1.19.71.02|link=Bedrock Edition 1.19.71|Server software updated for [[Minecraft:Bedrock Edition 1.19.71]]}}
|{{HistoryLine||1.19.72.01|link=Bedrock Edition 1.19.72|Server software updated for [[Minecraft:Bedrock Edition 1.19.72]]}}
|{{HistoryLine||1.19.72.01|link=Bedrock Edition 1.19.72|Server software updated for [[Minecraft:Bedrock Edition 1.19.72]]}}
|{{HistoryLine||1.19.80.22|link=Bedrock Edition beta 1.19.80.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.80.22]]}}
|{{HistoryLine||1.19.80.22|link=Bedrock Edition beta 1.19.80.22|Server software (beta) updated for Bedrock Edition beta 1.19.80.22}}
|{{HistoryLine||1.19.73.02|link=Bedrock Edition 1.19.73|Server software updated for [[Minecraft:Bedrock Edition 1.19.73]]}}
|{{HistoryLine||1.19.73.02|link=Bedrock Edition 1.19.73|Server software updated for [[Minecraft:Bedrock Edition 1.19.73]]}}
|{{HistoryLine||1.19.80.23|link=Bedrock Edition beta 1.19.80.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.19.80.23]]}}
|{{HistoryLine||1.19.80.23|link=Bedrock Edition beta 1.19.80.23|Server software (beta) updated for Bedrock Edition beta 1.19.80.23}}
|{{HistoryLine||1.20.0.20|link=Bedrock Edition beta 1.20.0.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.0.20]]}}
|{{HistoryLine||1.20.0.20|link=Bedrock Edition beta 1.20.0.20|Server software (beta) updated for Bedrock Edition beta 1.20.0.20}}
|{{HistoryLine||1.20.0.21|link=Bedrock Edition beta 1.20.0.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.0.21]]}}
|{{HistoryLine||1.20.0.21|link=Bedrock Edition beta 1.20.0.21|Server software (beta) updated for Bedrock Edition beta 1.20.0.21}}
|{{HistoryLine||1.19.80.02|link=Bedrock Edition 1.19.80|Server software updated for [[Minecraft:Bedrock Edition 1.19.80]]}}
|{{HistoryLine||1.19.80.02|link=Bedrock Edition 1.19.80|Server software updated for [[Minecraft:Bedrock Edition 1.19.80]]}}
|{{HistoryLine||1.20.0.22|link=Bedrock Edition beta 1.20.0.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.0.22]]}}
|{{HistoryLine||1.20.0.22|link=Bedrock Edition beta 1.20.0.22|Server software (beta) updated for Bedrock Edition beta 1.20.0.22}}
|{{HistoryLine||1.19.81.01|link=Bedrock Edition 1.19.81|Server software updated for [[Minecraft:Bedrock Edition 1.19.81]]}}
|{{HistoryLine||1.19.81.01|link=Bedrock Edition 1.19.81|Server software updated for [[Minecraft:Bedrock Edition 1.19.81]]}}
|{{HistoryLine||1.20.0.23|link=Bedrock Edition beta 1.20.0.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.0.23]]}}
|{{HistoryLine||1.20.0.23|link=Bedrock Edition beta 1.20.0.23|Server software (beta) updated for Bedrock Edition beta 1.20.0.23}}
|{{HistoryLine||1.20.0.24|link=Bedrock Edition beta 1.20.0.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.0.24]]}}
|{{HistoryLine||1.20.0.24|link=Bedrock Edition beta 1.20.0.24|Server software (beta) updated for Bedrock Edition beta 1.20.0.24}}
|{{HistoryLine||1.19.83.01|link=Bedrock Edition 1.19.83|Server software updated for [[Minecraft:Bedrock Edition 1.19.83]]}}
|{{HistoryLine||1.19.83.01|link=Bedrock Edition 1.19.83|Server software updated for [[Minecraft:Bedrock Edition 1.19.83]]}}
|{{HistoryLine||1.20.0.25|link=Bedrock Edition beta 1.20.0.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.0.25]]}}
|{{HistoryLine||1.20.0.25|link=Bedrock Edition beta 1.20.0.25|Server software (beta) updated for Bedrock Edition beta 1.20.0.25}}
|{{HistoryLine||1.20.10.20|link=Bedrock Edition beta 1.20.10.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.10.20]]}}
|{{HistoryLine||1.20.10.20|link=Bedrock Edition beta 1.20.10.20|Server software (beta) updated for Bedrock Edition beta 1.20.10.20}}
|{{HistoryLine||1.20.0.01|link=Bedrock Edition 1.20.0|Server software updated for [[Minecraft:Bedrock Edition 1.20.0]]}}
|{{HistoryLine||1.20.0.01|link=Bedrock Edition 1.20.0|Server software updated for [[Minecraft:Bedrock Edition 1.20.0]]}}
|{{HistoryLine||1.20.10.21|link=Bedrock Edition beta 1.20.10.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.10.21]]}}
|{{HistoryLine||1.20.10.21|link=Bedrock Edition beta 1.20.10.21|Server software (beta) updated for Bedrock Edition beta 1.20.10.21}}
|{{HistoryLine||1.20.10.23|link=Bedrock Edition beta 1.20.10.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.10.23]]
|{{HistoryLine||1.20.10.23|link=Bedrock Edition beta 1.20.10.23|Server software (beta) updated for Bedrock Edition beta 1.20.10.23
{{fixes|project=BDS
{{fixes|project=BDS
|18133|server crash with non-empty allowlist.json
|18133|server crash with non-empty allowlist.json
Line 1,698: Line 1,698:
}}
}}
|{{HistoryLine||1.20.1.02|link=Bedrock Edition 1.20.1|Server software updated for [[Minecraft:Bedrock Edition 1.20.1]]}}
|{{HistoryLine||1.20.1.02|link=Bedrock Edition 1.20.1|Server software updated for [[Minecraft:Bedrock Edition 1.20.1]]}}
|{{HistoryLine||1.20.10.24|link=Bedrock Edition beta 1.20.10.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.10.24]]}}
|{{HistoryLine||1.20.10.24|link=Bedrock Edition beta 1.20.10.24|Server software (beta) updated for Bedrock Edition beta 1.20.10.24}}
|{{HistoryLine||1.20.20.20|link=Bedrock Edition beta 1.20.20.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.20.20]]}}
|{{HistoryLine||1.20.20.20|link=Bedrock Edition beta 1.20.20.20|Server software (beta) updated for Bedrock Edition beta 1.20.20.20}}
|{{HistoryLine||1.20.10.01|link=Bedrock Edition 1.20.10|Server software updated for [[Minecraft:Bedrock Edition 1.20.10]]}}
|{{HistoryLine||1.20.10.01|link=Bedrock Edition 1.20.10|Server software updated for [[Minecraft:Bedrock Edition 1.20.10]]}}
|{{HistoryLine||1.20.11.01|link=Bedrock Edition 1.20.11|Server software updated for [[Minecraft:Bedrock Edition 1.20.11]]}}
|{{HistoryLine||1.20.11.01|link=Bedrock Edition 1.20.11|Server software updated for Bedrock Edition 1.20.11}}
|{{HistoryLine||1.20.20.21|link=Bedrock Edition beta 1.20.20.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.20.21]]}}
|{{HistoryLine||1.20.20.21|link=Bedrock Edition beta 1.20.20.21|Server software (beta) updated for Bedrock Edition beta 1.20.20.21}}
|{{HistoryLine||1.20.12.01|link=Bedrock Edition 1.20.12|Server software updated for [[Minecraft:Bedrock Edition 1.20.12]]}}
|{{HistoryLine||1.20.12.01|link=Bedrock Edition 1.20.12|Server software updated for [[Minecraft:Bedrock Edition 1.20.12]]}}
|{{HistoryLine||1.20.20.22|link=Bedrock Edition beta 1.20.20.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.20.22]]}}
|{{HistoryLine||1.20.20.22|link=Bedrock Edition beta 1.20.20.22|Server software (beta) updated for Bedrock Edition beta 1.20.20.22}}
|{{HistoryLine||1.20.13.01|link=Bedrock Edition 1.20.13|Server software updated for [[Minecraft:Bedrock Edition 1.20.13]]}}
|{{HistoryLine||1.20.13.01|link=Bedrock Edition 1.20.13|Server software updated for [[Minecraft:Bedrock Edition 1.20.13]]}}
|{{HistoryLine||1.20.20.23|link=Bedrock Edition beta 1.20.20.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.20.23]]}}
|{{HistoryLine||1.20.20.23|link=Bedrock Edition beta 1.20.20.23|Server software (beta) updated for Bedrock Edition beta 1.20.20.23}}
|{{HistoryLine||1.20.30.20|link=Bedrock Edition beta 1.20.30.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.30.20]]}}
|{{HistoryLine||1.20.30.20|link=Bedrock Edition beta 1.20.30.20|Server software (beta) updated for Bedrock Edition beta 1.20.30.20}}
|{{HistoryLine||1.20.14.01|link=Bedrock Edition 1.20.14|Server software updated for [[Minecraft:Bedrock Edition 1.20.14]]}}
|{{HistoryLine||1.20.14.01|link=Bedrock Edition 1.20.14|Server software updated for [[Minecraft:Bedrock Edition 1.20.14]]}}
|{{HistoryLine||1.20.30.21|link=Bedrock Edition beta 1.20.30.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.30.21]]}}
|{{HistoryLine||1.20.30.21|link=Bedrock Edition beta 1.20.30.21|Server software (beta) updated for Bedrock Edition beta 1.20.30.21}}
|{{HistoryLine||1.20.15.01|link=Bedrock Edition 1.20.15|Server software updated for [[Minecraft:Bedrock Edition 1.20.15]]}}
|{{HistoryLine||1.20.15.01|link=Bedrock Edition 1.20.15|Server software updated for [[Minecraft:Bedrock Edition 1.20.15]]}}
|{{HistoryLine||1.20.30.22|link=Bedrock Edition beta 1.20.30.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.30.22]]
|{{HistoryLine||1.20.30.22|link=Bedrock Edition beta 1.20.30.22|Server software (beta) updated for Bedrock Edition beta 1.20.30.22
{{fixes|project=BDS
{{fixes|project=BDS
|17527|Multiple server crashes due to memory leak when loading chunks
|17527|Multiple server crashes due to memory leak when loading chunks
}}
}}
}}
}}
|{{HistoryLine||1.20.30.24|link=Bedrock Edition beta 1.20.30.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.30.24]]}}
|{{HistoryLine||1.20.30.24|link=Bedrock Edition beta 1.20.30.24|Server software (beta) updated for Bedrock Edition beta 1.20.30.24}}
|{{HistoryLine||1.20.30.25|link=Bedrock Edition beta 1.20.30.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.30.25]]}}
|{{HistoryLine||1.20.30.25|link=Bedrock Edition beta 1.20.30.25|Server software (beta) updated for Bedrock Edition beta 1.20.30.25}}
|{{HistoryLine||1.20.40.20|link=Bedrock Edition beta 1.20.40.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.40.20]]}}
|{{HistoryLine||1.20.40.20|link=Bedrock Edition beta 1.20.40.20|Server software (beta) updated for Bedrock Edition beta 1.20.40.20}}
|{{HistoryLine||1.20.40.21|link=Bedrock Edition beta 1.20.40.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.40.21]]}}
|{{HistoryLine||1.20.40.21|link=Bedrock Edition beta 1.20.40.21|Server software (beta) updated for Bedrock Edition beta 1.20.40.21}}
|{{HistoryLine||1.20.30.02|link=Bedrock Edition 1.20.30|Server software updated for [[Minecraft:Bedrock Edition 1.20.30]] and requires Ubuntu 20.04}}
|{{HistoryLine||1.20.30.02|link=Bedrock Edition 1.20.30|Server software updated for [[Minecraft:Bedrock Edition 1.20.30]] and requires Ubuntu 20.04}}
|{{HistoryLine||1.20.40.22|link=Bedrock Edition beta 1.20.40.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.40.22]]}}
|{{HistoryLine||1.20.40.22|link=Bedrock Edition beta 1.20.40.22|Server software (beta) updated for Bedrock Edition beta 1.20.40.22}}
|{{HistoryLine||1.20.31.01|link=Bedrock Edition 1.20.31|Server software updated for [[Minecraft:Bedrock Edition 1.20.31]]}}
|{{HistoryLine||1.20.31.01|link=Bedrock Edition 1.20.31|Server software updated for [[Minecraft:Bedrock Edition 1.20.31]]}}
|{{HistoryLine||1.20.40.23|link=Bedrock Edition beta 1.20.40.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.40.23]]}}
|{{HistoryLine||1.20.40.23|link=Bedrock Edition beta 1.20.40.23|Server software (beta) updated for Bedrock Edition beta 1.20.40.23}}
|{{HistoryLine||1.20.32.03|link=Bedrock Edition 1.20.32|Server software updated for [[Minecraft:Bedrock Edition 1.20.32]]}}
|{{HistoryLine||1.20.32.03|link=Bedrock Edition 1.20.32|Server software updated for [[Minecraft:Bedrock Edition 1.20.32]]}}
|{{HistoryLine||1.20.40.24|link=Bedrock Edition beta 1.20.40.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.40.24]]}}
|{{HistoryLine||1.20.40.24|link=Bedrock Edition beta 1.20.40.24|Server software (beta) updated for Bedrock Edition beta 1.20.40.24}}
|{{HistoryLine||1.20.50.20|link=Bedrock Edition beta 1.20.50.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.50.20]]}}
|{{HistoryLine||1.20.50.20|link=Bedrock Edition beta 1.20.50.20|Server software (beta) updated for Bedrock Edition beta 1.20.50.20}}
|{{HistoryLine||1.20.50.21|link=Bedrock Edition beta 1.20.50.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.50.21]]}}
|{{HistoryLine||1.20.50.21|link=Bedrock Edition beta 1.20.50.21|Server software (beta) updated for Bedrock Edition beta 1.20.50.21}}
|{{HistoryLine||1.20.40.01|link=Bedrock Edition 1.20.40|Server software updated for [[Minecraft:Bedrock Edition 1.20.40]]}}
|{{HistoryLine||1.20.40.01|link=Bedrock Edition 1.20.40|Server software updated for [[Minecraft:Bedrock Edition 1.20.40]]}}
|{{HistoryLine||1.20.50.22|link=Bedrock Edition beta 1.20.50.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.50.22]]}}
|{{HistoryLine||1.20.50.22|link=Bedrock Edition beta 1.20.50.22|Server software (beta) updated for Bedrock Edition beta 1.20.50.22}}
|{{HistoryLine||1.20.41.02|link=Bedrock Edition 1.20.41|Server software updated for [[Minecraft:Bedrock Edition 1.20.41]]}}
|{{HistoryLine||1.20.41.02|link=Bedrock Edition 1.20.41|Server software updated for [[Minecraft:Bedrock Edition 1.20.41]]}}
|{{HistoryLine||1.20.50.23|link=Bedrock Edition beta 1.20.50.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.50.23]]}}
|{{HistoryLine||1.20.50.23|link=Bedrock Edition beta 1.20.50.23|Server software (beta) updated for Bedrock Edition beta 1.20.50.23}}
|{{HistoryLine||1.20.50.24|link=Bedrock Edition beta 1.20.50.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.50.24]]}}
|{{HistoryLine||1.20.50.24|link=Bedrock Edition beta 1.20.50.24|Server software (beta) updated for Bedrock Edition beta 1.20.50.24}}
|{{HistoryLine||1.20.60.20|link=Bedrock Edition beta 1.20.60.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.60.20]]}}
|{{HistoryLine||1.20.60.20|link=Bedrock Edition beta 1.20.60.20|Server software (beta) updated for Bedrock Edition beta 1.20.60.20}}
|{{HistoryLine||1.20.60.21|link=Bedrock Edition beta 1.20.60.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.60.21]]}}
|{{HistoryLine||1.20.60.21|link=Bedrock Edition beta 1.20.60.21|Server software (beta) updated for Bedrock Edition beta 1.20.60.21}}
|{{HistoryLine||1.20.50.03|link=Bedrock Edition 1.20.50|Server software updated for [[Minecraft:Bedrock Edition 1.20.50]]}}
|{{HistoryLine||1.20.50.03|link=Bedrock Edition 1.20.50|Server software updated for [[Minecraft:Bedrock Edition 1.20.50]]}}
|{{HistoryLine||1.20.60.22|link=Bedrock Edition beta 1.20.60.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.60.22]]}}
|{{HistoryLine||1.20.60.22|link=Bedrock Edition beta 1.20.60.22|Server software (beta) updated for Bedrock Edition beta 1.20.60.22}}
|{{HistoryLine||1.20.60.23|link=Bedrock Edition beta 1.20.60.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.60.23]]}}
|{{HistoryLine||1.20.60.23|link=Bedrock Edition beta 1.20.60.23|Server software (beta) updated for Bedrock Edition beta 1.20.60.23}}
|{{HistoryLine||1.20.51.01|link=Bedrock Edition 1.20.51|Server software updated for [[Minecraft:Bedrock Edition 1.20.51]]}}
|{{HistoryLine||1.20.51.01|link=Bedrock Edition 1.20.51|Server software updated for [[Minecraft:Bedrock Edition 1.20.51]]}}
|{{HistoryLine||1.20.60.24|link=Bedrock Edition beta 1.20.60.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.60.24]]}}
|{{HistoryLine||1.20.60.24|link=Bedrock Edition beta 1.20.60.24|Server software (beta) updated for Bedrock Edition beta 1.20.60.24}}
|{{HistoryLine||1.20.60.25|link=Bedrock Edition beta 1.20.60.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.60.25]]}}
|{{HistoryLine||1.20.60.25|link=Bedrock Edition beta 1.20.60.25|Server software (beta) updated for Bedrock Edition beta 1.20.60.25}}
|{{HistoryLine||1.20.70.20|link=Bedrock Edition beta 1.20.70.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.70.20]]}}
|{{HistoryLine||1.20.70.20|link=Bedrock Edition beta 1.20.70.20|Server software (beta) updated for Bedrock Edition beta 1.20.70.20}}
|{{HistoryLine||1.20.70.21|link=Bedrock Edition beta 1.20.70.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.70.21]]}}
|{{HistoryLine||1.20.70.21|link=Bedrock Edition beta 1.20.70.21|Server software (beta) updated for Bedrock Edition beta 1.20.70.21}}
|{{HistoryLine||1.20.61.01|link=Bedrock Edition 1.20.60|Server software updated for [[Minecraft:Bedrock Edition 1.20.60]]}}
|{{HistoryLine||1.20.61.01|link=Bedrock Edition 1.20.60|Server software updated for [[Minecraft:Bedrock Edition 1.20.60]]}}
|{{HistoryLine||1.20.70.22|link=Bedrock Edition beta 1.20.70.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.70.22]]}}
|{{HistoryLine||1.20.70.22|link=Bedrock Edition beta 1.20.70.22|Server software (beta) updated for Bedrock Edition beta 1.20.70.22}}
|{{HistoryLine||1.20.70.24|link=Bedrock Edition beta 1.20.70.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.70.24]]}}
|{{HistoryLine||1.20.70.24|link=Bedrock Edition beta 1.20.70.24|Server software (beta) updated for Bedrock Edition beta 1.20.70.24}}
|{{HistoryLine||1.20.62.01|link=Bedrock Edition 1.20.62|Server software updated for [[Minecraft:Bedrock Edition 1.20.62]]}}
|{{HistoryLine||1.20.62.01|link=Bedrock Edition 1.20.62|Server software updated for [[Minecraft:Bedrock Edition 1.20.62]]}}
|{{HistoryLine||1.20.62.02|link=Bedrock Edition 1.20.62|Unknown}}
|{{HistoryLine||1.20.62.02|link=Bedrock Edition 1.20.62|Unknown}}
|{{HistoryLine||1.20.70.25|link=Bedrock Edition beta 1.20.70.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.70.25]]}}
|{{HistoryLine||1.20.70.25|link=Bedrock Edition beta 1.20.70.25|Server software (beta) updated for Bedrock Edition beta 1.20.70.25}}
|{{HistoryLine||1.20.80.20|link=Bedrock Edition beta 1.20.80.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.80.20]]}}
|{{HistoryLine||1.20.80.20|link=Bedrock Edition beta 1.20.80.20|Server software (beta) updated for Bedrock Edition beta 1.20.80.20}}
|{{HistoryLine||1.20.62.03|link=Bedrock Edition 1.20.62|Unknown}}
|{{HistoryLine||1.20.62.03|link=Bedrock Edition 1.20.62|Unknown}}
|{{HistoryLine||1.20.80.21|link=Bedrock Edition beta 1.20.80.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.80.21]]}}
|{{HistoryLine||1.20.80.21|link=Bedrock Edition beta 1.20.80.21|Server software (beta) updated for Bedrock Edition beta 1.20.80.21}}
|{{HistoryLine||1.20.70.05|link=Bedrock Edition 1.20.70|Server software updated for [[Minecraft:Bedrock Edition 1.20.70]]}}
|{{HistoryLine||1.20.70.05|link=Bedrock Edition 1.20.70|Server software updated for [[Minecraft:Bedrock Edition 1.20.70]]}}
|{{HistoryLine||1.20.71.01|link=Bedrock Edition 1.20.71|Server software updated for [[Minecraft:Bedrock Edition 1.20.71]]}}
|{{HistoryLine||1.20.71.01|link=Bedrock Edition 1.20.71|Server software updated for [[Minecraft:Bedrock Edition 1.20.71]]}}
|{{HistoryLine||1.20.80.22|link=Bedrock Edition beta 1.20.80.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.80.22]]}}
|{{HistoryLine||1.20.80.22|link=Bedrock Edition beta 1.20.80.22|Server software (beta) updated for Bedrock Edition beta 1.20.80.22}}
|{{HistoryLine||1.20.72.01|link=Bedrock Edition 1.20.72|Server software updated for [[Minecraft:Bedrock Edition 1.20.72]]}}
|{{HistoryLine||1.20.72.01|link=Bedrock Edition 1.20.72|Server software updated for [[Minecraft:Bedrock Edition 1.20.72]]}}
|{{HistoryLine||1.20.80.23|link=Bedrock Edition beta 1.20.80.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.80.23]]}}
|{{HistoryLine||1.20.80.23|link=Bedrock Edition beta 1.20.80.23|Server software (beta) updated for Bedrock Edition beta 1.20.80.23}}
|{{HistoryLine||1.20.80.24|link=Bedrock Edition beta 1.20.80.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.20.80.24]]}}
|{{HistoryLine||1.20.80.24|link=Bedrock Edition beta 1.20.80.24|Server software (beta) updated for Bedrock Edition beta 1.20.80.24}}
|{{HistoryLine||1.20.73.01|link=Bedrock Edition 1.20.73|Server software updated for [[Minecraft:Bedrock Edition 1.20.73]]}}
|{{HistoryLine||1.20.73.01|link=Bedrock Edition 1.20.73|Server software updated for [[Minecraft:Bedrock Edition 1.20.73]]}}
|{{HistoryLine||1.21.0.20|link=Bedrock Edition beta 1.21.0.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.0.20]]}}
|{{HistoryLine||1.21.0.20|link=Bedrock Edition beta 1.21.0.20|Server software (beta) updated for Bedrock Edition beta 1.21.0.20}}
|{{HistoryLine||1.21.0.21|link=Bedrock Edition beta 1.21.0.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.0.21]]}}
|{{HistoryLine||1.21.0.21|link=Bedrock Edition beta 1.21.0.21|Server software (beta) updated for Bedrock Edition beta 1.21.0.21}}
|{{HistoryLine||1.21.0.22|link=Bedrock Edition beta 1.21.0.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.0.22]]}}
|{{HistoryLine||1.21.0.22|link=Bedrock Edition beta 1.21.0.22|Server software (beta) updated for Bedrock Edition beta 1.21.0.22}}
|{{HistoryLine||1.20.80.05|link=Bedrock Edition 1.20.80|Server software updated for [[Minecraft:Bedrock Edition 1.20.80]]}}
|{{HistoryLine||1.20.80.05|link=Bedrock Edition 1.20.80|Server software updated for [[Minecraft:Bedrock Edition 1.20.80]]}}
|{{HistoryLine||1.21.0.23|link=Bedrock Edition beta 1.21.0.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.0.23]]}}
|{{HistoryLine||1.21.0.23|link=Bedrock Edition beta 1.21.0.23|Server software (beta) updated for Bedrock Edition beta 1.21.0.23}}
|{{HistoryLine||1.20.81.01|link=Bedrock Edition 1.20.81|Server software updated for [[Minecraft:Bedrock Edition 1.20.81]]}}
|{{HistoryLine||1.20.81.01|link=Bedrock Edition 1.20.81|Server software updated for [[Minecraft:Bedrock Edition 1.20.81]]}}
|{{HistoryLine||1.21.0.24|link=Bedrock Edition beta 1.21.0.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.0.24]]}}
|{{HistoryLine||1.21.0.24|link=Bedrock Edition beta 1.21.0.24|Server software (beta) updated for Bedrock Edition beta 1.21.0.24}}
|{{HistoryLine||1.21.0.25|link=Bedrock Edition beta 1.21.0.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.0.25]]}}
|{{HistoryLine||1.21.0.25|link=Bedrock Edition beta 1.21.0.25|Server software (beta) updated for Bedrock Edition beta 1.21.0.25}}
|{{HistoryLine||1.21.0.26|link=Bedrock Edition beta 1.21.0.26|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.0.26]]}}
|{{HistoryLine||1.21.0.26|link=Bedrock Edition beta 1.21.0.26|Server software (beta) updated for Bedrock Edition beta 1.21.0.26}}
|{{HistoryLine||1.21.10.20|link=Bedrock Edition beta 1.21.10.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.10.20]]}}
|{{HistoryLine||1.21.10.20|link=Bedrock Edition beta 1.21.10.20|Server software (beta) updated for Bedrock Edition beta 1.21.10.20}}
|{{HistoryLine||1.21.10.21|link=Bedrock Edition beta 1.21.10.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.10.21]]}}
|{{HistoryLine||1.21.10.21|link=Bedrock Edition beta 1.21.10.21|Server software (beta) updated for Bedrock Edition beta 1.21.10.21}}
|{{HistoryLine||1.21.10.22|link=Bedrock Edition beta 1.21.10.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.10.22]] and removed debug symbols}}
|{{HistoryLine||1.21.10.22|link=Bedrock Edition beta 1.21.10.22|Server software (beta) updated for Bedrock Edition beta 1.21.10.22 and removed debug symbols}}
|{{HistoryLine||1.21.10.23|link=Bedrock Edition beta 1.21.10.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.10.23]]}}
|{{HistoryLine||1.21.10.23|link=Bedrock Edition beta 1.21.10.23|Server software (beta) updated for Bedrock Edition beta 1.21.10.23}}
|{{HistoryLine||1.21.0.03|link=Bedrock Edition 1.21.0|Server software updated for [[Minecraft:Bedrock Edition 1.21.0]]}}
|{{HistoryLine||1.21.0.03|link=Bedrock Edition 1.21.0|Server software updated for [[Minecraft:Bedrock Edition 1.21.0]]}}
|{{HistoryLine||1.21.10.24|link=Bedrock Edition beta 1.21.10.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.10.24]]}}
|{{HistoryLine||1.21.10.24|link=Bedrock Edition beta 1.21.10.24|Server software (beta) updated for Bedrock Edition beta 1.21.10.24}}
|{{HistoryLine||1.21.1.03|link=Bedrock Edition 1.21.1|Server software updated for [[Minecraft:Bedrock Edition 1.21.1]]}}
|{{HistoryLine||1.21.1.03|link=Bedrock Edition 1.21.1|Server software updated for [[Minecraft:Bedrock Edition 1.21.1]]}}
|{{HistoryLine||1.21.20.21|link=Bedrock Edition beta 1.21.20.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.20.21]]}}
|{{HistoryLine||1.21.20.21|link=Bedrock Edition beta 1.21.20.21|Server software (beta) updated for Bedrock Edition beta 1.21.20.21}}
|{{HistoryLine||1.21.2.02|link=Bedrock Edition 1.21.2|Server software updated for [[Minecraft:Bedrock Edition 1.21.2]]}}
|{{HistoryLine||1.21.2.02|link=Bedrock Edition 1.21.2|Server software updated for [[Minecraft:Bedrock Edition 1.21.2]]}}
|{{HistoryLine||1.21.20.22|link=Bedrock Edition beta 1.21.20.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.20.22]]}}
|{{HistoryLine||1.21.20.22|link=Bedrock Edition beta 1.21.20.22|Server software (beta) updated for Bedrock Edition beta 1.21.20.22}}
|{{HistoryLine||1.21.3.01|link=Bedrock Edition 1.21.3|Server software updated for [[Minecraft:Bedrock Edition 1.21.3]]}}
|{{HistoryLine||1.21.3.01|link=Bedrock Edition 1.21.3|Server software updated for [[Minecraft:Bedrock Edition 1.21.3]]}}
|{{HistoryLine||1.21.20.23|link=Bedrock Edition beta 1.21.20.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.20.23]]}}
|{{HistoryLine||1.21.20.23|link=Bedrock Edition beta 1.21.20.23|Server software (beta) updated for Bedrock Edition beta 1.21.20.23}}
|{{HistoryLine||1.21.20.24|link=Bedrock Edition beta 1.21.20.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.20.24]]}}
|{{HistoryLine||1.21.20.24|link=Bedrock Edition beta 1.21.20.24|Server software (beta) updated for Bedrock Edition beta 1.21.20.24}}
|{{HistoryLine||1.21.30.21|link=Bedrock Edition beta 1.21.30.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.30.21]]}}
|{{HistoryLine||1.21.30.21|link=Bedrock Edition beta 1.21.30.21|Server software (beta) updated for Bedrock Edition beta 1.21.30.21}}
|{{HistoryLine||1.21.30.22|link=Bedrock Edition beta 1.21.30.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.30.22]]}}
|{{HistoryLine||1.21.30.22|link=Bedrock Edition beta 1.21.30.22|Server software (beta) updated for Bedrock Edition beta 1.21.30.22}}
|{{HistoryLine||1.21.20.03|link=Bedrock Edition 1.21.20|Server software updated for [[Minecraft:Bedrock Edition 1.21.20]]}}
|{{HistoryLine||1.21.20.03|link=Bedrock Edition 1.21.20|Server software updated for [[Minecraft:Bedrock Edition 1.21.20]]}}
|{{HistoryLine||1.21.30.23|link=Bedrock Edition beta 1.21.30.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.30.23]]}}
|{{HistoryLine||1.21.30.23|link=Bedrock Edition beta 1.21.30.23|Server software (beta) updated for Bedrock Edition beta 1.21.30.23}}
|{{HistoryLine||1.21.30.24|link=Bedrock Edition beta 1.21.30.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.30.24]]}}
|{{HistoryLine||1.21.30.24|link=Bedrock Edition beta 1.21.30.24|Server software (beta) updated for Bedrock Edition beta 1.21.30.24}}
|{{HistoryLine||1.21.22.01|link=Bedrock Edition 1.21.22|Server software updated for [[Minecraft:Bedrock Edition 1.21.22]]}}
|{{HistoryLine||1.21.22.01|link=Bedrock Edition 1.21.22|Server software updated for [[Minecraft:Bedrock Edition 1.21.22]]}}
|{{HistoryLine||1.21.30.25|link=Bedrock Edition beta 1.21.30.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.30.25]]}}
|{{HistoryLine||1.21.30.25|link=Bedrock Edition beta 1.21.30.25|Server software (beta) updated for Bedrock Edition beta 1.21.30.25}}
|{{HistoryLine||1.21.23.01|link=Bedrock Edition 1.21.23|Server software updated for [[Minecraft:Bedrock Edition 1.21.23]]}}
|{{HistoryLine||1.21.23.01|link=Bedrock Edition 1.21.23|Server software updated for [[Minecraft:Bedrock Edition 1.21.23]]}}
|{{HistoryLine||1.21.40.20|link=Bedrock Edition beta 1.21.40.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.40.20]]}}
|{{HistoryLine||1.21.40.20|link=Bedrock Edition beta 1.21.40.20|Server software (beta) updated for Bedrock Edition beta 1.21.40.20}}
|{{HistoryLine||1.21.40.21|link=Bedrock Edition beta 1.21.40.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.40.21]]}}
|{{HistoryLine||1.21.40.21|link=Bedrock Edition beta 1.21.40.21|Server software (beta) updated for Bedrock Edition beta 1.21.40.21}}
|{{HistoryLine||1.21.30.03|link=Bedrock Edition 1.21.30|Server software updated for [[Minecraft:Bedrock Edition 1.21.30]]}}
|{{HistoryLine||1.21.30.03|link=Bedrock Edition 1.21.30|Server software updated for [[Minecraft:Bedrock Edition 1.21.30]]}}
|{{HistoryLine||1.21.40.22|link=Bedrock Edition beta 1.21.40.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.40.22]]}}
|{{HistoryLine||1.21.40.22|link=Bedrock Edition beta 1.21.40.22|Server software (beta) updated for Bedrock Edition beta 1.21.40.22}}
|{{HistoryLine||1.21.40.23|link=Bedrock Edition beta 1.21.40.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.40.23]]}}
|{{HistoryLine||1.21.40.23|link=Bedrock Edition beta 1.21.40.23|Server software (beta) updated for Bedrock Edition beta 1.21.40.23}}
|{{HistoryLine||1.21.31.04|link=Bedrock Edition 1.21.31|Server software updated for [[Minecraft:Bedrock Edition 1.21.31]]}}
|{{HistoryLine||1.21.31.04|link=Bedrock Edition 1.21.31|Server software updated for [[Minecraft:Bedrock Edition 1.21.31]]}}
|{{HistoryLine||1.21.40.25|link=Bedrock Edition beta 1.21.40.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.40.25]]}}
|{{HistoryLine||1.21.40.25|link=Bedrock Edition beta 1.21.40.25|Server software (beta) updated for Bedrock Edition beta 1.21.40.25}}
|{{HistoryLine||1.21.50.20|link=Bedrock Edition beta 1.21.50.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.50.20]]}}
|{{HistoryLine||1.21.50.20|link=Bedrock Edition beta 1.21.50.20|Server software (beta) updated for Bedrock Edition beta 1.21.50.20}}
|{{HistoryLine||1.21.50.22|link=Bedrock Edition beta 1.21.50.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.50.22]]}}
|{{HistoryLine||1.21.50.22|link=Bedrock Edition beta 1.21.50.22|Server software (beta) updated for Bedrock Edition beta 1.21.50.22}}
|{{HistoryLine||1.21.50.24|link=Bedrock Edition beta 1.21.50.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.50.24]]}}
|{{HistoryLine||1.21.50.24|link=Bedrock Edition beta 1.21.50.24|Server software (beta) updated for Bedrock Edition beta 1.21.50.24}}
|{{HistoryLine||1.21.40.01|link=Bedrock Edition 1.21.40|Server software updated for [[Minecraft:Bedrock Edition 1.21.40]]}}
|{{HistoryLine||1.21.40.01|link=Bedrock Edition 1.21.40|Server software updated for [[Minecraft:Bedrock Edition 1.21.40]]}}
|{{HistoryLine||1.21.41.01|link=Bedrock Edition 1.21.41|Server software updated for [[Minecraft:Bedrock Edition 1.21.41]]}}
|{{HistoryLine||1.21.41.01|link=Bedrock Edition 1.21.41|Server software updated for [[Minecraft:Bedrock Edition 1.21.41]]}}
|{{HistoryLine||1.21.50.25|link=Bedrock Edition beta 1.21.50.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.50.25]]}}
|{{HistoryLine||1.21.50.25|link=Bedrock Edition beta 1.21.50.25|Server software (beta) updated for Bedrock Edition beta 1.21.50.25}}
|{{HistoryLine||1.21.42.01|link=Bedrock Edition 1.21.42|Server software updated for [[Minecraft:Bedrock Edition 1.21.42]]}}
|{{HistoryLine||1.21.42.01|link=Bedrock Edition 1.21.42|Server software updated for [[Minecraft:Bedrock Edition 1.21.42]]}}
|{{HistoryLine||1.21.43.01|link=Bedrock Edition 1.21.43|Server software updated for [[Minecraft:Bedrock Edition 1.21.43]]}}
|{{HistoryLine||1.21.43.01|link=Bedrock Edition 1.21.43|Server software updated for [[Minecraft:Bedrock Edition 1.21.43]]}}
|{{HistoryLine||1.21.50.26|link=Bedrock Edition beta 1.21.50.26|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.50.26]]}}
|{{HistoryLine||1.21.50.26|link=Bedrock Edition beta 1.21.50.26|Server software (beta) updated for Bedrock Edition beta 1.21.50.26}}
|{{HistoryLine||1.21.44.01|link=Bedrock Edition 1.21.44|Server software updated for [[Minecraft:Bedrock Edition 1.21.44]]}}
|{{HistoryLine||1.21.44.01|link=Bedrock Edition 1.21.44|Server software updated for [[Minecraft:Bedrock Edition 1.21.44]]}}
|{{HistoryLine||1.21.50.28|link=Bedrock Edition beta 1.21.50.28|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.50.28]]}}
|{{HistoryLine||1.21.50.28|link=Bedrock Edition beta 1.21.50.28|Server software (beta) updated for Bedrock Edition beta 1.21.50.28}}
|{{HistoryLine||1.21.50.29|link=Bedrock Edition beta 1.21.50.29|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.50.29]]}}
|{{HistoryLine||1.21.50.29|link=Bedrock Edition beta 1.21.50.29|Server software (beta) updated for Bedrock Edition beta 1.21.50.29}}
|{{HistoryLine||1.21.60.21|link=Bedrock Edition beta 1.21.60.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.60.21]]}}
|{{HistoryLine||1.21.60.21|link=Bedrock Edition beta 1.21.60.21|Server software (beta) updated for Bedrock Edition beta 1.21.60.21}}
|{{HistoryLine||1.21.60.22|link=Bedrock Edition beta 1.21.60.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.60.21]]}}
|{{HistoryLine||1.21.60.22|link=Bedrock Edition beta 1.21.60.21|Server software (beta) updated for Bedrock Edition beta 1.21.60.21}}
|{{HistoryLine||1.21.50.07|link=Bedrock Edition 1.21.50|Server software updated for [[Minecraft:Bedrock Edition 1.21.50]]}}
|{{HistoryLine||1.21.50.07|link=Bedrock Edition 1.21.50|Server software updated for [[Minecraft:Bedrock Edition 1.21.50]]}}
|{{HistoryLine||1.21.50.10|link=Bedrock Edition 1.21.50|Server software updated for [[Minecraft:Bedrock Edition 1.21.50]]}}
|{{HistoryLine||1.21.50.10|link=Bedrock Edition 1.21.50|Server software updated for [[Minecraft:Bedrock Edition 1.21.50]]}}
|{{HistoryLine||1.21.60.23|link=Bedrock Edition beta 1.21.60.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.60.23]]}}
|{{HistoryLine||1.21.60.23|link=Bedrock Edition beta 1.21.60.23|Server software (beta) updated for Bedrock Edition beta 1.21.60.23}}
|{{HistoryLine||1.21.51.01|link=Bedrock Edition 1.21.51|Server software updated for [[Minecraft:Bedrock Edition 1.21.51]]}}
|{{HistoryLine||1.21.51.01|link=Bedrock Edition 1.21.51|Server software updated for [[Minecraft:Bedrock Edition 1.21.51]]}}
|{{HistoryLine||1.21.51.02|link=Bedrock Edition 1.21.51|Server software updated for [[Minecraft:Bedrock Edition 1.21.51]]}}
|{{HistoryLine||1.21.51.02|link=Bedrock Edition 1.21.51|Server software updated for [[Minecraft:Bedrock Edition 1.21.51]]}}
|{{HistoryLine||1.21.60.24|link=Bedrock Edition beta 1.21.60.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.60.24]]}}
|{{HistoryLine||1.21.60.24|link=Bedrock Edition beta 1.21.60.24|Server software (beta) updated for Bedrock Edition beta 1.21.60.24}}
|{{HistoryLine||1.21.60.25|link=Bedrock Edition beta 1.21.60.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.60.25]]}}
|{{HistoryLine||1.21.60.25|link=Bedrock Edition beta 1.21.60.25|Server software (beta) updated for Bedrock Edition beta 1.21.60.25}}
|{{HistoryLine||1.21.60.26|link=Bedrock Edition beta 1.21.60.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.60.25]]}}
|{{HistoryLine||1.21.60.26|link=Bedrock Edition beta 1.21.60.25|Server software (beta) updated for Bedrock Edition beta 1.21.60.25}}
|{{HistoryLine||1.21.60.27|link=Bedrock Edition beta 1.21.60.27|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.60.27]]}}
|{{HistoryLine||1.21.60.27|link=Bedrock Edition beta 1.21.60.27|Server software (beta) updated for Bedrock Edition beta 1.21.60.27}}
|{{HistoryLine||1.21.60.28|link=Bedrock Edition beta 1.21.60.28|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.60.28]]}}
|{{HistoryLine||1.21.60.28|link=Bedrock Edition beta 1.21.60.28|Server software (beta) updated for Bedrock Edition beta 1.21.60.28}}
|{{HistoryLine||1.21.70.20|link=Bedrock Edition beta 1.21.70.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.70.20]]}}
|{{HistoryLine||1.21.70.20|link=Bedrock Edition beta 1.21.70.20|Server software (beta) updated for Bedrock Edition beta 1.21.70.20}}
|{{HistoryLine||1.21.70.21|link=Bedrock Edition beta 1.21.70.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.70.20]]}}
|{{HistoryLine||1.21.70.21|link=Bedrock Edition beta 1.21.70.20|Server software (beta) updated for Bedrock Edition beta 1.21.70.20}}
|{{HistoryLine||1.21.70.22|link=Bedrock Edition beta 1.21.70.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.70.22]]}}
|{{HistoryLine||1.21.70.22|link=Bedrock Edition beta 1.21.70.22|Server software (beta) updated for Bedrock Edition beta 1.21.70.22}}
|{{HistoryLine||1.21.60.10|link=Bedrock Edition 1.21.60|Server software updated for [[Minecraft:Bedrock Edition 1.21.60]]}}
|{{HistoryLine||1.21.60.10|link=Bedrock Edition 1.21.60|Server software updated for [[Minecraft:Bedrock Edition 1.21.60]]}}
|{{HistoryLine||1.21.70.23|link=Bedrock Edition beta 1.21.70.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.70.23]]}}
|{{HistoryLine||1.21.70.23|link=Bedrock Edition beta 1.21.70.23|Server software (beta) updated for Bedrock Edition beta 1.21.70.23}}
|{{HistoryLine||1.21.61.01|link=Bedrock Edition 1.21.61|Server software updated for [[Minecraft:Bedrock Edition 1.21.61]]}}
|{{HistoryLine||1.21.61.01|link=Bedrock Edition 1.21.61|Server software updated for [[Minecraft:Bedrock Edition 1.21.61]]}}
|{{HistoryLine||1.21.70.24|link=Bedrock Edition beta 1.21.70.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.70.24]]}}
|{{HistoryLine||1.21.70.24|link=Bedrock Edition beta 1.21.70.24|Server software (beta) updated for Bedrock Edition beta 1.21.70.24}}
|{{HistoryLine||1.21.62.01|link=Bedrock Edition 1.21.62|Server software updated for [[Minecraft:Bedrock Edition 1.21.62]]}}
|{{HistoryLine||1.21.62.01|link=Bedrock Edition 1.21.62|Server software updated for [[Minecraft:Bedrock Edition 1.21.62]]}}
|{{HistoryLine||1.21.70.25|link=Bedrock Edition beta 1.21.70.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.70.25]]}}
|{{HistoryLine||1.21.70.25|link=Bedrock Edition beta 1.21.70.25|Server software (beta) updated for Bedrock Edition beta 1.21.70.25}}
|{{HistoryLine||1.21.70.26|link=Bedrock Edition beta 1.21.70.26|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.70.26]]}}
|{{HistoryLine||1.21.70.26|link=Bedrock Edition beta 1.21.70.26|Server software (beta) updated for Bedrock Edition beta 1.21.70.26}}
|{{HistoryLine||1.21.80.20|link=Bedrock Edition beta 1.21.80.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.80.20]]}}
|{{HistoryLine||1.21.80.20|link=Bedrock Edition beta 1.21.80.20|Server software (beta) updated for Bedrock Edition beta 1.21.80.20}}
|{{HistoryLine||1.21.80.21|link=Bedrock Edition beta 1.21.80.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.80.21]]}}
|{{HistoryLine||1.21.80.21|link=Bedrock Edition beta 1.21.80.21|Server software (beta) updated for Bedrock Edition beta 1.21.80.21}}
|{{HistoryLine||1.21.70.04|link=Bedrock Edition 1.21.70|Server software updated for [[Minecraft:Bedrock Edition 1.21.70]]}}
|{{HistoryLine||1.21.70.04|link=Bedrock Edition 1.21.70|Server software updated for [[Minecraft:Bedrock Edition 1.21.70]]}}
|{{HistoryLine||1.21.80.22|link=Bedrock Edition beta 1.21.80.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.80.22]]}}
|{{HistoryLine||1.21.80.22|link=Bedrock Edition beta 1.21.80.22|Server software (beta) updated for Bedrock Edition beta 1.21.80.22}}
|{{HistoryLine||1.21.71.01|link=Bedrock Edition 1.21.71|Server software updated for [[Minecraft:Bedrock Edition 1.21.71]]}}
|{{HistoryLine||1.21.71.01|link=Bedrock Edition 1.21.71|Server software updated for [[Minecraft:Bedrock Edition 1.21.71]]}}
|{{HistoryLine||1.21.80.25|link=Bedrock Edition beta 1.21.80.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.80.25]]}}
|{{HistoryLine||1.21.80.25|link=Bedrock Edition beta 1.21.80.25|Server software (beta) updated for Bedrock Edition beta 1.21.80.25}}
|{{HistoryLine||1.21.80.26|link=Bedrock Edition beta 1.21.80.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.80.25]]}}
|{{HistoryLine||1.21.80.26|link=Bedrock Edition beta 1.21.80.25|Server software (beta) updated for Bedrock Edition beta 1.21.80.25}}
|{{HistoryLine||1.21.80.27|link=Bedrock Edition beta 1.21.80.27|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.80.27]]}}
|{{HistoryLine||1.21.80.27|link=Bedrock Edition beta 1.21.80.27|Server software (beta) updated for Bedrock Edition beta 1.21.80.27}}
|{{HistoryLine||1.21.72.01|link=Bedrock Edition 1.21.72|Server software updated for [[Minecraft:Bedrock Edition 1.21.72]]}}
|{{HistoryLine||1.21.72.01|link=Bedrock Edition 1.21.72|Server software updated for [[Minecraft:Bedrock Edition 1.21.72]]}}
|{{HistoryLine||1.21.73.01|link=Bedrock Edition 1.21.73|Server software updated for [[Minecraft:Bedrock Edition 1.21.73]]}}
|{{HistoryLine||1.21.73.01|link=Bedrock Edition 1.21.73|Server software updated for [[Minecraft:Bedrock Edition 1.21.73]]}}
|{{HistoryLine||1.21.80.28|link=Bedrock Edition beta 1.21.80.28|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.80.28]]}}
|{{HistoryLine||1.21.80.28|link=Bedrock Edition beta 1.21.80.28|Server software (beta) updated for Bedrock Edition beta 1.21.80.28}}
|{{HistoryLine||1.21.90.20|link=Bedrock Edition beta 1.21.90.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.90.20]]}}
|{{HistoryLine||1.21.90.20|link=Bedrock Edition beta 1.21.90.20|Server software (beta) updated for Bedrock Edition beta 1.21.90.20}}
|{{HistoryLine||1.21.90.21|link=Bedrock Edition beta 1.21.90.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.90.21]]}}
|{{HistoryLine||1.21.90.21|link=Bedrock Edition beta 1.21.90.21|Server software (beta) updated for Bedrock Edition beta 1.21.90.21}}
|{{HistoryLine||1.21.90.22|link=Bedrock Edition beta 1.21.90.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.90.22]]}}
|{{HistoryLine||1.21.90.22|link=Bedrock Edition beta 1.21.90.22|Server software (beta) updated for Bedrock Edition beta 1.21.90.22}}
|{{HistoryLine||1.21.80.3|link=Bedrock Edition 1.21.80|Server software updated for [[Minecraft:Bedrock Edition 1.21.80]]}}
|{{HistoryLine||1.21.80.3|link=Bedrock Edition 1.21.80|Server software updated for [[Minecraft:Bedrock Edition 1.21.80]]}}
|{{HistoryLine||1.21.90.23|link=Bedrock Edition beta 1.21.90.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.90.23]]}}
|{{HistoryLine||1.21.90.23|link=Bedrock Edition beta 1.21.90.23|Server software (beta) updated for Bedrock Edition beta 1.21.90.23}}
|{{HistoryLine||1.21.90.25|link=Bedrock Edition beta 1.21.90.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.90.25]]}}
|{{HistoryLine||1.21.90.25|link=Bedrock Edition beta 1.21.90.25|Server software (beta) updated for Bedrock Edition beta 1.21.90.25}}
|{{HistoryLine||1.21.81.2|link=Bedrock Edition 1.21.81|Server software updated for [[Minecraft:Bedrock Edition 1.21.81]]}}
|{{HistoryLine||1.21.81.2|link=Bedrock Edition 1.21.81|Server software updated for [[Minecraft:Bedrock Edition 1.21.81]]}}
|{{HistoryLine||1.21.82.1|link=Bedrock Edition 1.21.82|Server software updated for [[Minecraft:Bedrock Edition 1.21.82]]}}
|{{HistoryLine||1.21.82.1|link=Bedrock Edition 1.21.82|Server software updated for [[Minecraft:Bedrock Edition 1.21.82]]}}
|{{HistoryLine||1.21.90.26|link=Bedrock Edition beta 1.21.90.26|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.90.26]]}}
|{{HistoryLine||1.21.90.26|link=Bedrock Edition beta 1.21.90.26|Server software (beta) updated for Bedrock Edition beta 1.21.90.26}}
|{{HistoryLine||1.21.90.27|link=Bedrock Edition beta 1.21.90.27|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.90.27]]}}
|{{HistoryLine||1.21.90.27|link=Bedrock Edition beta 1.21.90.27|Server software (beta) updated for Bedrock Edition beta 1.21.90.27}}
|{{HistoryLine||1.21.90.28|link=Bedrock Edition beta 1.21.90.28|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.90.28]]}}
|{{HistoryLine||1.21.90.28|link=Bedrock Edition beta 1.21.90.28|Server software (beta) updated for Bedrock Edition beta 1.21.90.28}}
|{{HistoryLine||1.21.83.1|link=Bedrock Edition 1.21.83|Server software updated for [[Minecraft:Bedrock Edition 1.21.83]]}}
|{{HistoryLine||1.21.83.1|link=Bedrock Edition 1.21.83|Server software updated for Bedrock Edition 1.21.83}}
|{{HistoryLine||1.21.84.1|link=Bedrock Edition 1.21.84|Server software updated for [[Minecraft:Bedrock Edition 1.21.84]]}}
|{{HistoryLine||1.21.84.1|link=Bedrock Edition 1.21.84|Server software updated for [[Minecraft:Bedrock Edition 1.21.84]]}}
|{{HistoryLine||1.21.100.20|link=Bedrock Edition beta 1.21.100.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.100.20]]}}
|{{HistoryLine||1.21.100.20|link=Bedrock Edition beta 1.21.100.20|Server software (beta) updated for Bedrock Edition beta 1.21.100.20}}
|{{HistoryLine||1.21.90.3|link=Bedrock Edition 1.21.90|Server software updated for [[Minecraft:Bedrock Edition 1.21.90]]}}
|{{HistoryLine||1.21.90.3|link=Bedrock Edition 1.21.90|Server software updated for [[Minecraft:Bedrock Edition 1.21.90]]}}
|{{HistoryLine||1.21.90.4|link=Bedrock Edition 1.21.90|Server software updated for [[Minecraft:Bedrock Edition 1.21.90]]}}
|{{HistoryLine||1.21.90.4|link=Bedrock Edition 1.21.90|Server software updated for [[Minecraft:Bedrock Edition 1.21.90]]}}
|{{HistoryLine||1.21.100.21|link=Bedrock Edition beta 1.21.100.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.100.21]]}}
|{{HistoryLine||1.21.100.21|link=Bedrock Edition beta 1.21.100.21|Server software (beta) updated for Bedrock Edition beta 1.21.100.21}}
|{{HistoryLine||1.21.91.1|link=Bedrock Edition 1.21.91|Server software updated for [[Minecraft:Bedrock Edition 1.21.91]]}}
|{{HistoryLine||1.21.91.1|link=Bedrock Edition 1.21.91|Server software updated for [[Minecraft:Bedrock Edition 1.21.91]]}}
|{{HistoryLine||1.21.92.1|link=Bedrock Edition 1.21.92|Server software updated for [[Minecraft:Bedrock Edition 1.21.92]]}}
|{{HistoryLine||1.21.92.1|link=Bedrock Edition 1.21.92|Server software updated for [[Minecraft:Bedrock Edition 1.21.92]]}}
|{{HistoryLine||1.21.100.22|link=Bedrock Edition beta 1.21.100.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.100.22]]}}
|{{HistoryLine||1.21.100.22|link=Bedrock Edition beta 1.21.100.22|Server software (beta) updated for Bedrock Edition beta 1.21.100.22}}
|{{HistoryLine||1.21.100.23|link=Bedrock Edition beta 1.21.100.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.100.23]]}}
|{{HistoryLine||1.21.100.23|link=Bedrock Edition beta 1.21.100.23|Server software (beta) updated for Bedrock Edition beta 1.21.100.23}}
|{{HistoryLine||1.21.93.1|link=Bedrock Edition 1.21.93|Server software updated for [[Minecraft:Bedrock Edition 1.21.93]]}}
|{{HistoryLine||1.21.93.1|link=Bedrock Edition 1.21.93|Server software updated for [[Minecraft:Bedrock Edition 1.21.93]]}}
|{{HistoryLine||1.21.94.1|link=Bedrock Edition 1.21.94|Server software updated for [[Minecraft:Bedrock Edition 1.21.94]]}}
|{{HistoryLine||1.21.94.1|link=Bedrock Edition 1.21.94|Server software updated for [[Minecraft:Bedrock Edition 1.21.94]]}}
|{{HistoryLine||1.21.94.2|link=Bedrock Edition 1.21.94|Server software updated for [[Minecraft:Bedrock Edition 1.21.94]]}}
|{{HistoryLine||1.21.94.2|link=Bedrock Edition 1.21.94|Server software updated for [[Minecraft:Bedrock Edition 1.21.94]]}}
|{{HistoryLine||1.21.95.1|link=Bedrock Edition 1.21.94|Server software updated for [[Minecraft:Bedrock Edition 1.21.94]]}}
|{{HistoryLine||1.21.95.1|link=Bedrock Edition 1.21.94|Server software updated for [[Minecraft:Bedrock Edition 1.21.94]]}}
|{{HistoryLine||1.21.100.24|link=Bedrock Edition beta 1.21.100.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.100.24]]}}
|{{HistoryLine||1.21.100.24|link=Bedrock Edition beta 1.21.100.24|Server software (beta) updated for Bedrock Edition beta 1.21.100.24}}
|{{HistoryLine||1.21.100.25|link=Bedrock Edition beta 1.21.100.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.100.24]]}}
|{{HistoryLine||1.21.100.25|link=Bedrock Edition beta 1.21.100.24|Server software (beta) updated for Bedrock Edition beta 1.21.100.24}}
|{{HistoryLine||1.21.110.20|link=Bedrock Edition beta 1.21.110.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.110.20]]}}
|{{HistoryLine||1.21.110.20|link=Bedrock Edition beta 1.21.110.20|Server software (beta) updated for Bedrock Edition beta 1.21.110.20}}
|{{HistoryLine||1.21.110.22|link=Bedrock Edition beta 1.21.110.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.110.22]]}}
|{{HistoryLine||1.21.110.22|link=Bedrock Edition beta 1.21.110.22|Server software (beta) updated for Bedrock Edition beta 1.21.110.22}}
|{{HistoryLine||1.21.100.6|link=Bedrock Edition 1.21.100|Server software updated for [[Minecraft:Bedrock Edition 1.21.100]]}}
|{{HistoryLine||1.21.100.6|link=Bedrock Edition 1.21.100|Server software updated for [[Minecraft:Bedrock Edition 1.21.100]]}}
|{{HistoryLine||1.21.100.7|link=Bedrock Edition 1.21.100|Server software updated for [[Minecraft:Bedrock Edition 1.21.100]]}}
|{{HistoryLine||1.21.100.7|link=Bedrock Edition 1.21.100|Server software updated for [[Minecraft:Bedrock Edition 1.21.100]]}}
|{{HistoryLine||1.21.110.23|link=Bedrock Edition beta 1.21.110.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.110.23]]}}
|{{HistoryLine||1.21.110.23|link=Bedrock Edition beta 1.21.110.23|Server software (beta) updated for Bedrock Edition beta 1.21.110.23}}
|{{HistoryLine||1.21.110.24|link=Bedrock Edition beta 1.21.110.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.110.24]]}}
|{{HistoryLine||1.21.110.24|link=Bedrock Edition beta 1.21.110.24|Server software (beta) updated for Bedrock Edition beta 1.21.110.24}}
|{{HistoryLine||1.21.101.1|link=Bedrock Edition 1.21.101|Server software updated for [[Minecraft:Bedrock Edition 1.21.101]]}}
|{{HistoryLine||1.21.101.1|link=Bedrock Edition 1.21.101|Server software updated for [[Minecraft:Bedrock Edition 1.21.101]]}}
|{{HistoryLine||1.21.110.25|link=Bedrock Edition beta 1.21.110.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.110.25]]}}
|{{HistoryLine||1.21.110.25|link=Bedrock Edition beta 1.21.110.25|Server software (beta) updated for Bedrock Edition beta 1.21.110.25}}
|{{HistoryLine||1.21.102.1|link=Bedrock Edition 1.21.101|Server software updated for [[Minecraft:Bedrock Edition 1.21.101]]}}
|{{HistoryLine||1.21.102.1|link=Bedrock Edition 1.21.101|Server software updated for [[Minecraft:Bedrock Edition 1.21.101]]}}
|{{HistoryLine||1.21.110.26|link=Bedrock Edition beta 1.21.110.26|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.110.26]]}}
|{{HistoryLine||1.21.110.26|link=Bedrock Edition beta 1.21.110.26|Server software (beta) updated for Bedrock Edition beta 1.21.110.26}}
|{{HistoryLine||1.21.120.20|link=Bedrock Edition beta 1.21.120.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.120.20]]}}
|{{HistoryLine||1.21.120.20|link=Bedrock Edition beta 1.21.120.20|Server software (beta) updated for Bedrock Edition beta 1.21.120.20}}
|{{HistoryLine||1.21.120.21|link=Bedrock Edition beta 1.21.120.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.120.21]]}}
|{{HistoryLine||1.21.120.21|link=Bedrock Edition beta 1.21.120.21|Server software (beta) updated for Bedrock Edition beta 1.21.120.21}}
|{{HistoryLine||1.21.120.22|link=Bedrock Edition beta 1.21.120.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.120.22]]}}
|{{HistoryLine||1.21.120.22|link=Bedrock Edition beta 1.21.120.22|Server software (beta) updated for Bedrock Edition beta 1.21.120.22}}
|{{HistoryLine||1.21.120.23|link=Bedrock Edition beta 1.21.120.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.120.23]]}}
|{{HistoryLine||1.21.120.23|link=Bedrock Edition beta 1.21.120.23|Server software (beta) updated for Bedrock Edition beta 1.21.120.23}}
|{{HistoryLine||1.21.110.2|link=Bedrock Edition 1.21.111|Server software updated for [[Minecraft:Bedrock Edition 1.21.111]]}}
|{{HistoryLine||1.21.110.2|link=Bedrock Edition 1.21.111|Server software updated for [[Minecraft:Bedrock Edition 1.21.111]]}}
|{{HistoryLine||1.21.111.1|link=Bedrock Edition 1.21.111|Server software updated for [[Minecraft:Bedrock Edition 1.21.111]]}}
|{{HistoryLine||1.21.111.1|link=Bedrock Edition 1.21.111|Server software updated for [[Minecraft:Bedrock Edition 1.21.111]]}}
|{{HistoryLine||1.21.120.24|link=Bedrock Edition beta 1.21.120.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.120.24]]}}
|{{HistoryLine||1.21.120.24|link=Bedrock Edition beta 1.21.120.24|Server software (beta) updated for Bedrock Edition beta 1.21.120.24}}
|{{HistoryLine||1.21.112.1|link=Bedrock Edition 1.21.112|Server software updated for [[Minecraft:Bedrock Edition 1.21.112]]}}
|{{HistoryLine||1.21.112.1|link=Bedrock Edition 1.21.112|Server software updated for [[Minecraft:Bedrock Edition 1.21.112]]}}
|{{HistoryLine||1.21.120.25|link=Bedrock Edition beta 1.21.120.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.120.25]]}}
|{{HistoryLine||1.21.120.25|link=Bedrock Edition beta 1.21.120.25|Server software (beta) updated for Bedrock Edition beta 1.21.120.25}}
|{{HistoryLine||1.21.113.1|link=Bedrock Edition 1.21.113|Server software updated for [[Minecraft:Bedrock Edition 1.21.113]]}}
|{{HistoryLine||1.21.113.1|link=Bedrock Edition 1.21.113|Server software updated for [[Minecraft:Bedrock Edition 1.21.113]]}}
|{{HistoryLine||1.21.130.20|link=Bedrock Edition beta 1.21.130.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.130.20]]}}
|{{HistoryLine||1.21.130.20|link=Bedrock Edition beta 1.21.130.20|Server software (beta) updated for Bedrock Edition beta 1.21.130.20}}
|{{HistoryLine||1.21.114.1|link=Bedrock Edition 1.21.114|Server software updated for [[Minecraft:Bedrock Edition 1.21.114]]}}
|{{HistoryLine||1.21.114.1|link=Bedrock Edition 1.21.114|Server software updated for [[Minecraft:Bedrock Edition 1.21.114]]}}
|{{HistoryLine||1.21.130.22|link=Bedrock Edition beta 1.21.130.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.130.22]]}}
|{{HistoryLine||1.21.130.22|link=Bedrock Edition beta 1.21.130.22|Server software (beta) updated for Bedrock Edition beta 1.21.130.22}}
|{{HistoryLine||1.21.120.4|link=Bedrock Edition 1.21.120|Server software updated for [[Minecraft:Bedrock Edition 1.21.120]]}}
|{{HistoryLine||1.21.120.4|link=Bedrock Edition 1.21.120|Server software updated for [[Minecraft:Bedrock Edition 1.21.120]]}}
|{{HistoryLine||1.21.130.24|link=Bedrock Edition beta 1.21.130.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.130.24]]}}
|{{HistoryLine||1.21.130.24|link=Bedrock Edition beta 1.21.130.24|Server software (beta) updated for Bedrock Edition beta 1.21.130.24}}
|{{HistoryLine||1.21.130.25|link=Bedrock Edition beta 1.21.130.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.130.25]]}}
|{{HistoryLine||1.21.130.25|link=Bedrock Edition beta 1.21.130.25|Server software (beta) updated for Bedrock Edition beta 1.21.130.25}}
|{{HistoryLine||1.21.130.26|link=Bedrock Edition beta 1.21.130.26|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.130.26]]}}
|{{HistoryLine||1.21.130.26|link=Bedrock Edition beta 1.21.130.26|Server software (beta) updated for Bedrock Edition beta 1.21.130.26}}
|{{HistoryLine||1.21.121.1|link=Bedrock Edition 1.21.121|Server software updated for [[Minecraft:Bedrock Edition 1.21.121]]}}
|{{HistoryLine||1.21.121.1|link=Bedrock Edition 1.21.121|Server software updated for [[Minecraft:Bedrock Edition 1.21.121]]}}
|{{HistoryLine||1.21.122.2|link=Bedrock Edition 1.21.122|Server software updated for [[Minecraft:Bedrock Edition 1.21.122]]}}
|{{HistoryLine||1.21.122.2|link=Bedrock Edition 1.21.122|Server software updated for [[Minecraft:Bedrock Edition 1.21.122]]}}
|{{HistoryLine||1.21.130.27|link=Bedrock Edition beta 1.21.130.27|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.130.27]]}}
|{{HistoryLine||1.21.130.27|link=Bedrock Edition beta 1.21.130.27|Server software (beta) updated for Bedrock Edition beta 1.21.130.27}}
|{{HistoryLine||1.21.123.2|link=Bedrock Edition 1.21.123|Server software updated for [[Minecraft:Bedrock Edition 1.21.123]]}}
|{{HistoryLine||1.21.123.2|link=Bedrock Edition 1.21.123|Server software updated for [[Minecraft:Bedrock Edition 1.21.123]]}}
|{{HistoryLine||1.21.130.28|link=Bedrock Edition beta 1.21.130.28|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 1.21.130.28]]}}
|{{HistoryLine||1.21.130.28|link=Bedrock Edition beta 1.21.130.28|Server software (beta) updated for Bedrock Edition beta 1.21.130.28}}
|{{HistoryLine||1.21.124.2|link=Bedrock Edition 1.21.124|Server software updated for [[Minecraft:Bedrock Edition 1.21.124]]}}
|{{HistoryLine||1.21.124.2|link=Bedrock Edition 1.21.124|Server software updated for [[Minecraft:Bedrock Edition 1.21.124]]}}
|{{HistoryLine||1.26.0.23|link=Bedrock Edition beta 1.26.0.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.0.23]]}}
|{{HistoryLine||1.26.0.23|link=Bedrock Edition beta 1.26.0.23|Server software (beta) updated for Bedrock Edition beta 26.0.23}}
|{{HistoryLine||1.26.0.24|link=Bedrock Edition beta 1.26.0.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.0.24]]}}
|{{HistoryLine||1.26.0.24|link=Bedrock Edition beta 1.26.0.24|Server software (beta) updated for Bedrock Edition beta 26.0.24}}
|{{HistoryLine||1.21.130.3|link=Bedrock Edition 1.21.130|Server software updated for [[Minecraft:Bedrock Edition 1.21.130]]}}
|{{HistoryLine||1.21.130.3|link=Bedrock Edition 1.21.130|Server software updated for [[Minecraft:Bedrock Edition 1.21.130]]}}
|{{HistoryLine||1.21.130.4|link=Bedrock Edition 1.21.130|Server software updated for [[Minecraft:Bedrock Edition 1.21.130]]}}
|{{HistoryLine||1.21.130.4|link=Bedrock Edition 1.21.130|Server software updated for [[Minecraft:Bedrock Edition 1.21.130]]}}
|{{HistoryLine||1.26.0.25|link=Bedrock Edition beta 1.26.0.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.0.25]]}}
|{{HistoryLine||1.26.0.25|link=Bedrock Edition beta 1.26.0.25|Server software (beta) updated for Bedrock Edition beta 26.0.25}}
|{{HistoryLine||1.21.131.1|link=Bedrock Edition 1.21.131|Server software updated for [[Minecraft:Bedrock Edition 1.21.131]]}}
|{{HistoryLine||1.21.131.1|link=Bedrock Edition 1.21.131|Server software updated for [[Minecraft:Bedrock Edition 1.21.131]]}}
|{{HistoryLine||1.26.0.26|link=Bedrock Edition beta 1.26.0.26|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.0.26]]}}
|{{HistoryLine||1.26.0.26|link=Bedrock Edition beta 1.26.0.26|Server software (beta) updated for Bedrock Edition beta 26.0.26}}
|{{HistoryLine||1.26.0.27|link=Bedrock Edition beta 1.26.0.27|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.0.27]]}}
|{{HistoryLine||1.26.0.27|link=Bedrock Edition beta 1.26.0.27|Server software (beta) updated for Bedrock Edition beta 26.0.27}}
|{{HistoryLine||1.21.132.1|link=Bedrock Edition 1.21.132|Server software updated for [[Minecraft:Bedrock Edition 1.21.132]]}}
|{{HistoryLine||1.21.132.1|link=Bedrock Edition 1.21.132|Server software updated for [[Minecraft:Bedrock Edition 1.21.132]]}}
|{{HistoryLine||1.26.0.28|link=Bedrock Edition beta 1.26.0.28|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.0.28]]}}
|{{HistoryLine||1.26.0.28|link=Bedrock Edition beta 1.26.0.28|Server software (beta) updated for Bedrock Edition beta 26.0.28}}
|{{HistoryLine||1.21.132.3|link=Bedrock Edition 1.21.132|Server software updated for [[Minecraft:Bedrock Edition 1.21.132]]}}
|{{HistoryLine||1.21.132.3|link=Bedrock Edition 1.21.132|Server software updated for [[Minecraft:Bedrock Edition 1.21.132]]}}
|{{HistoryLine||1.26.0.29|link=Bedrock Edition beta 1.26.0.29|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.0.29]]}}
|{{HistoryLine||1.26.0.29|link=Bedrock Edition beta 1.26.0.29|Server software (beta) updated for Bedrock Edition beta 26.0.29}}
|{{HistoryLine||1.26.10.20|link=Bedrock Edition beta 1.26.10.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.10.20]]}}
|{{HistoryLine||1.26.10.20|link=Bedrock Edition beta 1.26.10.20|Server software (beta) updated for Bedrock Edition beta 26.10.20}}
|{{HistoryLine||1.26.10.21|link=Bedrock Edition beta 1.26.10.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.10.21]]}}
|{{HistoryLine||1.26.10.21|link=Bedrock Edition beta 1.26.10.21|Server software (beta) updated for Bedrock Edition beta 26.10.21}}
|{{HistoryLine||1.26.10.22|link=Bedrock Edition beta 1.26.10.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.10.21]]}}
|{{HistoryLine||1.26.10.22|link=Bedrock Edition beta 1.26.10.22|Server software (beta) updated for Bedrock Edition beta 26.10.21}}
|{{HistoryLine||1.26.0.2|link=Bedrock Edition 1.26.0.2|Server software updated for [[Minecraft:Bedrock Edition 26.0]]}}
|{{HistoryLine||1.26.0.2|link=Bedrock Edition 1.26.0.2|Server software updated for [[Minecraft:Bedrock Edition 26.0]]}}
|{{HistoryLine||1.26.10.23|link=Bedrock Edition beta 1.26.10.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.10.23]]}}
|{{HistoryLine||1.26.10.23|link=Bedrock Edition beta 1.26.10.23|Server software (beta) updated for Bedrock Edition beta 26.10.23}}
|{{HistoryLine||1.26.10.24|link=Bedrock Edition beta 1.26.10.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.10.24]]}}
|{{HistoryLine||1.26.10.24|link=Bedrock Edition beta 1.26.10.24|Server software (beta) updated for Bedrock Edition beta 26.10.24}}
|{{HistoryLine||1.26.1.1|link=Bedrock Edition 1.26.1.1|Server software updated for [[Minecraft:Bedrock Edition 26.1]]}}
|{{HistoryLine||1.26.1.1|link=Bedrock Edition 1.26.1.1|Server software updated for [[Minecraft:Bedrock Edition 26.1]]}}
|{{HistoryLine||1.26.10.25|link=Bedrock Edition beta 1.26.10.25|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.10.25]]}}
|{{HistoryLine||1.26.10.25|link=Bedrock Edition beta 1.26.10.25|Server software (beta) updated for Bedrock Edition beta 26.10.25}}
|{{HistoryLine||1.26.2.1|link=Bedrock Edition 1.26.2.1|Server software updated for [[Minecraft:Bedrock Edition 26.2]]}}
|{{HistoryLine||1.26.2.1|link=Bedrock Edition 1.26.2.1|Server software updated for [[Minecraft:Bedrock Edition 26.2]]}}
|{{HistoryLine||1.26.3.1|link=Bedrock Edition 1.26.3.1|Server software updated for [[Minecraft:Bedrock Edition 26.3]]}}
|{{HistoryLine||1.26.3.1|link=Bedrock Edition 1.26.3.1|Server software updated for [[Minecraft:Bedrock Edition 26.3]]}}
|{{HistoryLine||1.26.10.26|link=Bedrock Edition beta 1.26.10.26|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.10.26]]}}
|{{HistoryLine||1.26.10.26|link=Bedrock Edition beta 1.26.10.26|Server software (beta) updated for Bedrock Edition beta 26.10.26}}
|{{HistoryLine||1.26.10.27|link=Bedrock Edition beta 1.26.10.27|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.10.27]]}}
|{{HistoryLine||1.26.10.27|link=Bedrock Edition beta 1.26.10.27|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.10.27]]}}
|{{HistoryLine||1.26.20.20|link=Bedrock Edition beta 1.26.20.20|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.20.20]]}}
|{{HistoryLine||1.26.20.20|link=Bedrock Edition beta 1.26.20.20|Server software (beta) updated for Bedrock Edition beta 26.20.20}}
|{{HistoryLine||1.26.20.21|link=Bedrock Edition beta 1.26.20.21|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.20.21]]}}
|{{HistoryLine||1.26.20.21|link=Bedrock Edition beta 1.26.20.21|Server software (beta) updated for Bedrock Edition beta 26.20.21}}
|{{HistoryLine||1.26.10.4|link=Bedrock Edition 1.26.10.4|Server software updated for [[Minecraft:Bedrock Edition 26.10]]}}
|{{HistoryLine||1.26.10.4|link=Bedrock Edition 1.26.10.4|Server software updated for [[Minecraft:Bedrock Edition 26.10]]}}
|{{HistoryLine||1.26.20.22|link=Bedrock Edition beta 1.26.20.22|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.20.22]]}}
|{{HistoryLine||1.26.20.22|link=Bedrock Edition beta 1.26.20.22|Server software (beta) updated for Bedrock Edition beta 26.20.22}}
|{{HistoryLine||1.26.11.1|link=Bedrock Edition 1.26.11.1|Server software updated for [[Minecraft:Bedrock Edition 26.11]]}}
|{{HistoryLine||1.26.11.1|link=Bedrock Edition 1.26.11.1|Server software updated for [[Minecraft:Bedrock Edition 26.11]]}}
|{{HistoryLine||1.26.20.23|link=Bedrock Edition beta 1.26.20.23|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.20.23]]}}
|{{HistoryLine||1.26.20.23|link=Bedrock Edition beta 1.26.20.23|Server software (beta) updated for Bedrock Edition beta 26.20.23}}
|{{HistoryLine||1.26.20.24|link=Bedrock Edition beta 1.26.20.24|Server software (beta) updated for [[Minecraft:Bedrock Edition beta 26.20.23]]}}
|{{HistoryLine||1.26.20.24|link=Bedrock Edition beta 1.26.20.24|Server software (beta) updated for Bedrock Edition beta 26.20.23}}
|{{HistoryLine||1.26.12.2|link=Bedrock Edition 1.26.12.2|Server software updated for [[Minecraft:Bedrock Edition 26.12]]}}
|{{HistoryLine||1.26.12.2|link=Bedrock Edition 1.26.12.2|Server software updated for [[Minecraft:Bedrock Edition 26.12]]}}
|{{HistoryLine||1.26.13.1|link=Bedrock Edition 1.26.13.1|Server software updated for [[Minecraft:Bedrock Edition 26.13]]}}
|{{HistoryLine||1.26.13.1|link=Bedrock Edition 1.26.13.1|Server software updated for [[Minecraft:Bedrock Edition 26.13]]}}
Line 1,961: Line 1,961:
[[Category:Server]]
[[Category:Server]]


[[Minecraft:de:Bedrock Dedicated Server]]
de:Bedrock Dedicated Server
[[Minecraft:es:Servidor dedicado de Bedrock]]
es:Servidor dedicado de Bedrock
[[Minecraft:ja:Bedrock Dedicated Server]]
ja:Bedrock Dedicated Server
[[Minecraft:pt:Servidor dedicado da Edição Bedrock]]
pt:Servidor dedicado da Edição Bedrock
[[Minecraft:uk:Bedrock Dedicated Server]]
uk:Bedrock Dedicated Server
[[Minecraft:zh:基岩版专用服务器]]
zh:基岩版专用服务器

Latest revision as of 15:19, 9 April 2026

Template:Missing information Template:Infobox program

Template:Relevant tutorial

File:Bedrock Dedicated Server Icon.png
The BDS logo

Bedrock Dedicated Server (or BDS for short) is the server software used to host a Template:BE Minecraft:server. It is distributed by Mojang and can be downloaded free of charge. It is available for Windows and Linux, and has both a release and a preview version.

Contents

The server software is distributed as a ZIP archive, which includes initial data, including the primary Minecraft:server.properties configuration file, and the executable. The software keeps data in the working directory, and expects the initial data to be present there.

Directory structure

Files are part of the distributed archive if not mentioned otherwise.

System requirements

Template:Hatnote

Operating system
Windows: Windows 10 version 10.0.15063 or later, or Windows Server 2016 or later
Linux: Only Ubuntu 22.04 or later is officially supported, but the program will run on any Linux distribution for the x86-64 architecture that has correct libraries installed (including glibc 2.35 or later).
Processor
A minimum of a dual core CPU. Highly recommended to have a quad-core x86/64 bit processor that can run at least 3 GHz or higher, Intel i5 Ivy Bridge processor or newer, AMD FX-4100 or higher. Minimum requirements are Intel Core i3 3210, or AMD A8 7600 APU or equivalent.
Memory
4 GB of memory minimum. May require more memory with more than 10 players at the same time. Generally, Bedrock Edition does not seem to be as memory hungry as Java Edition. Unlike with Java Edition server software, there is no way to specify initial startup and maximum memory values.
Internet speed
A speed of 5 Mbps upload and 10 Mbps download per 10 players. A DSL connection will likely not have the bandwidth to run a server over the internet. An internet connection is not required to host a server on a LAN.
Network
An ethernet connection tends to be faster and more stable than a Wi-Fi connection. 100 Mbps Ethernet is acceptable. Gigabit LAN is not required.
The computer hosting the server should be assigned a static IP address on the network, rather than using DHCP.
To allow clients to connect to the server over the internet, the port used by the server needs to be forwarded.
Storage
180 MB free storage space is required, but 1 GB is recommended when using multiple or large worlds.

Connection

Template:Seealso BDS uses UDP, unlike Java Edition which uses TCP. The default port for IPv4 is 19132 and the default port for IPv6 is 19133; these can be changed in Template:Cd. Players on the Xbox, PlayStation, and Nintendo Switch versions can only connect though a custom DNS or a LAN connection.

Allowlist

Template:Main Enabling the allowlist allows for only approved accounts to connect to the server. A client must be signed into an allowed Minecraft account in order to connect to a server with the allowlist enabled.

The bedrock_server_how_to.html file bundled with the server download contains more information about allowlists.

Community resources

Template:Disclaimer

Plugin Support software

LeviLamina is an unofficial mod loader designed to provide essential API support for Minecraft Bedrock Edition. It features a comprehensive API, a range of utility interfaces, a powerful event system, and extensive support for basic interfaces. LeviLamina offers a solid foundation for augmenting Minecraft with additional gameplay features and functionalities, making the modding process effortless through its user-friendly development environment and flexible approach. It supports Windows client and server.

LiteLoaderBDS [Defunct as of 2024] was an unofficial plugin loader that provides basic API support for Bedrock Dedicated Server, with a massive API, a lot of packed utility interfaces, a rich event system and powerful basic interface support. With LiteLoaderBDS and plugins, it is easy to extend the functionality of BDS, the associated development is easy to learn, and the development approach is flexible.

BDSX [Defunct as of 2024] was a modification of Minecraft Bedrock Dedicated Server, supporting node.js. Because it is based on the official BDS software, it includes all the features of vanilla Minecraft, but includes other features as well, such as hooking functions and packets to change behavior.

Endstone is a modern plugin loader that provides a high-level plugin API for Bedrock Dedicated Servers, supporting both Python and C++. It allows developers to extend Bedrock Dedicated Servers without the hassle of dealing with low-level hooks. Endstone users will benefit from all vanilla features and native support for both Windows and Linux.

Startup and maintenance scripts

  • BDSAddonInstaller A node.js tool used for automatically installing, updating, and uninstalling addons/packs.
  • MCscripts systemd units and scripts for backups, automatic updates, and posting logs to chat bots
  • MinecraftBedrockServer Sets up a Minecraft Bedrock dedicated server on Ubuntu / Debian / Raspbian / Armbian with options for automatic updates, backups and running automatically at startup
  • MCBEPlay MCBEPlay is primarily a Windows 10 GUI for the official BDS System, that enables you to control and manage your Minecraft Bedrock Edition Server with little to no knowledge of server systems. It also has automatic backups, can save automatically, and has auto restarts.
  • WinMSSScripts WinMSSScripts is a basic batch file to help create maintain backups of your worlds and log files as you run the official BDS System on Windows systems.
  • bedrock-in-docker Docker image for install, update, backup&restore and run the Minecraft Bedrock server.
  • MC-BDS-PWSH Updates Minecraft Bedrock Dedicated Server with PowerShell.

Download

Release versions

Download
1.6.0.15 Windows Ubuntu
1.6.1.0 Windows Ubuntu
1.7.0.13 Windows Ubuntu
1.8.0.24 Windows Ubuntu
1.8.1.2 Windows Ubuntu
1.9.0.15 Windows Ubuntu
1.10.0.7 Windows Ubuntu
1.11.0.23 Windows Ubuntu
1.11.1.2 Windows Ubuntu
1.11.2.1 Windows Ubuntu
1.11.4.2 Windows Ubuntu
1.12.0.28 Windows Ubuntu
1.12.1.1 Windows Ubuntu
1.13.0.34 Windows Ubuntu
1.13.1.5 Windows Ubuntu
1.13.2.0 Windows Ubuntu
1.13.3.0 Windows Ubuntu
1.14.0.9 Windows Ubuntu
1.14.1.4 Windows Ubuntu
1.14.20.1 Windows Ubuntu
1.14.21.0 Windows Ubuntu
1.14.30.2 Windows Ubuntu
1.14.32.1 Windows Ubuntu
1.14.60.5 Windows Ubuntu
1.16.0.2 Windows Ubuntu
1.16.1.02 Windows Ubuntu
1.16.10.02 Windows
1.16.20.01 Windows
1.16.20.03 Windows Ubuntu
1.16.40.02 Windows Ubuntu
1.16.100.04 Windows Ubuntu
1.16.101.01 Windows Ubuntu
1.16.200.02 Windows Ubuntu
1.16.201.02 Windows Ubuntu
1.16.201.03 Windows Ubuntu
1.16.210.05 Windows Linux
1.16.210.06 Windows Linux
1.16.220.02 Windows Linux
1.16.221.01 Windows Linux
1.17.0.03 Windows Linux
1.17.1.01 Windows Linux
1.17.2.01 Windows Linux
1.17.10.04 Windows Linux
1.17.11.01 Windows Linux
1.17.30.04 Windows Linux
1.17.31.01 Windows Linux
1.17.32.02 Windows Linux
1.17.33.01 Windows Linux
1.17.34.02 Windows Linux
1.17.40.06 Windows Linux
1.17.41.01 Windows Linux
1.18.0.02 Windows Linux
1.18.1.02 Windows Linux
1.18.2.03 Windows Linux
1.18.11.01 Windows Linux
1.18.12.01 Windows Linux
1.18.30.04 Windows Linux
1.18.31.04 Windows Linux
1.18.32.02 Windows Linux
1.18.33.02 Windows Linux
1.19.10.20 Windows Linux
1.19.1.01 Windows Linux
1.19.2.02 Windows Linux
1.19.10.03 Windows Linux
1.19.11.01 Windows Linux
1.19.20.02 Windows Linux
1.19.21.01 Windows Linux
1.19.22.01 Windows Linux
1.19.30.04 Windows Linux
1.19.31.01 Windows Linux
1.19.40.02 Windows Linux
1.19.41.01 Windows Linux
1.19.50.02 Windows Linux
1.19.51.01 Windows Linux
1.19.52.01 Windows Linux
1.19.60.04 Windows Linux
1.19.61.01 Windows Linux
1.19.62.01 Windows Linux
1.19.63.01 Windows Linux
1.19.70.02 Windows Linux
1.19.71.02 Windows Linux
1.19.72.01 Windows Linux
1.19.73.02 Windows Linux
1.19.80.02 Windows Linux
1.19.81.01 Windows Linux
1.19.83.01 Windows Linux
1.20.0.01 Windows Linux
1.20.1.02 Windows Linux
1.20.10.01 Windows Linux
1.20.11.01 Windows Linux
1.20.12.01 Windows Linux
1.20.13.01 Windows Linux
1.20.14.01 Windows Linux
1.20.15.01 Windows Linux
1.20.30.02 Windows Linux
1.20.31.01 Windows Linux
1.20.32.03 Windows Linux
1.20.40.01 Windows Linux
1.20.41.02 Windows Linux
1.20.50.03 Windows Linux
1.20.51.01 Windows Linux
1.20.61.01 Windows Linux
1.20.62.01 Windows Linux
1.20.62.02 Windows Linux
1.20.62.03 Windows Linux
1.20.70.05 Windows Linux
1.20.71.01 Windows Linux
1.20.72.01 Windows Linux
1.20.73.01 Windows Linux
1.20.80.05 Windows Linux
1.20.81.01 Windows Linux
1.21.0.03 Windows Linux
1.21.1.03 Windows Linux
1.21.2.02 Windows Linux
1.21.3.01 Windows Linux
1.21.20.03 Windows Linux
1.21.22.01 Windows Linux
1.21.23.01 Windows Linux
1.21.30.03 Windows Linux
1.21.31.04 Windows Linux
1.21.40.03 Windows Linux
1.21.41.01 Windows Linux
1.21.42.01 Windows Linux
1.21.43.01 Windows Linux
1.21.44.01 Windows Linux
1.21.50.07 Windows
1.21.50.10 Windows Linux
1.21.51.01 Windows Linux
1.21.51.02 Windows Linux
1.21.60.10 Windows Linux
1.21.61.01 Windows Linux
1.21.62.01 Windows Linux
1.21.70.04 Windows Linux
1.21.71.01 Windows Linux
1.21.72.01 Windows Linux
1.21.73.01 Windows Linux
1.21.80.3 Windows Linux
1.21.81.2 Windows Linux
1.21.82.1 Windows Linux
1.21.83.1 Windows Linux
1.21.84.1 Windows Linux
1.21.90.3 Windows Linux
1.21.90.4 Windows Linux
1.21.91.1 Windows Linux
1.21.92.1 Windows Linux
1.21.93.1 Windows Linux
1.21.94.1 Windows Linux
1.21.94.2 Windows Linux
1.21.95.1 Windows Linux
1.21.100.6 Windows Linux
1.21.100.7 Windows Linux
1.21.101.1 Windows Linux
1.21.102.1 Windows Linux
1.21.110.2 Windows Linux
1.21.111.1 Windows Linux
1.21.112.1 Windows Linux
1.21.113.1 Windows Linux
1.21.114.1 Windows Linux
1.21.120.4 Windows Linux
1.21.121.1 Windows Linux
1.21.122.2 Windows Linux
1.21.123.2 Windows Linux
1.21.124.2 Windows Linux
1.21.130.3 Windows Linux
1.21.130.4 Windows Linux
1.21.131.1 Windows Linux
1.21.132.1 Windows Linux
1.21.132.3 Windows Linux
1.26.0.2 Windows Linux
1.26.1.1 Windows Linux
1.26.2.1 Windows Linux
1.26.3.1 Windows Linux
1.26.10.4 Windows Linux
1.26.11.1 Windows Linux
1.26.12.2 Windows Linux
1.26.13.1 Windows Linux

Preview versions

Download
1.19.50.21 Windows Linux
1.19.50.24 Windows Linux
1.19.50.25 Windows Linux
1.19.60.20 Windows Linux
1.19.60.22 Windows Linux
1.19.60.23 Windows Linux
1.19.60.24 Windows Linux
1.19.60.25 Windows Linux
1.19.60.26 Windows Linux
1.19.60.27 Windows Linux
1.19.70.20 Windows Linux
1.19.70.21 Windows Linux
1.19.70.22 Windows Linux
1.19.70.23 Windows Linux
1.19.70.24 Windows Linux
1.19.70.26 Windows Linux
1.19.80.20 Windows Linux
1.19.80.21 Windows Linux
1.19.80.22 Windows Linux
1.19.80.23 Windows Linux
1.19.80.24 Windows Linux
1.20.0.20 Windows Linux
1.20.0.21 Windows Linux
1.20.0.22 Windows Linux
1.20.0.23 Windows Linux
1.20.0.24 Windows Linux
1.20.0.25 Windows Linux
1.20.10.20 Windows Linux
1.20.10.21 Windows Linux
1.20.10.23 Windows Linux
1.20.10.24 Windows Linux
1.20.20.20 Windows Linux
1.20.20.21 Windows Linux
1.20.20.22 Windows Linux
1.20.20.23 Windows Linux
1.20.30.20 Windows Linux
1.20.30.21 Windows Linux
1.20.30.22 Windows Linux
1.20.30.24 Windows Linux
1.20.30.25 Windows Linux
1.20.40.20 Windows Linux
1.20.40.21 Windows Linux
1.20.40.22 Windows Linux
1.20.40.23 Windows Linux
1.20.40.24 Windows Linux
1.20.50.20 Windows Linux
1.20.50.21 Windows Linux
1.20.50.22 Windows Linux
1.20.50.23 Windows Linux
1.20.50.24 Windows Linux
1.20.60.20 Windows Linux
1.20.60.21 Windows Linux
1.20.60.22 Windows Linux
1.20.60.23 Windows Linux
1.20.60.24 Windows Linux
1.20.60.25 Windows Linux
1.20.70.20 Windows Linux
1.20.70.21 Windows Linux
1.20.70.22 Windows Linux
1.20.70.24 Windows Linux
1.20.70.25 Windows Linux
1.20.80.20 Windows Linux
1.20.80.21 Windows Linux
1.20.80.22 Windows Linux
1.20.80.23 Windows Linux
1.20.80.24 Windows Linux
1.21.0.20 Windows Linux
1.21.0.21 Windows Linux
1.21.0.22 Windows Linux
1.21.0.23 Windows Linux
1.21.0.24 Windows Linux
1.21.0.25 Windows Linux
1.21.0.26 Windows Linux
1.21.10.20 Windows Linux
1.21.10.21 Windows Linux
1.21.10.22 Windows Linux
1.21.10.23 Windows Linux
1.21.10.24 Windows Linux
1.21.20.21 Windows Linux
1.21.20.22 Windows Linux
1.21.20.23 Windows Linux
1.21.20.24 Windows Linux
1.21.30.21 Windows Linux
1.21.30.22 Windows Linux
1.21.30.23 Windows Linux
1.21.30.24 Windows Linux
1.21.30.25 Windows Linux
1.21.40.20 Windows Linux
1.21.40.21 Windows Linux
1.21.40.22 Windows Linux
1.21.40.23 Windows Linux
1.21.40.25 Windows Linux
1.21.50.20 Windows Linux
1.21.50.22 Windows Linux
1.21.50.24 Windows Linux
1.21.50.25 Windows Linux
1.21.50.26 Windows Linux
1.21.50.28 Windows Linux
1.21.50.29 Windows Linux
1.21.60.21 Windows Linux
1.21.50.07 Linux
1.21.60.22 Windows Linux
1.21.60.23 Windows Linux
1.21.60.24 Windows Linux
1.21.60.25 Windows
1.21.60.26 Linux
1.21.60.27 Windows Linux
1.21.60.28 Windows Linux
1.21.70.20 Windows Linux
1.21.70.21 Windows Linux
1.21.70.22 Windows Linux
1.21.70.23 Windows Linux
1.21.70.24 Windows Linux
1.21.70.25 Windows Linux
1.21.70.26 Windows Linux
1.21.80.20 Windows Linux
1.21.80.21 Windows Linux
1.21.80.22 Windows Linux
1.21.80.25 Windows Linux
1.21.80.26 Windows Linux
1.21.80.27 Windows Linux
1.21.80.28 Windows Linux
1.21.90.20 Windows Linux
1.21.90.21 Windows Linux
1.21.90.22 Windows Linux
1.21.90.23 Windows Linux
1.21.90.25 Windows Linux
1.21.90.26 Windows Linux
1.21.90.27 Windows Linux
1.21.90.28 Windows Linux
1.21.100.20 Windows Linux
1.21.100.21 Windows Linux
1.21.100.22 Windows Linux
1.21.100.23 Windows Linux
1.21.100.24 Windows Linux
1.21.100.25 Windows Linux
1.21.110.20 Windows Linux
1.21.110.22 Windows Linux
1.21.110.23 Windows Linux
1.21.110.24 Windows Linux
1.21.110.25 Windows Linux
1.21.110.26 Windows Linux
1.21.120.20 Windows Linux
1.21.120.21 Windows Linux
1.21.120.22 Windows Linux
1.21.120.23 Windows Linux
1.21.120.24 Windows Linux
1.21.120.25 Windows Linux
1.21.130.20 Windows Linux
1.21.130.22 Windows Linux
1.21.130.24 Windows Linux
1.21.130.25 Windows Linux
1.21.130.26 Windows Linux
1.21.130.27 Windows Linux
1.21.130.28 Windows Linux
1.26.0.23 Windows Linux
1.26.0.24 Windows Linux
1.26.0.25 Windows Linux
1.26.0.26 Windows Linux
1.26.0.27 Windows Linux
1.26.0.28 Windows Linux
1.26.0.29 Windows Linux
1.26.10.20 Windows Linux
1.26.10.21 Windows Linux
1.26.10.22 Windows
1.26.10.23 Windows Linux
1.26.10.24 Windows Linux
1.26.10.25 Windows Linux
1.26.10.26 Windows Linux
1.26.10.27 Windows Linux
1.26.20.20 Windows Linux
1.26.20.21 Windows Linux
1.26.20.22 Windows Linux
1.26.20.23 Windows Linux
1.26.20.24 Windows Linux
1.26.20.26 Windows Linux

Limitations

This server software has some limitations compared to regular Bedrock Edition multiplayer or the Java Edition Minecraft:server.jar:<ref>https://feedback.minecraft.net/hc/en-us/community/posts/360059965732-Expand-Bedrock-Dedicated-Server-BDS-Configuration-Customization-Options</ref>

  • The Template:Cmd command cannot reload the server like the Java server to prevent the server from crashing. As a result, the server needs to be restarted every time the server settings are readjusted, or plug-ins are added.
  • Doesn't have a server invite system that allows in-game friends, including from consoles, to connect like Minecraft:Realms.
  • Doesn't support remote console (RCON), which allows sending Minecraft:commands remotely from external sources.
  • Doesn't support SRV record for a domain name, which allows connecting to a server using an Template:W without specifying a port manually.
  • Doesn't support setting the server's message of the day (MOTD), even though the feature itself is supported by the Bedrock client, as seen in Bedrock Edition's server list.
  • The server has poor support of community mods or plugins, unlike Java Edition, which has a larger community and matured over the years, e.g., Spigot and PaperMC. Additionally, players may resort to GeyserMC, which allows cross-compatibility for Bedrock Edition players to join a Java Edition server.
    • An alternative to plugins is the Scripting API provided by add-ons.
  • The performance of BDS is poor on some multi-core server CPUs with low clock speed. On the contrary, some high clock speed desktop CPUs with stronger single core performance are more suitable for running BDS.
  • In the case of high load (for example, a large number of entities accumulate / load complex chunks), sometimes the server suddenly has a very low CPU utilization, but the whole server is stuck.

History

The server follows the client's release cycle.<ref>https://discordapp.com/channels/302094807046684672/489043421072195585/489067565843349504</ref>Template:Better source Template:HistoryTable

Issues

Template:Issue list

See also

Notes

Template:Fnlist

References

Template:Reflist

External links

Navigation

Template:Navbox Bedrock Edition Template:Navbox Bedrock Dedicated Server versions

de:Bedrock Dedicated Server es:Servidor dedicado de Bedrock ja:Bedrock Dedicated Server pt:Servidor dedicado da Edição Bedrock uk:Bedrock Dedicated Server zh:基岩版专用服务器