Skip to content

itzmxritz/polocloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Polocloud v3

license Download Discord

🧩 PoloCloud Kotlin SDK

Bring cloud-native capabilities to your Kotlin applications with the PoloCloud SDK — designed for performance, simplicity, and seamless integration.

📦 Maven Snapshot Repository

To get started, add the PoloCloud snapshot repository to your pom.xml or build.gradle.kts:

Maven
<repositories>
    <repository>
        <id>polocloud-snapshots</id>
        <url>https://central.sonatype.com/repository/maven-snapshots/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>dev.httpmarco.polocloud</groupId>
        <artifactId>sdk-kotlin</artifactId>
        <version>3.0.0-pre.4-SNAPSHOT</version>
    </dependency>
</dependencies>
Gradle (Kotlin DSL)
repositories {
    maven {
        name = "polocloud-snapshots"
        url = uri("https://central.sonatype.com/repository/maven-snapshots/")
    }
}

dependencies {
    implementation("dev.httpmarco.polocloud:sdk-kotlin:3.0.0-pre.4-SNAPSHOT")
}

🧪 This version is a snapshot release (3.0.0-pre.4-SNAPSHOT) — ideal for testing the latest features. Expect frequent updates!

🧩 PoloCloud Rust SDK

You can find more information in Rust SDK README

🌐 Translations

This project is being translated into multiple languages with the help of Crowdin.
You can contribute by helping us localize it!

Crowdin

About

PoloCloud is the simplest and easiest Cloud for Minecraft

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 47.1%
  • Kotlin 44.8%
  • Java 4.4%
  • Rust 2.2%
  • JavaScript 0.6%
  • CSS 0.6%
  • Other 0.3%