.
This commit is contained in:
parent
c2aec2842a
commit
5cec83b992
34 changed files with 269 additions and 58 deletions
23
kencommandapi-velocity/build.gradle.kts
Normal file
23
kencommandapi-velocity/build.gradle.kts
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
plugins {
|
||||
id("java")
|
||||
id("java-library")
|
||||
}
|
||||
|
||||
group = "de.kentoj.scrow"
|
||||
version = ""
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
name = "papermc"
|
||||
url = uri("https://repo.papermc.io/repository/maven-public/")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// https://docs.papermc.io/velocity/dev/creating-your-first-plugin/
|
||||
annotationProcessor("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
|
||||
compileOnly("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
|
||||
|
||||
api(project(":kencommandapi-core"))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue