Skip to content

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.

  • Java 21
  • Kotlin 2.3.x
  • Paper 1.21.x
repositories {
mavenCentral()
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://jitpack.io")
}
dependencies {
implementation("cat.daisy:DaisyCore:1.0.0")
}
  • Commands
  • Menus
  • Scoreboards
  • Tablists
  • Text helpers
  • Placeholders
  • Items
  • Shared runtime plumbing

Build a plugin bootstrap with First Plugin.