mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 16:37:43 +01:00
Include minimessage
This commit is contained in:
@@ -32,6 +32,9 @@ toothpick {
|
|||||||
subprojects {
|
subprojects {
|
||||||
repositories {
|
repositories {
|
||||||
maven("https://nexus.velocitypowered.com/repository/velocity-artifacts-snapshots/")
|
maven("https://nexus.velocitypowered.com/repository/velocity-artifacts-snapshots/")
|
||||||
|
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
|
||||||
|
name = "sonatype-oss-snapshots"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
dependencies {
|
||||||
|
implementation("net.kyori", "adventure-text-minimessage", "4.1.0-SNAPSHOT")
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user