mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
9 lines
269 B
Kotlin
9 lines
269 B
Kotlin
version = "1.0.0"
|
|
|
|
dependencies {
|
|
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
|
|
compileOnly("us.ajg0702.queue.api:api:2.8.0")
|
|
compileOnly("net.luckperms:api:5.4")
|
|
annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
|
|
}
|