File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ MCProxy is a python application that aims to:
2
+ Proxy minecraft packet connections between clients and servers
3
+ Packet inspection on that link
4
+ Implement features/restrictions on the minecraft game by modifying the packet stream
5
+
6
+ The main proxy (in the top level directory) is the guts and provides a framework for making plugins.
7
+ Plugins are in the plugins directory and are loaded in order. This order is set in the plugins.py file.
8
+
9
+ All packets recieved are filtered through each plugin in order. Each plugin may replace it, modify it or just drop it completely.
10
+ See the plugin spec for details.
11
+
12
+ Within the plugins directory there are several core plugins that provide a framework for player interaction and other useful tasks.
You can’t perform that action at this time.
0 commit comments