Utility List: Difference between revisions
Jump to navigation
Jump to search
imported>Scryptonite No edit summary |
imported>Scryptonite No edit summary |
||
| Line 3: | Line 3: | ||
{| class="wikitable sortable" border="1" | {| class="wikitable sortable" border="1" | ||
|+ | |+ Tools | ||
|- | |- | ||
! scope="col" | Name | ! scope="col" | Name | ||
! scope="col" class="unsortable" | Description | ! scope="col" class="unsortable" | Description | ||
! scope="col" | | ! scope="col" | Latest Protocol | ||
! scope="col" | Language | ! scope="col" | Language | ||
! scope="col" class="unsortable" | Operating System | ! scope="col" class="unsortable" | Operating System | ||
! scope="col" | Author | ! scope="col" | Author | ||
|- | |- | ||
| [https://github.com/SirCmpwn/SMProxy SMProxy] || SMProxy is a powerful debugging tool for Minecraft that can be used to log and manipulate communication between a server and client. || 1.3.2 | | [https://github.com/SirCmpwn/SMProxy SMProxy] || SMProxy is a powerful debugging tool for Minecraft that can be used to log and manipulate communication between a server and client. || {{yes|#39}} - 1.3.2 || C# || Windows, Mac, & Linux || [[User:SirCmpwn|SirCmpwn]] | ||
|- | |- | ||
| [https://code.google.com/p/mc-server/ ProtoProxy] || a subproject of MCServer, protocol proxy performing a man-in-the-middle attack on the protocol encryption, and parses basic packets. || 1.3.2 | | [https://code.google.com/p/mc-server/ ProtoProxy] || a subproject of MCServer, protocol proxy performing a man-in-the-middle attack on the protocol encryption, and parses basic packets. || {{yes|#39}} - 1.3.2 || C++ || Windows || tedik | ||
|- | |- | ||
| [https://github.com/sadimusi/mc3p sadimusi/mc3p] || A 1.3.2-compatible fork of [https://github.com/mmcgill/mc3p m3cp] || 1.3.2 | | [https://github.com/sadimusi/mc3p sadimusi/mc3p] || A 1.3.2-compatible fork of [https://github.com/mmcgill/mc3p m3cp] || {{yes|#39}} - 1.3.2 || Python || Windows, Mac, & Linux || [[User:sadimusi|sadimusi]] | ||
|- | |- | ||
| [https://github.com/mmcgill/mc3p m3cp] || Actively maintained Python Minecraft proxy with plugin support. || 1.2.5 | | [https://github.com/mmcgill/mc3p m3cp] || Actively maintained Python Minecraft proxy with plugin support. || {{no|#29}} - 1.2.5 || Python || Windows, Mac, & Linux || mmcgill | ||
|- | |- | ||
| [http://code.google.com/p/netminecraftmapviewer/ NetMinecraftMapViewer] || Map viewer showing entity locations and special blocks via TCP proxy || 1.2.5 | | [http://code.google.com/p/netminecraftmapviewer/ NetMinecraftMapViewer] || Map viewer showing entity locations and special blocks via TCP proxy || {{no|#29}} - 1.2.5 || C# || || | ||
|- | |- | ||
| [https://github.com/Maincraft/MCProxy MCProxy] || A java minecraft-proxy that can load plugins. || 1.2.5 | | [https://github.com/Maincraft/MCProxy MCProxy] || A java minecraft-proxy that can load plugins. || {{no|#29}} - 1.2.5 || Java || || Maincraft | ||
|- | |- | ||
| [https://github.com/ScottBrooks/minecraft-dissector WiresharkDissector] || A wireshark dissector for the Minecraft protocol || 1.2 | | [https://github.com/ScottBrooks/minecraft-dissector WiresharkDissector] || A wireshark dissector for the Minecraft protocol || {{no|#28}} - 1.2 || C || || ScottBrooks | ||
|- | |- | ||
| [http://github.com/aniero/golem golem] || Ruby 1.9 client, acts as a standalone bot or transparent proxy || | | [http://github.com/aniero/golem golem] || Ruby 1.9 client, acts as a standalone bot or transparent proxy || {{no|#10}} - 1.4b || Ruby || || aniero | ||
|- | |- | ||
| [https://github.com/ReDucTor/mineproxy Mineproxy] || mineproxy || | | [https://github.com/ReDucTor/mineproxy Mineproxy] || mineproxy || {{unknown|}} || C & C++ || || ReDucTor | ||
|- | |- | ||
| [https://github.com/glguy/minecraft-proxy minecraft-proxy] || A Minecraft protocol proxy || | | [https://github.com/glguy/minecraft-proxy minecraft-proxy] || A Minecraft protocol proxy || {{unknown|}} || Haskell || || glguy | ||
|- | |- | ||
| [https://github.com/Nadrin/mcproxy mcproxy] || A modular client and server-side network protocol proxy || | | [https://github.com/Nadrin/mcproxy mcproxy] || A modular client and server-side network protocol proxy || {{unknown|}} || C || || Nadrin | ||
|} | |} | ||
[[Category:Minecraft Modern]] | [[Category:Minecraft Modern]] | ||
Revision as of 07:22, 15 September 2012
| Minecraft Modern Tools and Mods | |
|---|---|
| Clients | Servers | Decompilers | Libraries | Utilities | Wrappers | |
A list of tools to help out your Minecraft development.
| Name | Description | Latest Protocol | Language | Operating System | Author |
|---|---|---|---|---|---|
| SMProxy | SMProxy is a powerful debugging tool for Minecraft that can be used to log and manipulate communication between a server and client. | #39 - 1.3.2 | C# | Windows, Mac, & Linux | SirCmpwn |
| ProtoProxy | a subproject of MCServer, protocol proxy performing a man-in-the-middle attack on the protocol encryption, and parses basic packets. | #39 - 1.3.2 | C++ | Windows | tedik |
| sadimusi/mc3p | A 1.3.2-compatible fork of m3cp | #39 - 1.3.2 | Python | Windows, Mac, & Linux | sadimusi |
| m3cp | Actively maintained Python Minecraft proxy with plugin support. | #29 - 1.2.5 | Python | Windows, Mac, & Linux | mmcgill |
| NetMinecraftMapViewer | Map viewer showing entity locations and special blocks via TCP proxy | #29 - 1.2.5 | C# | ||
| MCProxy | A java minecraft-proxy that can load plugins. | #29 - 1.2.5 | Java | Maincraft | |
| WiresharkDissector | A wireshark dissector for the Minecraft protocol | #28 - 1.2 | C | ScottBrooks | |
| golem | Ruby 1.9 client, acts as a standalone bot or transparent proxy | #10 - 1.4b | Ruby | aniero | |
| Mineproxy | mineproxy | C & C++ | ReDucTor | ||
| minecraft-proxy | A Minecraft protocol proxy | Haskell | glguy | ||
| mcproxy | A modular client and server-side network protocol proxy | C | Nadrin |