Skip to content

AllayMC/WaterdogPE

 
 

Repository files navigation

WaterdogPE

Build Status Discord Chat

This is AllayMC's fork of WaterdogPE with added support for NetEase (China) Minecraft Bedrock Edition clients.

NetEase Client Support

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

Supported NetEase Protocol Versions

Protocol Version Game Version
v630 1.20.50
v686 1.21.2
v766 1.21.50

Note: When netease_client_support is enabled, all RakNet v8 clients will be treated as NetEase clients.


WaterdogPE is a brand new Minecraft: Bedrock Edition proxy software developed by the developers of the old Waterdog Proxy.
In this new proxy, we are working with Cloudbursts Protocol Library. It takes alot of maintaining effort from us and provides us with a nice api to work with.
If you want to discuss things without joining the discord server, please use the Discussions Tab

Links

Setup Guide

If you haven't used WaterdogPE before, we recommend you to take a look at our setup guide in the docs.
Please note that the config from the old Waterdog (Bungee) is not compatible with WaterdogPE

Supported Software

Our goal is to support all commonly used Minecraft: Bedrock server softwares. Spoons and unofficial forks will not be supported due to the lack of proper implementation.
You can find list of currently supported/unsupported software here.

Compiling

To compile WaterdogPE please visit our COMPILING.md guide.

Maven usage

<repositories>
    <repository>
        <id>waterdog-repo</id>
        <url>https://repo.waterdog.dev/main</url>
    </repository>
</repositories>

<dependencies>
<dependency>
    <groupId>dev.waterdog.waterdogpe</groupId>
    <artifactId>waterdog</artifactId>
    <version>2.0.4-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>
</dependencies>

Included libraries

About

AllayMC's fork of WaterdogPE with added support for NetEase (China) Minecraft Bedrock Edition clients

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%