Adventure
Support for net.kyori:adventure types.
Installation
<dependencies>
<dependency>
<groupId>me.sparky983.warp</groupId>
<artifactId>warp-adventure</artifactId>
<version>0.2</version>
</dependency>
</dependencies>repositories {
mavenCentral()
}
dependencies {
implementation("me.sparky983.warp:warp-adventure:0.2")
}repositories {
mavenCentral()
}
dependencies {
implementation 'me.sparky983.warp:warp-adventure:0.2'
}Mini Message
Placeholders
Regular Placeholders
Parsed Placeholders
Choice Placeholders
Format Placeholders
Generic Deserializer
Last updated