[FEAT] New Access control system to replace whitelisting and account linking

This commit is contained in:
2023-10-20 20:44:21 +02:00
parent d089a214ba
commit fdb51c4d01
21 changed files with 645 additions and 19 deletions

View File

@@ -62,6 +62,9 @@ dependencies {
implementation("com.google.code.gson:gson:${gson}")
implementation("com.google.guava:guava:31.1-jre")
implementation 'com.mojang:authlib:4.0.43'
compileOnly "org.projectlombok:lombok:${lombok}"
annotationProcessor "org.projectlombok:lombok:${lombok}"
}
shadowJar {
@@ -114,7 +117,7 @@ shadowJar {
relocate 'org.reflections', shade_group + 'org.reflections'
}
exclude 'META-INF/**'
setArchiveClassifier('')
setArchiveClassifier('verification')
}
publishing {