1
0
mirror of https://github.com/WaterdogPE/WaterdogPE synced 2024-09-22 01:30:51 +00:00
Brand new proxy server for Minecraft: Bedrock Edition
Go to file
2024-09-18 21:10:10 +02:00
.github Enable deploys on release 2023-06-28 23:32:40 +02:00
.idea/copyright Improve gitignore and upload default copyright header 2021-07-03 15:56:28 +02:00
.mvn/wrapper Refactor 2020-11-08 19:28:51 +01:00
src/main Updated to v1.21.30 protocol (v729) (#321) 2024-09-18 21:10:10 +02:00
.all-contributorsrc Readme and other stuff 2020-11-21 12:41:08 +01:00
.gitattributes Initial commit 2020-05-03 11:30:18 +02:00
.gitignore Improve gitignore and upload default copyright header 2021-07-03 15:56:28 +02:00
COMPILING.md Reformat 2021-03-26 10:40:57 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2022-11-10 17:55:39 +01:00
Dockerfile Implement automated docker publishing (#231) 2022-10-02 11:39:01 +02:00
LICENSE Create LICENSE 2021-01-29 16:11:37 +01:00
mvnw Implement JSON config and other improvements 2021-03-03 17:46:12 +01:00
mvnw.cmd Add Maven wrapper 2020-11-06 18:57:45 +01:00
pom.xml Updated to v1.21.30 protocol (v729) (#321) 2024-09-18 21:10:10 +02:00
README.md Update readme: remove comparisons 2024-01-20 17:46:46 +01: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

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.0-SNAPSHOT</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

Included libraries