-
Notifications
You must be signed in to change notification settings - Fork 1
A minecraft proxy and man-in-the-middle based modding framework
ekimekim/MCProxy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published