To install PoloCloud, follow these steps:
- Download the latest release from the releases page.
- Go to the folder in which the downloaded jar is located and execute the following command there:
java -jar polocloud.jar
- Create a Proxy and Lobby Group using 'group create'
- Set lobby as a fallback service with 'group lobby property set fallback true'
- Connect to your Server using ip-address:DEFAULT-PROXY-PORT
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")