Difference between revisions of "Main Page"

From wiki.vg
Jump to navigation Jump to search
(add link to protocol history)
(πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©)
Line 1: Line 1:
βˆ’
__NOTOC____NOEDITSECTION__
Β 
βˆ’
{{Box|
Β 
βˆ’
BORDER = #9999FF|
Β 
βˆ’
BACKGROUND = #99CCFF|
Β 
βˆ’
WIDTH = 100%|
Β 
βˆ’
ICON = |
Β 
βˆ’
HEADING = Minecraft Modern |
Β 
βˆ’
CONTENT =Β 
Β 
βˆ’
[[File:Banner beta.png|link=Category:Minecraft Modern]]
Β 
Β Β 
βˆ’
Minecraft Modern is the latest (and only updated) version of Minecraft which requires 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 ===
Β 
βˆ’
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 FAQ]]
Β 
βˆ’
* [[Protocol|Current Protocol Specification]]
Β 
βˆ’
** [[Protocol Encryption]]
Β 
βˆ’
** [[Server List Ping]] documentation
Β 
βˆ’
** [[Protocol version numbers]]
Β 
βˆ’
** [[Plugin channels]]
Β 
βˆ’
** [[Protocol History]]
Β 
βˆ’
* [[Pre-release protocol|Pre-release Protocol Specificaton]]
Β 
βˆ’
* [[Authentication|Authentication Scheme]]
Β 
βˆ’
* [[Mojang API]]
Β 
βˆ’
* [[Game Files|Location of Game Files]]
Β 
βˆ’
* [[Map Format]] (See also: mirror of the old [[NBT]].txt)
Β 
βˆ’
* [[Snoop|Snoop Mechanism]]
Β 
βˆ’
* [[Realms API]]
Β 
βˆ’
* [[Rcon]] and [[Query]] protocol specifications
Β 
βˆ’
* [[Debugging]]
Β 
βˆ’
Β 
βˆ’
=== Tools & Mods ===
Β 
βˆ’
* [[Client List|Clients]] - third-party Minecraft clients.
Β 
βˆ’
* [[Server List|Servers]] - third-party Minecraft servers.
Β 
βˆ’
* [[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.
Β 
βˆ’
* [[Wrapper List|Wrappers]] - mods that override features in the client or server
Β 
βˆ’
* [https://github.com/mcdevs/Burger/ Burger] - a tool that generates information for arbitrary Minecraft versions
Β 
βˆ’
:* [http://b.wiki.vg/ Burger Vitrine] - shows differences in data and protocol between arbitrary versions (prior to 1.7).
Β 
βˆ’
:* [https://matsv.nl/PAaaS/ PAaaS] - shows differences in protocol and sounds for newer versions (1.8 and above)
Β 
βˆ’
* [[Code Snippets]]
Β 
βˆ’
Β 
βˆ’
=== Tutorials & Guides ===
Β 
βˆ’
* [[How to Write a Client]]
Β 
βˆ’
* [[How to Write a Server]]
Β 
βˆ’
* [[Chat|How Chat Works]]
Β 
βˆ’
Β 
βˆ’
For more info, check out [[:Category:Minecraft Modern|Minecraft Modern]].
Β 
βˆ’
}}
Β 
βˆ’
Β 
βˆ’
{{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's still available off of the main website today and is still played by many people, with an active development community. As it's been around since 2010, and because it's so simplistic, there are many, many programs made to work with Classic - there are over '''18+''' servers alone, written in everything from C++ to PureBasic to Perl. It's highly recommend if you're planning to do a development project at this point to instead look into the Minecraft Modern specifications.
Β 
βˆ’
Β 
βˆ’
=== 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)]]
Β 
βˆ’
Β 
βˆ’
=== 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, check out [[:Category:Minecraft Classic|Minecraft Classic]].
Β 
βˆ’
}}
Β 
βˆ’
Β 
βˆ’
{{Box|
Β 
βˆ’
BORDER = #9999FF|
Β 
βˆ’
BACKGROUND = #99CCFF|
Β 
βˆ’
WIDTH = 100%|
Β 
βˆ’
ICON = |
Β 
βˆ’
HEADING = Minecraft Pocket Edition |
Β 
βˆ’
CONTENT =Β 
Β 
βˆ’
[[File:Banner pocket.png|link=Category:Pocket Minecraft]]
Β 
βˆ’
Β 
βˆ’
Minecraft Pocket Edition is the version of Minecraft for portable systems such as Android, iOS or Windows 10 devices.
Β 
βˆ’
Β 
βˆ’
=== Documentation ===
Β 
βˆ’
The protocol and map format documentation for Minecraft Pocket Edition.
Β 
βˆ’
* [[Pocket Minecraft Protocol|Old Protocol Specification]] (This protocol information is considered outdated, but still contains useful information)
Β 
βˆ’
* [[Pocket Edition Protocol Documentation|The current Protocol docs]]
Β 
βˆ’
* [[Pocket Edition FAQ|FAQ]]
Β 
βˆ’
* [[Pocket Edition Login|Login Procedure]]
Β 
βˆ’
* [[Pocket Realms|Pocket Realms]]
Β 
βˆ’
* [[Pocket Minecraft Map Format|Map Format]]
Β 
βˆ’
Β 
βˆ’
=== Tools ===
Β 
βˆ’
Useful information & links
Β 
βˆ’
* [[Pocket Edition Program List|Program list]] - third-party PE programs
Β 
βˆ’
Β 
βˆ’
For more info, check out [[:Category:Pocket Minecraft|Pocket Minecraft]].
Β 
βˆ’
Β 
βˆ’
}}
Β 

Revision as of 13:16, 14 September 2018