/Vortex-Clients

Contains simple implementations of Vortex Client for various applications

Primary LanguageJavaApache License 2.0Apache-2.0

Vortex Clients

Discord Chat

Contains simple implementations of Vortex Client for various applications

Minecraft

WaterdogPE

WaterVortex is the Vortex client implementation as plugin for WaterdogPE. Plugin instance can be accessed using WaterVortex.getInstance() method.
Maven dependency:

<dependency>
    <groupId>alemiz.stargate.vortex</groupId>
    <artifactId>waterdogpe</artifactId>
    <version>${vortex.version}</version>
    <scope>provided</scope>
</dependency>

NukkitVortex

NukkitVortex is the Vortex client implementation as plugin for NukkitX. Plugin instance can be accessed using NukkitVortex.getInstance() method. Maven dependency:

<dependency>
    <groupId>alemiz.stargate.vortex</groupId>
    <artifactId>nukkit</artifactId>
    <version>${vortex.version}</version>
    <scope>provided</scope>
</dependency>

More implementations might come out later.