summaryrefslogtreecommitdiffstats
path: root/ProtoProxy/ProtoProxy.txt
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-11-10 13:29:08 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-11-10 13:29:08 +0100
commit25434f50f1426b37a8608b1f1f4ab5658c7e4516 (patch)
tree7b61eb1afbeed4877ac7d434125e031a844e42ee /ProtoProxy/ProtoProxy.txt
parentRemoved the protocol restriction from default debugging settings.ini (diff)
downloadcuberite-25434f50f1426b37a8608b1f1f4ab5658c7e4516.tar
cuberite-25434f50f1426b37a8608b1f1f4ab5658c7e4516.tar.gz
cuberite-25434f50f1426b37a8608b1f1f4ab5658c7e4516.tar.bz2
cuberite-25434f50f1426b37a8608b1f1f4ab5658c7e4516.tar.lz
cuberite-25434f50f1426b37a8608b1f1f4ab5658c7e4516.tar.xz
cuberite-25434f50f1426b37a8608b1f1f4ab5658c7e4516.tar.zst
cuberite-25434f50f1426b37a8608b1f1f4ab5658c7e4516.zip
Diffstat (limited to '')
-rw-r--r--ProtoProxy/ProtoProxy.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/ProtoProxy/ProtoProxy.txt b/ProtoProxy/ProtoProxy.txt
index bbeab490f..b94ca153f 100644
--- a/ProtoProxy/ProtoProxy.txt
+++ b/ProtoProxy/ProtoProxy.txt
@@ -13,7 +13,10 @@ In order to catch the encryption parameters, the MC protocol needs to be underst
This project is currently Windows-only and I don't plan on making it multi-platform, although the effort needed for doing so should be minimal.
-The proxy only works on the localhost connection. It listens on port 25565 and expects the underlying MC server to run on port 25564.
+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>.
+
+
+Currently the protocol version 47 (client 1.4.2) is the only one supported.