belohnung / WaterdogPE

Brand new proxy server for Minecraft: Bedrock Edition

Home Page:http://docs.waterdog.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Links

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>

About

Brand new proxy server for Minecraft: Bedrock Edition

http://docs.waterdog.dev/

License:GNU General Public License v2.0


Languages

Language:Java 100.0%