Difference between revisions of "Utility List"
Jump to navigation
Jump to search
(Active, and versions (I'm leaving DeobfCraft as active since it runs off of MCP)) |
|||
Line 13: | Line 13: | ||
! scope="col" | Development Status | ! scope="col" | Development Status | ||
|- | |- | ||
− | | [https://github.com/ | + | | [https://github.com/cuberite/cuberite/tree/master/Tools/ProtoProxy ProtoProxy] || A subproject of [https://github.com/cuberite/cuberite Cuberite], protocol proxy performing a man-in-the-middle attack on the protocol encryption, and parsing basic packets. || {{planned|#47}} - 1.8.9 || C++ || Windows, Mac, Linux || FakeTruth, [[User:xoft|xoft]], [https://github.com/cuberite/cuberite/blob/master/CONTRIBUTORS More] || {{yes|Active}} |
|- | |- | ||
− | | [https://github.com/ | + | | [https://github.com/DarkStorm652/DarkBot DarkBot] || Minecraft client, automation (AI) platform, and modular protocol library. Can play Minecraft on its own (on any 1.5.2+ server). || {{no|#5}} - 1.7.9<br />(and #4, #61, #74, #78) || Java || Windows, Mac, & Linux || [[user:DarkStorm|DarkStorm]] || {{no|Inactive}} |
|- | |- | ||
− | | [https://github.com/ | + | | [https://github.com/Yogu/minecraft-sniffer minecraft-sniffer] || A proxy that prints out server and client packets in JSON format. Does not support encryption.|| {{no|#5}} - 1.7.10 || node.js || Windows, Mac, & Linux || [[user:Yogu|Yogu]] || {{no|Inactive}} |
|- | |- | ||
− | | [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. || {{no|#79}} - 13w38c || C# || Windows, Mac, & Linux || [[User:SirCmpwn|SirCmpwn]] || {{ | + | | [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. || {{no|#79}} - 13w38c || C# || Windows, Mac, & Linux || [[User:SirCmpwn|SirCmpwn]] || {{no|Inactive}} |
|- | |- | ||
− | | [https://github.com/sadimusi/mc4p mc4p] || A 1.6.2-compatible fork of [https://github.com/mmcgill/mc3p mc3p] || {{no|#74}} - 1.6.2 || Python || Windows, Mac, & Linux || [[User:sadimusi|sadimusi]] || {{ | + | | [https://github.com/sadimusi/mc4p mc4p] || A 1.6.2-compatible fork of [https://github.com/mmcgill/mc3p mc3p] || {{no|#74}} - 1.6.2 || Python || Windows, Mac, & Linux || [[User:sadimusi|sadimusi]] || {{No|Inactive}} |
|- | |- | ||
− | | [https://github.com/superjoe30/mcserve mcserve] || gives you an "online mode whitelist" (or blacklist) plus realtime web interface || {{no|#60}} - 1.5 || node.js || Windows, Mac, & Linux || [[user:Superjoe|superjoe]] || {{ | + | | [https://github.com/superjoe30/mcserve mcserve] || gives you an "online mode whitelist" (or blacklist) plus realtime web interface || {{no|#60}} - 1.5 || node.js || Windows, Mac, & Linux || [[user:Superjoe|superjoe]] || {{no|Inactive}} |
|- | |- | ||
− | | [https://github.com/bencvt/McPacketSniffer McPacketSniffer] || A Minecraft client mod that logs packets to text files || {{no|#47}} - 1.4.4 || Java || Windows, Mac, & Linux || [[User:Benc|bencvt]] || {{ | + | | [https://github.com/bencvt/McPacketSniffer McPacketSniffer] || A Minecraft client mod that logs packets to text files || {{no|#47}} - 1.4.4 || Java || Windows, Mac, & Linux || [[User:Benc|bencvt]] || {{no|Inactive}} |
|- | |- | ||
| [https://github.com/mmcgill/mc3p mc3p] || Python Minecraft proxy with plugin support. || {{no|#29}} - 1.2.5 || Python || Windows, Mac, & Linux || mmcgill || {{no|Inactive}} | | [https://github.com/mmcgill/mc3p mc3p] || Python Minecraft proxy with plugin support. || {{no|#29}} - 1.2.5 || Python || Windows, Mac, & Linux || mmcgill || {{no|Inactive}} | ||
Line 43: | Line 43: | ||
| [https://github.com/glguy/minecraft-proxy minecraft-proxy] || A Minecraft protocol proxy || {{unknown|}} || Haskell || || glguy || {{no|Inactive}} | | [https://github.com/glguy/minecraft-proxy minecraft-proxy] || A Minecraft protocol proxy || {{unknown|}} || Haskell || || glguy || {{no|Inactive}} | ||
|- | |- | ||
− | | [https://github.com/CraftDevs/DeobfCraft DeobfCraft] || A utility to let you use Minecraft as a Lib to your own projects with out caring about obfuscation. || {{yes|All Versions}} || Java ||Windows , Mac and Linux || chibill|| {{yes|Active}} | + | | [https://github.com/CraftDevs/DeobfCraft DeobfCraft] || A utility to let you use Minecraft as a Lib to your own projects with out caring about obfuscation. || {{yes|All Versions with MCP mappings}} || Java ||Windows , Mac and Linux || chibill|| {{yes|Active}} |
|} | |} | ||
[[Category:Minecraft Modern]] | [[Category:Minecraft Modern]] |
Revision as of 03:42, 5 April 2016
Minecraft Modern Tools and Mods | |
---|---|
Clients | Servers | Decompilers | Libraries | Utilities | Wrappers |
A list of tools to help out your Minecraft development.
Name | Description | Last Supported Protocol | Language | Operating System | Author | Development Status |
---|---|---|---|---|---|---|
ProtoProxy | A subproject of Cuberite, protocol proxy performing a man-in-the-middle attack on the protocol encryption, and parsing basic packets. | #47 - 1.8.9 | C++ | Windows, Mac, Linux | FakeTruth, xoft, More | Active |
DarkBot | Minecraft client, automation (AI) platform, and modular protocol library. Can play Minecraft on its own (on any 1.5.2+ server). | #5 - 1.7.9 (and #4, #61, #74, #78) |
Java | Windows, Mac, & Linux | DarkStorm | Inactive |
minecraft-sniffer | A proxy that prints out server and client packets in JSON format. Does not support encryption. | #5 - 1.7.10 | node.js | Windows, Mac, & Linux | Yogu | Inactive |
SMProxy | SMProxy is a powerful debugging tool for Minecraft that can be used to log and manipulate communication between a server and client. | #79 - 13w38c | C# | Windows, Mac, & Linux | SirCmpwn | Inactive |
mc4p | A 1.6.2-compatible fork of mc3p | #74 - 1.6.2 | Python | Windows, Mac, & Linux | sadimusi | Inactive |
mcserve | gives you an "online mode whitelist" (or blacklist) plus realtime web interface | #60 - 1.5 | node.js | Windows, Mac, & Linux | superjoe | Inactive |
McPacketSniffer | A Minecraft client mod that logs packets to text files | #47 - 1.4.4 | Java | Windows, Mac, & Linux | bencvt | Inactive |
mc3p | Python Minecraft proxy with plugin support. | #29 - 1.2.5 | Python | Windows, Mac, & Linux | mmcgill | Inactive |
NetMinecraftMapViewer | Map viewer showing entity locations and special blocks via TCP proxy | #29 - 1.2.5 | C# | Inactive | ||
MCProxy | A java minecraft-proxy that can load plugins. | #29 - 1.2.5 | Java | Maincraft | Inactive | |
mcproxy | A modular client and server-side network protocol proxy | #29 - 1.2.5 | C | Nadrin | Inactive | |
WiresharkDissector | A wireshark dissector for the Minecraft protocol | #28 - 1.2 | C | ScottBrooks | Inactive | |
golem | Ruby 1.9 client, acts as a standalone bot or transparent proxy | #10 - 1.4b | Ruby | aniero | Inactive | |
Mineproxy | mineproxy | C & C++ | ReDucTor | Inactive | ||
minecraft-proxy | A Minecraft protocol proxy | Haskell | glguy | Inactive | ||
DeobfCraft | A utility to let you use Minecraft as a Lib to your own projects with out caring about obfuscation. | All Versions with MCP mappings | Java | Windows , Mac and Linux | chibill | Active |