Skip to content

PoloCloud is the simplest and easiest Cloud for Minecraft

License

Notifications You must be signed in to change notification settings

iPommes/polocloud01

 
 

Repository files navigation

PoloCloud

The simplest and easiest Cloud for Minecraft

Installation

To install PoloCloud, follow these steps:

  1. Download the latest release from the releases page.
  2. Go to the folder in which the downloaded jar is located and execute the following command there:
  java -jar polocloud.jar
  1. Create a Proxy and Lobby Group using 'group create'
  2. Set lobby as a fallback service with 'group lobby property set fallback true'
  3. Connect to your Server using ip-address:DEFAULT-PROXY-PORT

Developement API

⚠️ You need following repository:

1.1 Maven repository:

<repository>
    <id>polocloud-maven-snapshot</id>
    <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>

1.2 Gradle repository:

maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")

2.1. Maven dependency

<dependency>
  <groupId>dev.httpmarco.polocloud</groupId>
  <artifactId>api</artifactId>
  <version>1.0.0.5-SNAPSHOT</version>
</dependency>

2.2. Gradle dependency

implementation 'dev.httpmarco.polocloud:api:1.0.0.5-SNAPSHOT'

2.3. Gradle Kotlin DLS Dependency

implementation("dev.httpmarco.polocloud:api:1.0.0.5-SNAPSHOT")

About

PoloCloud is the simplest and easiest Cloud for Minecraft

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.0%
  • Other 1.0%