Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

24 total results found

WaterdogPE Guides

A collection of useful guides related to WaterdogPE.

Events Guide

Plugins

Events allow developers to execute own piece of code when something important happens (fe. player...

Integrating with slappers / NPCs

Integration

Goal Many want to integrate WaterdogPE with NPCs to be able to transfer players by clicking an N...

Troubleshooting

WaterdogPE Setup

This page covers errors casually reported by users and how to resolve them. Setup Access proxy ...

Software Compatibility

WaterdogPE Setup

WaterdogPE is currently not compatible with every server software. This table should show which o...

Client Setup

StarGate Plugins

Client is used to communicate with StarGate server. In Minecraft environment, we know clients as ...

Server Setup

StarGate Plugins

Configuring and starting default StarGate server shouldn't be problem. StarGate server comes as p...

StarGate Modules

StarGate Commons

StarGate project is based and uses Maven for building and compiling. Everything is compiled using...

Scheduling Task

Plugins

To submit custom repeating, delayed, async tasks WDPE has implemented WaterdogScheduler. Accessi...

Proxy Communication

Plugins

Its common that bigger networks requires some synchronization and communication between downstrea...

Fallback & Join Handler

Plugins

Introduction The IJoinHandler and IReconnectHandler interfaces are providing plugins with an eas...

Commands Guide

Plugins

Proxy Commands Command class A base proxy command is represented by a class extending dev.water...

StarGate Guides

A set of useful guides, examples and docs related to StarGate, a Netty socket based application u...

Maven Setup

Entry Level Plugin API Guide

Base Setup Maven is our choice for building and compiling plugins to actually runnable .jar file...

Proxy Configuration

WaterdogPE Setup

WaterdogPE uses config.yml file to store all general settings which will be loaded on startup. De...

Starting Waterdog

WaterdogPE Setup

To start pre-compiled WaterdogPE (WDPE) you will need Java 11 installed. If you want to start pro...

Prerequisites

Entry Level Plugin API Guide

What you will need: An suitable IDE supporting maven. We recommend using either IntelliJ or Ec...

Integration

StarGate Plugins

Guide thought plugin configuration and usage.

StarGate Commons

Guide thought StarGate commons modules.

Plugins

All you need to know about plugins and related api methods.

WaterdogPE Setup

Simple Guide through WaterdogPE setup process.

Entry Level Plugin API Guide

This guide explains the very basics of our plugin API, how to develop your first plugin and how t...

Introduction

Plugins

Maven Project Setup Create a new maven project in IDE of your choice. We recommend you to use Je...