ProxProx is an open-source proxy for Minecraft Bedrock Edition servers. It allows creating plugins and moving players between all sorts of PE servers without the need of third party plugins. Purely written in Java.
Currently, ProxProx is in a fast development-mode. The API is not that stable and may change over time. The goal is to develop an API with the implementation problems we face. We will eventually break the API multiple times until we reach the first release. To keep the impact minimal we deprecate symbols and provide better alternatives you can use.
- Deprecated symbols (packages, fields, methods, classes etc.) will be deleted after two weeks of deprecation
JDK | Documentation | Download |
---|---|---|
1.8 | Not available | Latest build |
Compiling ProxProx is actually pretty easy. We'll guide you through the compilation step by step and address troubleshooting.
Prerequisites
For compiling ProxProx, you will need some prerequisites:
- Git
- Maven
- JDK 1.8
Compiling
This project's choice of build tool is Maven. To compile ProxProx using Maven follow these steps:
- Open up a terminal
- Change the working directory to the cloned ProxProx repository
- Type the following command:
mvn clean install
(You can append-T 4C
if you've got a decent machine) - Let it compile. This will take some time. Grab a drink and relax.
Troubleshooting
No compile troubleshooting available.
This project's choice of license is BSD 3-Clause. You may find the license file in the project's root directory.