mirror of
https://github.com/WaterdogPE/WaterdogPE
synced 2025-04-26 04:30:19 +00:00
- Implements support for transfer between all dimensions - Fixes downloading resource packs larger than 1MB - Adds support for MCBE 1.17
WaterdogPE
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
- Discord
- Official documentation
- Issues Tracker
- Yamler: a forked yaml parsing library
- Branding: various brand assets for the WaterdogPE project
- Protocol: A fork of Nukkits Protocol library with various changes for the WaterdogPE project
Benefits compared to Waterdog
- Reduced memory usage
- Much cleaner Plugin API
- Much more configurable
- Easy to modify / contribute
- Active Support and quick updates for new MC:BE Versions
- BE server pinging: Easily ping your downstream server using a plugin to check it's status
- Resource pack support
- Maintained documentation
Known bugs fixed in WaterdogPE
- Bows are sometimes not shooting when primed
- Scoreboards are flickering when updated
- Disconnects are not always showing the disconnect reason
- Waterdog is not working with PM4 due to appended custom data in the LoginPacket
- Resource packs not working properly
- Native ciphering sometimes fails
- Food bar not always working on Nukkit
Compiling
To compile WaterdogPE please visit our COMPILING.md guide.
Maven usage
<repositories>
<repository>
<id>waterdog-repo</id>
<url>https://repo.waterdog.dev/artifactory/main</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>dev.waterdog.waterdogpe</groupId>
<artifactId>waterdog</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Languages
Java
100%