Skip to content

1.17.4

Choose a tag to compare

@github-actions github-actions released this 10 Nov 19:41

Grab the new version from https://s01.oss.sonatype.org/content/repositories/releases/io/github/kojiv/developerkit/1.17.4 by using it in your dependencies

<dependencies>
	<dependency>
	    <groupId>io.github.kojiv</groupId>
	    <artifactId>developerkit</artifactId>
	    <version>1.17.4</version>
	</dependency>
</dependencies>

Changelog

  • 🌟 feat: fixed color in serialized ItemBuilder and made SerializedMethod better b580cc5 @KojiV