mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-31 14:49:35 +01:00
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
|
|
plugins {
|
|
java
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.spigotmc:bukkit-api:1.12.2-R0.1-SNAPSHOT") // Spigot API
|
|
implementation("com.sk89q.worldguard", "worldguard-legacy", "6.2") // WorldGuard
|
|
|
|
}
|