LuckPerms permission provider for offline support
This commit is contained in:
parent
5791632d35
commit
b2a072c45c
4 changed files with 116 additions and 7 deletions
|
|
@ -18,6 +18,7 @@ configurations {
|
|||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
|
||||
}
|
||||
|
||||
|
|
@ -32,6 +33,7 @@ dependencies {
|
|||
shadow project(path: ':DynmapCore', configuration: 'shadow')
|
||||
|
||||
modCompileOnly "me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
|
||||
compileOnly 'net.luckperms:api:5.4'
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue