Difference between revisions of "Main Page"

From wiki.vg
Jump to navigation Jump to search
(→‎Minecraft Pocket Edition: added Pocket Realms)
Line 1: Line 1:
__NOTOC__
+
'''MediaWiki has been successfully installed.'''
Welcome to the #mcdevs wiki! The wiki is primarily curated by the [irc://irc.freenode.net/mcdevs #mcdevs] community on [http://freenode.net/ Freenode].
 
  
== Minecraft Modern ==
+
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
[[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.
+
== Getting started ==
 
+
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
=== Documentation ===
+
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
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'''.
+
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
 
+
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]
* [[Protocol FAQ]]
 
* [[Protocol|Current Protocol Specification]]
 
* [[Pre-release protocol|Pre-release Protocol Specificaton]]
 
* [[Rcon]] and [[Query]] protocol specifications
 
* [[Authentication|Authentication Scheme]]
 
* [[Protocol Encryption]]
 
* [[Map Format]] (See also: mirror of the old [[NBT]].txt)
 
 
 
=== 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
 
* [http://b.wiki.vg/ Burger Vitrine] shows differences in data and protocol between arbitrary versions.
 
* [[:Code Snippets]]
 
 
 
=== Tutorials & Guides ===
 
* [[How to Write a Client]]
 
* [[Chat|How Chat Works]]
 
 
 
For more info, check out [[:Category:Minecraft Modern|Minecraft Modern]].
 
 
 
== 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'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 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]].
 
 
 
== Minecraft Pocket Edition ==
 
[[File:Banner pocket.png|link=Category:Pocket Minecraft]]
 
 
 
Pocket Minecraft is the version of Minecraft for portable systems such as Android or iOS devices. It currently has very little documentation.
 
 
 
=== Documentation ===
 
The documentation for Pocket Minecraft is currently lacking and needs improvement.
 
* [[Pocket Minecraft Protocol|Protocol Specification]]
 
* [[Pocket Edition FAQ|FAQ]]
 
* [[Pocket_Realms API|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]].
 
 
 
== Other Locally Hosted Resources ==
 
If you need hosting or mirroring, drop the [[User:Kev009|hostmaster]] a note.
 
* [http://mc.kev009.com/libevent/ libevent2 doxygen, up to date]
 
* [http://mc.kev009.com/nbt/ NBT test files (archived)]
 
* [[Craftd:Main_Page|craftd Minecraft Server]]
 
* [[Realcraft:Main_Page|Realcraft Minecraft Server]]
 

Revision as of 21:43, 9 July 2013

MediaWiki has been successfully installed.

Consult the User's Guide for information on using the wiki software.

Getting started