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