Skip to content

A minecraft proxy and man-in-the-middle based modding framework

Notifications You must be signed in to change notification settings

ekimekim/MCProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c438fc9 · May 14, 2012
May 14, 2012
Mar 26, 2012
Mar 26, 2012
Apr 21, 2012
Feb 7, 2012
Feb 7, 2012
May 7, 2012
Mar 28, 2012
May 14, 2012
Apr 24, 2012
Mar 26, 2012
Mar 26, 2012

Repository files navigation

MCProxy is a python application that aims to:
	Proxy minecraft packet connections between clients and servers
	Packet inspection on that link
	Implement features/restrictions on the minecraft game by modifying the packet stream

The main proxy (in the top level directory) is the guts and provides a framework for making plugins.
Plugins are in the plugins directory and are loaded in order. This order is set in the plugins.py file.

All packets recieved are filtered through each plugin in order. Each plugin may replace it, modify it or just drop it completely.
See the plugin spec for details.

Within the plugins directory there are several core plugins that provide a framework for player interaction and other useful tasks.

About

A minecraft proxy and man-in-the-middle based modding framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published