We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b819e commit 56ad60cCopy full SHA for 56ad60c
example/build.gradle.kts
@@ -21,7 +21,7 @@ repositories {
21
22
dependencies {
23
compileOnly("io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT")
24
- implementation("net.kyori:adventure-text-minimessage:4.14.0")
+ implementation("net.kyori:adventure-text-minimessage:4.16.0")
25
implementation(project(":bukkit-extension"))
26
implementation(rootProject)
27
}
0 commit comments