Skip to content

Daisy is a powerful library that allows developers and server owners to easily create GUIs of any kind for Spigot-based servers (1.8.8 <-> 1.20.2)

License

Notifications You must be signed in to change notification settings

emmily-development/daisy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daisy


License

Daisy is a powerful library that allows developers and server owners to easily create GUIs of any kind for Spigot-based servers (1.8.9 <-> 1.20.1)


Installation


Use Maven or Gradle in order to install Daisy

Maven


<repositories>
  <repository>
    <id>emmily-public</id>
    <url>https://repo.emmily.dev/repository/emmily-public</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>dev.emmily.daisy</groupId>
    <artifactId>daisy-core</artifactId>
    <version>LATEST</version>
  </dependency>
</dependencies>

Gradle

repositories {
    maven("https://repo.emmily.dev/repository/emmily-public")
}

dependencies {
    implementation("dev.emmily:daisy-core:LATEST")
}

Usage

Check the wiki for usage.


Contributing

Contributions are welcome as long as they were properly implemented and tested.

About

Daisy is a powerful library that allows developers and server owners to easily create GUIs of any kind for Spigot-based servers (1.8.8 <-> 1.20.2)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages