1
0
mirror of https://github.com/WaterdogPE/WaterdogPE synced 2025-04-26 04:30:19 +00:00
Alemiz112 cc5eab8b4c [Release] v1.1.0
- Implements support for transfer between all dimensions
- Fixes downloading resource packs larger than 1MB
- Adds support for MCBE 1.17
2021-06-11 21:11:28 +02:00
2021-06-11 21:10:34 +02:00
2020-11-08 19:28:51 +01:00
2021-06-11 20:11:23 +02:00
2020-11-21 12:41:08 +01:00
2020-05-03 11:30:18 +02:00
2021-03-26 10:40:57 +01:00
2021-01-29 16:11:37 +01:00
2020-11-06 18:57:45 +01:00
2021-06-11 21:11:28 +02:00
2021-06-05 17:57:21 +02:00

WaterdogPE

Build Status Discord Chat

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

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

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>
Description
Brand new proxy server for Minecraft: Bedrock Edition
Readme GPL-2.0 2.4 MiB
Languages
Java 100%