Skip to content

Releases: DebitCardz/mc-chestui-plus

Release 1.0.1

01 Aug 13:09
f2b086d
Compare
Choose a tag to compare

Support backwards compatibility with more Paper versions.

Full Changelog: 1.0.0...1.0.1

Release 1.0.0

01 Aug 12:38
2449e7d
Compare
Choose a tag to compare

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

Full Changelog: 0.0.8...1.0.0

Release 0.0.8

01 Aug 00:52
ca67118
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.7...0.0.8

Release 0.0.7

28 Jun 22:02
59a8070
Compare
Choose a tag to compare

Full Changelog: 0.0.6...0.0.7

Release 0.0.6

28 Jun 21:40
0af0aa6
Compare
Choose a tag to compare

Full Changelog: 0.0.5...0.0.6

Release 0.0.5

28 Jun 00:20
789e69a
Compare
Choose a tag to compare

Full Changelog: 0.0.4...0.0.5

Release 0.0.4

26 Jun 21:58
ed662f9
Compare
Choose a tag to compare

Full Changelog: 0.0.3...0.0.4

Release 0.0.3

11 Jun 16:14
1e16558
Compare
Choose a tag to compare

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

11 Jun 14:50
89f88f1
Compare
Choose a tag to compare

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")
}