Install DaisyCore
Install DaisyCore
Section titled “Install DaisyCore”DaisyCore is meant to be the one dependency for normal plugin projects. You should not need to pull in platform-command, platform-menu, or the other internal modules directly.
Requirements
Section titled “Requirements”- Java 21
- Kotlin 2.3.x
- Paper 1.21.x
Gradle Kotlin DSL
Section titled “Gradle Kotlin DSL”repositories { mavenCentral() maven("https://repo.papermc.io/repository/maven-public/") maven("https://jitpack.io")}
dependencies { implementation("cat.daisy:DaisyCore:1.0.0")}What this gives you
Section titled “What this gives you”- Commands
- Menus
- Scoreboards
- Tablists
- Text helpers
- Placeholders
- Items
- Shared runtime plumbing
Next step
Section titled “Next step”Build a plugin bootstrap with First Plugin.