Skip to content

Syodo-Development/SyodogPE

 
 

Repository files navigation

SyodogPE

SyodogPE is a fork of WaterdogPE with additional featues and fixes. For example: You can receive all packets send by the users. You can use this to send sounds for example. SyodogPE also fixes some bugs WaterdogPE still has.

WaterdogPE is a 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

Waterdog Links! Some stuff may be different to SyodogPE

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 focus lies on PowerNukkitX since its the only server software that's worth using.

Compiling

To compile SyodogPE please visit WaterdogPE's COMPILING.md guide.

Maven usage

<repositories>
	<repository>
		<id>jitpack.io</id>
		<url>https://jitpack.io</url>
	</repository>
</repositories>

<dependencies>
	<dependency>
	    <groupId>com.github.Syodo-Development</groupId>
	    <artifactId>SyodogPE</artifactId>
	    <version>-SNAPSHOT</version>
	</dependency>
</dependencies>

About

Modified Version of WaterdogPE

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%