Skip to content

WaterdogPE/WaterdogPE

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 28, 2023 23:32
November 8, 2020 19:28
September 18, 2023 22:28
May 3, 2020 11:30
March 26, 2021 10:40
November 10, 2022 17:55
January 29, 2021 16:11
June 5, 2023 12:59
November 6, 2020 18:57
September 20, 2023 21:05

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

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.

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 its 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/main</url>
    </repository>
</repositories>

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

Included libraries