Skip to content

Track, compete, and get rewarded for your item collections with seamless plugin integrations and per-collection leaderboards!

License

Notifications You must be signed in to change notification settings

AuroraNetworkStudios/AuroraCollections

Repository files navigation

AuroraCollections

Highly customizable and feature-rich Hypixel like collection leveling plugin for Paper servers. Let your players level up collections by collecting multiple items from the same type and give them rewards like money, items, permissions, or even custom rewards.

Developer API

Maven

<repository>
    <id>auroramc</id>
    <url>https://repo.auroramc.gg/repository/maven-public/</url>
</repository>
<dependency>
    <groupId>gg.auroramc</groupId>
    <artifactId>AuroraCollections</artifactId>
    <version>{VERSION}</version>
    <scope>provided</scope>
</dependency>

Gradle

Groovy DSL:

repositories {
    maven {
        url "https://repo.auroramc.gg/repository/maven-public/"
    }
}

dependencies {
    compileOnly 'gg.auroramc:AuroraCollections:{VERSION}'
}

Kotlin DSL:

repositories { 
    maven("https://repo.auroramc.gg/repository/maven-public/")
}

dependencies { 
    compileOnly("gg.auroramc:AuroraCollections:{VERSION}")
}

About

Track, compete, and get rewarded for your item collections with seamless plugin integrations and per-collection leaderboards!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages