This commit is contained in:
Piecuuu 2026-03-27 17:58:32 +01:00
commit 60e21de8cb
9 changed files with 580 additions and 0 deletions

16
build.gradle Normal file
View file

@ -0,0 +1,16 @@
plugins {
id 'java'
}
repositories {
maven {
name = 'papermc'
url = 'https://repo.papermc.io/repository/maven-public/'
}
mavenCentral()
mavenLocal()
}
dependencies {
compileOnly 'io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT'
}