WaterdogPE is a brand new Minecraft: Bedrock Edition proxy software developed by the developers of the old Waterdog Proxy. This is AllayMC's fork of WaterdogPE with added support for NetEase Minecraft Bedrock Edition clients.
This fork adds the ability for the proxy to handle connections from NetEase Minecraft clients. To enable NetEase client support, add the following to your config.yml:
netease_client_support: true
# Optional: only allow NetEase clients to connect
only_allow_netease_client: false| Protocol Version | Game Version |
|---|---|
| v630 | 1.20.50 |
| v686 | 1.21.2 |
| v766 | 1.21.50 |
| v819 | 1.21.93 |
Note: When
netease_client_supportis enabled, all RakNet v8 clients will be treated as NetEase clients.
To compile WaterdogPE please visit our COMPILING.md guide.
Stable releases are available from Maven Central without adding any extra repository. Snapshot builds are published to Sonatype Central's snapshot repository.
repositories {
maven("https://central.sonatype.com/repository/maven-snapshots/")
}
dependencies {
compileOnly("org.allaymc:waterdogpe:2.0.4-SNAPSHOT")
}