-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Kiber edited this page Jun 20, 2026
·
4 revisions
Warning
ContentAPI requires Paper API
Bukkit and Spigot are not supported
Just install library plugin from any of following sources
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.ymldependenciesdepend: [ ContentAPI ]
- If you are using
xyz.jpenilla.run-paperGradle plugin add ContentAPI plugin to your test servertasks.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") } }