Difference between revisions of "Main Page"
m (fix banner image) |
m (Undo revision 19370 by Bentadomod (talk)) Tag: Undo |
||
(13 intermediate revisions by 5 users not shown) | |||
Line 14: | Line 14: | ||
There are ongoing efforts to keep reverse engineered documentation updated, but it isn't as easy as it sounds. The protocol generally changes slightly with each release, and both the Client and Server classes get rearranged on each release. Below are links to the current documentation segments, which '''may or may not be completely up to date'''. | There are ongoing efforts to keep reverse engineered documentation updated, but it isn't as easy as it sounds. The protocol generally changes slightly with each release, and both the Client and Server classes get rearranged on each release. Below are links to the current documentation segments, which '''may or may not be completely up to date'''. | ||
+ | ==== Protocol ==== | ||
* [[Protocol FAQ]] | * [[Protocol FAQ]] | ||
** [[Protocol FAQ#What's the normal login sequence for a client?|Normal login sequence for a client]] | ** [[Protocol FAQ#What's the normal login sequence for a client?|Normal login sequence for a client]] | ||
** [[Protocol FAQ#What does the normal status ping sequence look like?|Normal ping sequence to a server]] | ** [[Protocol FAQ#What does the normal status ping sequence look like?|Normal ping sequence to a server]] | ||
* [[Protocol|Current Protocol Specification]] | * [[Protocol|Current Protocol Specification]] | ||
+ | ** [[Data types]] | ||
+ | ** [[Server List Ping]] | ||
** [[Protocol Encryption]] | ** [[Protocol Encryption]] | ||
− | |||
− | |||
** [[Plugin channels]] | ** [[Plugin channels]] | ||
− | ** [[ | + | ** [[Registry Data]] |
− | * [[Pre-release protocol|Pre-release Protocol | + | ** [[Command Data]] |
− | * [[ | + | ** [[Chat]] |
− | * [[ | + | ** [[Inventory]] |
− | ==== | + | ** [[Slot Data]] |
− | + | ** [[Chunk Format]] | |
− | + | ** [[Block Actions]] | |
− | + | ** [[Object Data]] | |
− | + | ** [[Entity metadata]] | |
− | + | ** [[Entity statuses]] | |
− | + | ** [[Particles]] | |
+ | * [[Pre-release protocol|Pre-release Protocol Specification]] | ||
+ | * [[Protocol version numbers]] | ||
+ | * [[Protocol History]] | ||
+ | * [[Proxies]] | ||
+ | * [[Minecraft Forge Handshake|Minecraft Forge Handshake Specification]] | ||
+ | ==== Mojang APIs ==== | ||
+ | * Authentication | ||
+ | ** [[Microsoft Authentication Scheme|Microsoft Authentication Scheme]] | ||
+ | ** [[Legacy Mojang Authentication|Legacy Mojang Authentication Scheme]] | ||
+ | ** [[Legacy Minecraft Authentication|Legacy Minecraft Authentication Scheme]] | ||
* [[Mojang API]] | * [[Mojang API]] | ||
− | * [[Game | + | * [[Game files]] |
− | * [[Map Format]] | + | * [[Realms API]] |
+ | * [[Snoop]] | ||
+ | ==== Map Format ==== | ||
+ | * [[Map Format|Map Format Specification]] | ||
+ | ** [[Region Files]] | ||
+ | ==== Notchian Implementation ==== | ||
* [[Launching the game]] | * [[Launching the game]] | ||
− | * [[ | + | * [[Debugging]] |
− | * [[ | + | * [[Data Generators]] |
+ | ==== Miscellaneous ==== | ||
+ | * [[NBT]] | ||
+ | * [[Text formatting]] | ||
* [[Rcon]] and [[Query]] protocol specifications | * [[Rcon]] and [[Query]] protocol specifications | ||
− | |||
− | |||
− | |||
=== Tools & Mods === | === Tools & Mods === | ||
− | * [[Client List|Clients]] - third-party Minecraft clients | + | * [[Client List|Clients]] - third-party Minecraft clients |
− | * [[Server List|Servers]] - third-party Minecraft servers | + | * [[Server List|Servers]] - third-party Minecraft servers |
− | * [[Library List|Libraries]] - libraries to interface with Minecraft data files or network protocols | + | * [[Library List|Libraries]] - libraries to interface with Minecraft data files or network protocols |
− | * [[Utility List|Utilities]] - tools that interface with a client, server, or data files, such as proxies, bots, or inventory editors | + | * [[Utility List|Utilities]] - tools that interface with a client, server, or data files, such as proxies, bots, or inventory editors |
* [[Wrapper List|Wrappers]] - mods that override features in the client or server | * [[Wrapper List|Wrappers]] - mods that override features in the client or server | ||
− | * [[Generator List|Generators]] - tools that extract data from | + | * [[Generator List|Generators]] - tools that extract data from Mojang to a readable format |
+ | * [[Decompiler List|Decompilers]] - tools for decompiling Minecraft | ||
* [[Java Edition Cheats|Cheats]] - mods that allow you to cheat (bannable on servers) | * [[Java Edition Cheats|Cheats]] - mods that allow you to cheat (bannable on servers) | ||
* [https://github.com/mcdevs/Burger/ Burger] - a tool that generates information for arbitrary Minecraft versions | * [https://github.com/mcdevs/Burger/ Burger] - a tool that generates information for arbitrary Minecraft versions | ||
− | + | ** [[User:Pokechu22|Pokechu22]]'s [https://github.com/Pokechu22/Burger fork] - where new version development is mostly done | |
− | + | ** [https://pokechu22.github.io/BurgerWebViewer/ Burger Vitrine] - shows differences in data and protocol between arbitrary versions | |
− | + | ** [https://github.com/Matsv/PAaaS PAaaS] - shows differences in protocol and sounds for newer versions (1.8 and above) | |
* [[Code Snippets]] | * [[Code Snippets]] | ||
Line 61: | Line 78: | ||
* [[How to Write a Client]] | * [[How to Write a Client]] | ||
* [[How to Write a Server]] | * [[How to Write a Server]] | ||
− | |||
* [[Dev-focused Blog Articles]] | * [[Dev-focused Blog Articles]] | ||
− | === | + | === Communities === |
* [https://discord.gg/Tf4xwK3Ke7 Minecraft Protocol] (via Discord) | * [https://discord.gg/Tf4xwK3Ke7 Minecraft Protocol] (via Discord) | ||
Line 75: | Line 91: | ||
WIDTH = 100%| | WIDTH = 100%| | ||
ICON = | | ICON = | | ||
− | HEADING = Minecraft : Bedrock Edition | | + | HEADING = Minecraft: Bedrock Edition | |
CONTENT = | CONTENT = | ||
[[File:Mcbe_banner.png|link=Category: Bedrock Minecraft]] | [[File:Mcbe_banner.png|link=Category: Bedrock Minecraft]] | ||
Line 105: | Line 121: | ||
[[File:Banner_pocket.png|link=Category:Pocket Minecraft]] | [[File:Banner_pocket.png|link=Category:Pocket Minecraft]] | ||
− | + | Pocket Minecraft (or ''Minecraft: Pocket Edition'') was the prior version of Minecraft for mobile devices.<br> | |
+ | It was replaced by Minecraft Bedrock on November 18, 2016.<br> | ||
=== Documentation === | === Documentation === | ||
The protocol and map format documentation for Minecraft: Pocket Edition. | The protocol and map format documentation for Minecraft: Pocket Edition. | ||
+ | * [[Pocket Edition Protocol Documentation|The current Protocol docs]] | ||
* [[Pocket Minecraft Protocol|Old Protocol Specification]] (This protocol information is considered outdated, but still contains useful information) | * [[Pocket Minecraft Protocol|Old Protocol Specification]] (This protocol information is considered outdated, but still contains useful information) | ||
− | |||
* [[Pocket Edition FAQ|FAQ]] | * [[Pocket Edition FAQ|FAQ]] | ||
* [[Pocket Edition Login|Login Procedure]] | * [[Pocket Edition Login|Login Procedure]] | ||
Line 133: | Line 150: | ||
[[File:Banner classic.png|link=Category:Minecraft Classic]] | [[File:Banner classic.png|link=Category:Minecraft Classic]] | ||
− | ''Minecraft Classic'' is the original version of ''Minecraft'', available for free to the public. It is still played by many people, with an active development community. As it's been around since | + | ''Minecraft Classic'' is the original version of ''Minecraft'', available for free to the public. It is still played by many people, with an active development community. As it's been around since 2009, and because it is very simple, there are many programs made to work with Classic. |
=== Documentation === | === Documentation === | ||
Line 150: | Line 167: | ||
=== Tools and Mods === | === Tools and Mods === | ||
Useful information & links | Useful information & links | ||
− | * [[Classic Client List|Clients]] - third-party Classic clients | + | * [[Classic Client List|Clients]] - third-party Classic clients |
− | * [[Classic Server List|Servers]] - third-party Classic servers | + | * [[Classic Server List|Servers]] - third-party Classic servers |
− | * [[Classic Library List|Libraries]] - libraries to interface with Minecraft data files or network protocols | + | * [[Classic Library List|Libraries]] - libraries to interface with Minecraft data files or network protocols |
− | * [[Classic Utility List|Utilities]] - tools that interface with a client, server, or data files, such as proxies or bots | + | * [[Classic Utility List|Utilities]] - tools that interface with a client, server, or data files, such as proxies or bots |
− | * [[Classic Wrapper List|Wrappers]] - mods that override features in the client or server | + | * [[Classic Wrapper List|Wrappers]] - mods that override features in the client or server |
For more info, see [[:Category:Minecraft Classic|Minecraft Classic]]. | For more info, see [[:Category:Minecraft Classic|Minecraft Classic]]. | ||
}} | }} |
Latest revision as of 11:58, 19 June 2024
Minecraft Modern
|
Minecraft: Bedrock Edition
|
Minecraft: Pocket Edition
|
Minecraft Classic
|