mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-19 00:45:27 +01:00
11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
|
|
plugins {
|
|
java
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.spigotmc:bukkit-api:1.8.8-R0.1-SNAPSHOT") // Spigot API
|
|
implementation("com.sk89q.worldguard:worldguard-legacy:6.1.2") // Old worldguard
|
|
|
|
}
|