In this small project there are a few functions that are often needed for Minecraft servers. Such as timestamps or a few adventure extensions.
<dependencies>
<dependency>
<groupId>world.avionik</groupId>
<artifactId>minecraft-common</artifactId>
<version>1.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
dependencies {
compileOnly 'world.avionik:minecraft-common:1.0.1'
}