Releases: DebitCardz/mc-chestui-plus
Releases · DebitCardz/mc-chestui-plus
Release 1.0.1
Support backwards compatibility with more Paper versions.
Full Changelog: 1.0.0...1.0.1
Release 1.0.0
This marks the first release of mc-chestui-plus, this release includes a breaking change that converts GUIType from an Enum to a Sealed Interface.
What's Changed
- Update documentation by @DebitCardz in #6
- Convert GUIType to sealed interface by @DebitCardz in #7
Full Changelog: 0.0.8...1.0.0
Release 0.0.8
What's Changed
- Add jitpack to readme by @DebitCardz in #5
- Move to one-indexed slots by @DebitCardz in #4
Full Changelog: 0.0.7...0.0.8
Release 0.0.7
Full Changelog: 0.0.6...0.0.7
Release 0.0.6
Full Changelog: 0.0.5...0.0.6
Release 0.0.5
Full Changelog: 0.0.4...0.0.5
Release 0.0.4
Full Changelog: 0.0.3...0.0.4
Release 0.0.3
Full Changelog: 0.0.2...0.0.3
Download by implementing the following in your gradle configuration.
repositories {
maven("https://maven.pkg.github.com/DebitCardz/mc-chestui-plus")
}
dependencies {
implementation("me.tech:mc-chestui-plus:0.0.2")
}
Release 0.0.2
Implemented many quality of life features to improve the library.
Download by implementing the following in your gradle configuration.
repositories {
maven("https://maven.pkg.github.com/DebitCardz/mc-chestui-plus")
}
dependencies {
implementation("me.tech:mc-chestui-plus:0.0.2")
}