Advanced Search
Search Results
24 total results found
WaterdogPE Guides
A collection of useful guides related to WaterdogPE.
Events Guide
Events allow developers to execute own piece of code when something important happens (fe. player...
Integrating with slappers / NPCs
Goal Many want to integrate WaterdogPE with NPCs to be able to transfer players by clicking an N...
Troubleshooting
This page covers errors casually reported by users and how to resolve them. Setup Access proxy ...
Software Compatibility
WaterdogPE is currently not compatible with every server software. This table should show which o...
Client Setup
Client is used to communicate with StarGate server. In Minecraft environment, we know clients as ...
Server Setup
Configuring and starting default StarGate server shouldn't be problem. StarGate server comes as p...
StarGate Modules
StarGate project is based and uses Maven for building and compiling. Everything is compiled using...
Scheduling Task
To submit custom repeating, delayed, async tasks WDPE has implemented WaterdogScheduler. Accessi...
Proxy Communication
Its common that bigger networks requires some synchronization and communication between downstrea...
Fallback & Join Handler
Introduction The IJoinHandler and IReconnectHandler interfaces are providing plugins with an eas...
Commands Guide
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
Base Setup Maven is our choice for building and compiling plugins to actually runnable .jar file...
Proxy Configuration
WaterdogPE uses config.yml file to store all general settings which will be loaded on startup. De...
Starting Waterdog
To start pre-compiled WaterdogPE (WDPE) you will need Java 11 installed. If you want to start pro...
Prerequisites
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
Maven Project Setup Create a new maven project in IDE of your choice. We recommend you to use Je...