7 lines
111 B
Text
7 lines
111 B
Text
|
plugins {
|
||
|
id("java")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT")
|
||
|
}
|