Alemiz112 / Vortex-Clients

Contains simple implementations of Vortex Client for various applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Contains simple implementations of Vortex Client for various applications

License:Apache License 2.0


Languages

Language:Java 100.0%