All Projects → WaterdogPE → WaterdogPE

WaterdogPE / WaterdogPE

Licence: GPL-2.0 license
Brand new proxy server for Minecraft: Bedrock Edition

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to WaterdogPE

bedrock-emotes
A collection of all Bedrock Edition emote UUIDs currently in the game.
Stars: ✭ 70 (-57.32%)
Mutual labels:  mcpe, bedrock, mcbe
Kookie
A server software for Minecraft: Bedrock Edition written in Kotlin
Stars: ✭ 51 (-68.9%)
Mutual labels:  bedrock, mcbe
SAC
An AntiCheat software for PockeMine-MP made to detect unfair gamplay advantages.
Stars: ✭ 52 (-68.29%)
Mutual labels:  mcpe, mcbe
bedrock-server
Minecraft Bedrock (MCPE) Server on Docker
Stars: ✭ 47 (-71.34%)
Mutual labels:  mcpe, bedrock
bedrock-viz
Minecraft Bedrock Edition World Visualization & Reporting Tool with Web App
Stars: ✭ 194 (+18.29%)
Mutual labels:  mcpe, bedrock
BedrockProxy
Allow Minecraft Bedrock players on your BungeeCord server!
Stars: ✭ 16 (-90.24%)
Mutual labels:  mcpe, bedrock
minecraft-worldedit-bedrock
World Edit for Minecraft bedrock
Stars: ✭ 48 (-70.73%)
Mutual labels:  mcpe, bedrock
boundstone
High Performance / Fast Compilation / Lightweight MCBE Server
Stars: ✭ 42 (-74.39%)
Mutual labels:  mcpe, mcbe
BeeCloud-Proxy
BeeCloud Minecraft Bedrock Edition proxy server software with UDP protocol.
Stars: ✭ 22 (-86.59%)
Mutual labels:  mcpe, mcbe
Vector-Network-Project
Minecraft Bedrock Edition server plugin
Stars: ✭ 28 (-82.93%)
Mutual labels:  mcpe, mcbe
Extropy
Custom version of PocketMine-MP for the @ConflictPE network! 🚀🕹️
Stars: ✭ 16 (-90.24%)
Mutual labels:  mcpe, bedrock
UHC
A UHC plugin for MCPE v1.2.x
Stars: ✭ 15 (-90.85%)
Mutual labels:  mcpe
MineReset
Powerful mine resetting tool
Stars: ✭ 44 (-73.17%)
Mutual labels:  mcpe
release-notes
Release notes and system requirements for our various Firefoxen
Stars: ✭ 15 (-90.85%)
Mutual labels:  bedrock
LiteXLoader
This project has been merged into LiteLoaderBDS 👇 click below to new project 本项目已经合并到 LiteLoaderBDS 项目中 👇 点击前往 https://github.com/LiteLDev/LiteLoaderBDS
Stars: ✭ 84 (-48.78%)
Mutual labels:  bedrock
PerWorldInventory
A full-featured per world inventory plugin for PocketMine-MP.
Stars: ✭ 14 (-91.46%)
Mutual labels:  mcpe
enveigle
Deceive Ansible to template Trellis .env files to local Bedrock
Stars: ✭ 18 (-89.02%)
Mutual labels:  bedrock
JukeboxMC
A Minecraft Bedrock Editon Server Software
Stars: ✭ 56 (-65.85%)
Mutual labels:  bedrock
FactionsPE
Most advanced factions plugin for PocketMine-MP
Stars: ✭ 46 (-71.95%)
Mutual labels:  mcpe
bedrock-wordpress-docker
Dockerized Wordpress using Bedrock
Stars: ✭ 36 (-78.05%)
Mutual labels:  bedrock

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

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/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>

Included libraries

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].