mirror of
https://github.com/plexusorg/Module-LibsDisguises.git
synced 2025-07-12 10:28:35 +00:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user