mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Created 1.18 R1 handling of sending player abilities packet and tested on spigot. Documented force_protocolib config.
16 lines
No EOL
335 B
Kotlin
16 lines
No EOL
335 B
Kotlin
group = rootProject.group
|
|
version = rootProject.version
|
|
|
|
repositories {
|
|
// ProtocoLib
|
|
maven (url = "https://repo.dmulloy2.net/repository/public/" )
|
|
|
|
}
|
|
|
|
dependencies {
|
|
// Spigot api
|
|
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
|
|
|
|
// Protocolib
|
|
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0")
|
|
} |