SolteraGG / StickyAPI

Utility methods, classes and potentially code-dupe-annihilating code for DDD plugins.
MIT License
1 stars 5 forks source link
bungeecord minecraft papermc spigot

StickyAPI

GitHub Workflow Status (branch) GitHub Workflow Status (branch) GitHub tag (latest SemVer) Code Coverage (master)

Utility methods, classes and potentially code-dupe-annihilating code for DDD plugins.

Packages

Development

The aim of StickyAPI is to provide a base set of utilities wrapping Bukkit and its plugin API to aid the development of our plugins.

Branching

Important Links

Contributing

This project is the shared responsibility of all of the developers working for DDD, or anyone who choses to contribute. Before contributing, please read the contribution guidelines, so nothing fucky wucky happens while you're working on the API.

Add StickyAPI to your project

Gradle

repositories {
    maven {
        credentials {
            username "$ghUser"
            password "$ghPass"
        }
        url = "https://maven.pkg.github.com/DumbDogDiner/StickyAPI/" }
}

dependencies {
    implementation "com.dumbdogdiner:stickyapi:X.X.X"
}

Documentation

All javadocs are located at https://dumbdogdiner.github.io/StickyAPI/ and have earlier versions available.

Development Quotes