Difference between revisions of "Utility List"

From wiki.vg
Jump to navigation Jump to search
m (Changed SMProxy's link to github)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A list of tools to help out your Minecraft development. '''Caution:''' Most of this is outdated!
+
A list of tools to help out your Minecraft development.
 +
 
 +
 
 +
The following tools support version 1.2.5 (protocol version 29):
 +
 
 +
* NetMinecraftMapViewer - http://code.google.com/p/netminecraftmapviewer - Map viewer showing entity locations and special blocks via TCP proxy for Minecraft 1.2.5, written in c#
 +
* SMProxy - https://github.com/SirCmpwn/SMProxy - Supports Minecraft 1.2.5
 +
* [https://github.com/mmcgill/mc3p m3cp] - Actively maintained Python Minecraft proxy with plugin support. Runs on Linux/OS X/Windows, supports Beta 1.8 - Final 1.2.5
 +
* MCProxy - https://github.com/Maincraft/MCProxy - Java minecraft-proxy that can load plugins. Supports Minecraft 1.2.5
 +
 
 +
 
 +
These tools may be outdated:
  
* SMProxy - http://smproxy.codeplex.com/ - Supports Minecraft 1.2.5
 
 
* Wireshark Dissector - http://github.com/ScottBrooks/minecraft-dissector - supports Minecraft ''Beta'' 1.2.2
 
* Wireshark Dissector - http://github.com/ScottBrooks/minecraft-dissector - supports Minecraft ''Beta'' 1.2.2
 
* MineProxy - http://github.com/ReDucTor/mineproxy
 
* MineProxy - http://github.com/ReDucTor/mineproxy
Line 8: Line 18:
 
* minecraft-proxy - Haskell implementation of network protocol and proxy server providing various client "enhancements" - http://github.com/glguy/minecraft-proxy
 
* minecraft-proxy - Haskell implementation of network protocol and proxy server providing various client "enhancements" - http://github.com/glguy/minecraft-proxy
 
* mcproxy - Modular client- and server-side network protocol proxy written in C - https://github.com/Nadrin/mcproxy
 
* mcproxy - Modular client- and server-side network protocol proxy written in C - https://github.com/Nadrin/mcproxy
* [https://github.com/mmcgill/mc3p m3cp] - Actively maintained Python Minecraft proxy with plugin support. Runs on Linux/OS X/Windows, supports Beta 1.8 - Final 1.2.5
+
 
* MCProxy - https://github.com/Maincraft/MCProxy - Java minecraft-proxy that can load plugins. Supports Minecraft 1.2.5
 
  
 
[[Category:Minecraft Modern]]
 
[[Category:Minecraft Modern]]

Revision as of 23:39, 14 July 2012

A list of tools to help out your Minecraft development.


The following tools support version 1.2.5 (protocol version 29):


These tools may be outdated: