.
This commit is contained in:
parent
e85228e717
commit
0cda14e3cc
34 changed files with 316 additions and 333 deletions
|
|
@ -15,15 +15,14 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":core-velocity-api"))
|
||||
|
||||
// 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")
|
||||
|
||||
// https://mvnrepository.com/artifact/com.github.ben-manes.caffeine/caffeine
|
||||
implementation("com.github.ben-manes.caffeine:caffeine:3.2.4")
|
||||
|
||||
// http://forge.kentoj.de/scrow/-/packages/maven/de.kentoj.scrow:kencommandapi-velocity
|
||||
implementation("de.kentoj.scrow:kencommandapi-velocity")
|
||||
|
||||
implementation(project(":core-lib"))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue