ItemizerX/v1_18_R1/build.gradle.kts

7 lines
216 B
Plaintext
Raw Normal View History

2023-07-16 00:07:47 +00:00
apply(plugin = "io.papermc.paperweight.userdev")
apply(plugin = "xyz.jpenilla.run-paper")
2023-06-15 22:21:19 +00:00
dependencies {
2023-07-16 00:07:47 +00:00
paperDevBundle("1.18.1-R0.1-SNAPSHOT")
implementation("net.kyori:adventure-text-minimessage:4.14.0")
2023-06-15 22:21:19 +00:00
}