mirror of
https://github.com/kaboomserver/extras.git
synced 2025-02-12 04:20:09 +00:00
5 lines
123 B
Text
5 lines
123 B
Text
![]() |
dependencies {
|
||
|
compileOnly("io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT")
|
||
|
|
||
|
implementation(project(":common"))
|
||
|
}
|