Add Sponge permissions for 1.11.2, 1.12.2, extract
permissions.yml.example
This commit is contained in:
parent
177fb3f57c
commit
2ff0479018
9 changed files with 106 additions and 4 deletions
|
|
@ -19,6 +19,7 @@ dependencies {
|
|||
compile project(path: ":DynmapCore", configuration: "shadow")
|
||||
compile 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||
compile 'org.yaml:snakeyaml:1.23'
|
||||
compile 'org.spongepowered:spongeapi:7.0.0'
|
||||
}
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
|
|
@ -30,6 +31,10 @@ repositories {
|
|||
name = 'forge'
|
||||
url = 'http://files.minecraftforge.net/maven'
|
||||
}
|
||||
maven {
|
||||
name = 'sponge'
|
||||
url = 'https://repo.spongepowered.org/maven'
|
||||
}
|
||||
}
|
||||
minecraft {
|
||||
version = "1.11.2-13.20.0.2315"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue