mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-19 00:45:27 +01:00
11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
|
|
||
|
plugins {
|
||
|
`java-library`
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation("org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT") // Spigot API
|
||
|
implementation("com.sk89q.worldguard", "worldguard-core", "7.0.0-SNAPSHOT") // WorldGuard
|
||
|
implementation("com.sk89q.worldguard", "worldguard-legacy", "7.0.0-SNAPSHOT") // NEEDED
|
||
|
}
|