Skip to content

A Maven repository for Folia dev-bundle

Notifications You must be signed in to change notification settings

Folia-Inquisitors/FoliaDevBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

FoliaDevBundle

A Maven Repository for supplying the Folia dev-bundle, mostly used for constructing Folia dependencies for some specialized plugins that rely on its internal APIs.

Why?

Although PaperMC has a similar Maven repository exactly for this, they are slow on providing us with the necessary dev-bundle when a new MC version is released. After research on their publish workflow, we decided to make our own repository so that we can update our plugins faster for the new MC versions. Personally, this is for MoreFoWorld, but this can also be useful for our future projects.

Usage

repositories {
    maven {
        name = "folia-inquistors-repo"
        url = "https://github.com/Folia-Inquisitors/FoliaDevBundle/raw/gh-pages/"
    }
    // Your other repositories
}

About

A Maven repository for Folia dev-bundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published