Add disguise limiters for non-admins & safeguards

Give admins or people who should be able to disguise as a player fully the permission `plex.libsdisguises.player`

Also updated repos and LibsDisguises version
This commit is contained in:
ayunami2000
2023-08-24 17:33:38 -04:00
parent 30757aab94
commit c9b047fdb2
2 changed files with 87 additions and 1 deletions

View File

@ -12,6 +12,14 @@ repositories {
url = uri("https://nexus.telesphoreo.me/repository/plex/")
}
maven {
url = uri("https://repo.md-5.net/content/groups/public")
}
maven {
url = uri("https://repo.dmulloy2.net/repository/public/")
}
mavenCentral()
}
@ -20,7 +28,7 @@ dependencies {
annotationProcessor("org.projectlombok:lombok:1.18.28")
compileOnly("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")
compileOnly("dev.plex:server:1.3")
implementation("LibsDisguises:LibsDisguises:10.0.28")
implementation("LibsDisguises:LibsDisguises:10.0.37")
}
group = "dev.plex"