add luckperms context

This commit is contained in:
okx-code
2023-01-19 00:10:49 +00:00
parent 6a1010022c
commit 8e9112e526
5 changed files with 87 additions and 2 deletions
+3 -1
View File
@@ -46,7 +46,7 @@ dependencies {
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
compileOnly 'org.jetbrains:annotations:22.0.0'
compileOnly 'org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT'
compileOnly('com.github.Realizedd:TokenManager:3.2.4') {
transitive = false
}
@@ -66,6 +66,8 @@ dependencies {
transitive = false
}
compileOnly 'net.luckperms:api:5.4'
compileOnly 'com.github.LlmDl:Towny:25fc18a'
testImplementation 'com.github.LlmDl:Towny:25fc18a'