placeholder handling + beginning of message conversion

This commit is contained in:
RonanCraft
2022-10-12 16:07:21 -04:00
parent f0786c123a
commit 84b8d0f5fe
25 changed files with 279 additions and 107 deletions

View File

@@ -354,5 +354,12 @@
<version>1.8.1</version>
<scope>provided</scope>
</dependency>
<!-- Kyori Adventure -->
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-bukkit</artifactId>
<version>4.1.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>