Only use paper + code cleanup

This commit is contained in:
alexcrea 2025-07-09 10:18:55 +02:00
parent 39cbc640ef
commit f3eca58b1a
Signed by: alexcrea
GPG key ID: E346CD16413450E3
28 changed files with 129 additions and 355 deletions

View file

@ -1,16 +1,12 @@
group = rootProject.group
version = rootProject.version
repositories {
// ProtocoLib
maven (url = "https://repo.dmulloy2.net/repository/public/" )
plugins {
id("io.papermc.paperweight.userdev")
}
dependencies {
// Spigot api
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
// Paper
paperweight.paperDevBundle("1.21.1-R0.1-SNAPSHOT")
// Protocolib
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0")
}