Skip to content

Commit 2e7d9dc

Browse files
author
minecraft server
committed
Added README
1 parent e843d4f commit 2e7d9dc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.

0 commit comments

Comments
 (0)