Skip to content

Installation

Kiber edited this page Jun 20, 2026 · 4 revisions

Warning

ContentAPI requires Paper API
Bukkit and Spigot are not supported

For server owners

Just install library plugin from any of following sources

For plugin developers

Warning

At this moment ContentAPI artifact only uploaded at GitHub Packages
It will be uploaded to Maven Central as soon as possible

  • Add ContentAPI to your project dependencies
  • Add ContentAPI to your plugin.yml dependencies
    depend: [ ContentAPI ]
  • If you are using xyz.jpenilla.run-paper Gradle plugin add ContentAPI plugin to your test server
    tasks.runServer {
        downloadPlugins {
            // You can use any of following sources
            // Replace CONTENTAPI_VERSION
            hangar("ContentAPI", "CONTENTAPI_VERSION")
            modrinth("ContentAPI", "CONTENTAPI_VERSION")
            github("Kiber2009", "ContentAPI", "vCONTENTAPI_VERSION", "contentapi-CONTENTAPI_VERSION.jar")
        }
    }

Clone this wiki locally