Create common nms module.

This commit is contained in:
alexcrea 2024-08-07 23:20:04 +02:00
parent 056892ee1e
commit 7d20ea83c3
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
13 changed files with 108 additions and 70 deletions

View file

@ -0,0 +1,14 @@
group = rootProject.group
version = rootProject.version
repositories {
// ProtocoLib
maven (url = "https://repo.dmulloy2.net/repository/public/" )
}
dependencies {
// Protocolib
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0")
}