Difference between revisions of "Main Page"
m (Re-arranging Modern Minecraft.) |
m (Undo revision 19370 by Bentadomod (talk)) Tag: Undo |
||
(79 intermediate revisions by 48 users not shown) | |||
Line 1: | Line 1: | ||
− | + | __NOTOC____NOEDITSECTION__ | |
− | + | {{Box| | |
− | + | BORDER = #9999FF| | |
− | == Minecraft Modern = | + | BACKGROUND = #99CCFF| |
+ | WIDTH = 100%| | ||
+ | ICON = | | ||
+ | HEADING = Minecraft Modern | | ||
+ | CONTENT = | ||
[[File:Banner beta.png|link=Category:Minecraft Modern]] | [[File:Banner beta.png|link=Category:Minecraft Modern]] | ||
− | Minecraft Modern is the | + | ''Minecraft'' Modern (officially ''Minecraft: Java Edition'') is one of the two updated versions of Minecraft which require a paid account to download, update and play. Most of the new development projects focus on either creating entirely new programs from scratch that interoperate with Minecraft (such as a bot or server) or modding projects that wrap the client or server and provide bug fixes, new features and enhancements to existing features. |
=== Documentation === | === Documentation === | ||
− | There are ongoing efforts to keep reverse engineered documentation updated, but it isn't as easy as it sounds. The protocol generally changes 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 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 does the normal status ping sequence look like?|Normal ping sequence to a server]] | ||
* [[Protocol|Current Protocol Specification]] | * [[Protocol|Current Protocol Specification]] | ||
− | * [[Pre-release protocol|Pre-release Protocol | + | ** [[Data types]] |
+ | ** [[Server List Ping]] | ||
+ | ** [[Protocol Encryption]] | ||
+ | ** [[Plugin channels]] | ||
+ | ** [[Registry Data]] | ||
+ | ** [[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]] | ||
+ | * [[Game files]] | ||
+ | * [[Realms API]] | ||
+ | * [[Snoop]] | ||
+ | ==== Map Format ==== | ||
+ | * [[Map Format|Map Format Specification]] | ||
+ | ** [[Region Files]] | ||
+ | ==== Notchian Implementation ==== | ||
+ | * [[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 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) | ||
+ | * [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]] | ||
=== Tutorials & Guides === | === Tutorials & Guides === | ||
* [[How to Write a Client]] | * [[How to Write a Client]] | ||
− | * [[ | + | * [[How to Write a Server]] |
+ | * [[Dev-focused Blog Articles]] | ||
+ | |||
+ | === Communities === | ||
+ | * [https://discord.gg/Tf4xwK3Ke7 Minecraft Protocol] (via Discord) | ||
For more info, check out [[:Category:Minecraft Modern|Minecraft Modern]]. | For more info, check out [[:Category:Minecraft Modern|Minecraft Modern]]. | ||
+ | }} | ||
− | == Minecraft | + | {{Box| |
− | [[File: | + | BORDER = #9999FF| |
+ | BACKGROUND = #99CCFF| | ||
+ | WIDTH = 100%| | ||
+ | ICON = | | ||
+ | HEADING = Minecraft: Bedrock Edition | | ||
+ | CONTENT = | ||
+ | [[File:Mcbe_banner.png|link=Category: Bedrock Minecraft]] | ||
− | Minecraft | + | ''Minecraft: Bedrock Edition'' is the multi-platform version of Minecraft.<br> |
+ | It is available for mobile, Xbox One, Nintendo Switch, and various other platforms.<br> | ||
=== Documentation === | === Documentation === | ||
− | + | * [[Bedrock_Protocol|Current Protocol Specification]] - note that this is very WIP and many aspects may be incorrect. The [[Raknet Protocol]] is also not fully documented. | |
− | * [[ | + | ** [[Bedrock Protocol version numbers|Bedrock version numbers]] |
− | * [[ | + | ** [[Bedrock Edition level format]] |
− | * [[ | ||
− | === | + | === Tools === |
− | + | Useful information & links | |
− | * | + | * [[Bedrock Edition Program List|Program list]] - third-party BE programs |
− | * [[ | + | * [[Bedrock_Edition_Cheats|Bedrock Edition Cheats]] - note this page is WIP |
− | + | For more info, see [[:Category:Bedrock Minecraft|Bedrock Minecraft]]. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | }} | |
− | == Minecraft Pocket Edition = | + | {{Box| |
− | [[File: | + | BORDER = #9999FF| |
+ | BACKGROUND = #99CCFF| | ||
+ | WIDTH = 100%| | ||
+ | ICON = | | ||
+ | HEADING = Minecraft: Pocket Edition | | ||
+ | CONTENT = | ||
+ | [[File:Banner_pocket.png|link=Category:Pocket Minecraft]] | ||
− | 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 documentation for Pocket | + | The protocol and map format documentation for Minecraft: Pocket Edition. |
− | * [[Pocket Minecraft Protocol|Protocol Specification]] | + | * [[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 Edition FAQ|FAQ]] | * [[Pocket Edition FAQ|FAQ]] | ||
+ | * [[Pocket Edition Login|Login Procedure]] | ||
+ | * [[Pocket Realms|Pocket Realms]] | ||
* [[Pocket Minecraft Map Format|Map Format]] | * [[Pocket Minecraft Map Format|Map Format]] | ||
Line 74: | Line 137: | ||
* [[Pocket Edition Program List|Program list]] - third-party PE programs | * [[Pocket Edition Program List|Program list]] - third-party PE programs | ||
− | For more info, | + | For more info, see [[:Category:Pocket Minecraft|Pocket Minecraft]]. |
+ | |||
+ | }} | ||
+ | |||
+ | {{Box| | ||
+ | BORDER = #9999FF| | ||
+ | BACKGROUND = #99CCFF| | ||
+ | WIDTH = 100%| | ||
+ | ICON = | | ||
+ | HEADING = Minecraft Classic | | ||
+ | CONTENT = | ||
+ | [[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 2009, and because it is very simple, there are many programs made to work with Classic. | ||
+ | |||
+ | === Documentation === | ||
+ | As there is no longer any work being done on classic, the documentation for it is stable. If you create something that works with it, it probably always will. | ||
+ | * [[Classic Protocol|Protocol Specification]] | ||
+ | * [[Classic Protocol Extension|Extension Protocol Specification]] | ||
+ | * [[Classic DAT Format|Server Map Format (.dat)]] | ||
+ | * [[MCLevel Format|Saved Level Format (.mclevel)]] | ||
+ | * [[ClassicWorld file format|ClassicWorld Format (.cw)]] | ||
+ | |||
+ | === Source Code Snippets === | ||
+ | Source code snippets provide insight into how specific features work or can be accomplished, and by themselves are generally free to use in your own program. | ||
+ | * Deserializing the level.dat file format ([[deserialize.c|C]], [https://gist.github.com/324122945a569a513bae C#]) | ||
+ | * [[:Category:Code Snippets|More...]] | ||
+ | |||
+ | === Tools and Mods === | ||
+ | Useful information & links | ||
+ | * [[Classic Client List|Clients]] - third-party Classic clients | ||
+ | * [[Classic Server List|Servers]] - third-party Classic servers | ||
+ | * [[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 Wrapper List|Wrappers]] - mods that override features in the client or server | ||
− | + | 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
|