Add Adventure API

This commit is contained in:
HexedHero 2022-03-30 19:56:00 +01:00
parent 9171402668
commit 2d13fdc9d5

View File

@ -90,6 +90,12 @@
<!-- Compile -->
<!-- Adventure! -->
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
<version>${adventure.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>