summaryrefslogtreecommitdiffstats
path: root/ProtoProxy/ProtoProxy.txt
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-05-30 17:22:45 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-05-30 17:22:45 +0200
commit4e0ea176d02d122703774eb7fb19d26a4ec1a037 (patch)
tree883b5b173ee6ef9a302b1683a22095b985176c63 /ProtoProxy/ProtoProxy.txt
parentImplemented right-click inventory painting (diff)
downloadcuberite-4e0ea176d02d122703774eb7fb19d26a4ec1a037.tar
cuberite-4e0ea176d02d122703774eb7fb19d26a4ec1a037.tar.gz
cuberite-4e0ea176d02d122703774eb7fb19d26a4ec1a037.tar.bz2
cuberite-4e0ea176d02d122703774eb7fb19d26a4ec1a037.tar.lz
cuberite-4e0ea176d02d122703774eb7fb19d26a4ec1a037.tar.xz
cuberite-4e0ea176d02d122703774eb7fb19d26a4ec1a037.tar.zst
cuberite-4e0ea176d02d122703774eb7fb19d26a4ec1a037.zip
Diffstat (limited to '')
-rw-r--r--ProtoProxy/ProtoProxy.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ProtoProxy/ProtoProxy.txt b/ProtoProxy/ProtoProxy.txt
index b844f716d..fde0d7778 100644
--- a/ProtoProxy/ProtoProxy.txt
+++ b/ProtoProxy/ProtoProxy.txt
@@ -15,9 +15,11 @@ This project is currently Windows-only and I don't plan on making it multi-platf
The proxy only works on the localhost connection. It listens on port 25564 and expects the underlying MC server to run on port 25565. Ports can be changed by cmdline args: ProtoProxy <listen-port> <server-port>.
+You need to set the server *not* to verify usernames ("online-mode=false" in server.properties) in order to be able to connect through ProtoProxy - since the full server name, including the port, is used for verification, the client uses different servername than the server and thus the verification fails.
-ProtoProxy is not much dependent on the protocol - it will work with unknown packets, it just won't parse them, into human-readable format.
+
+ProtoProxy is not much dependent on the protocol - it will work with unknown packets, it just won't parse them into human-readable format.
The latest protocol which has been tested is 1.5.2 (#61).