Fix kyori, add permissionlist command, fix luckperms getting wrong context
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
||||
group = "us.ajg0702.queue.platforms.velocity"
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
//mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url = uri("https://repo.ajg0702.us") }
|
||||
maven { url = uri("https://nexus.velocitypowered.com/repository/maven-public/") }
|
||||
@@ -19,7 +19,7 @@ dependencies {
|
||||
|
||||
compileOnly("com.velocitypowered:velocity-api:3.0.0")
|
||||
annotationProcessor("com.velocitypowered:velocity-api:3.0.0")
|
||||
compileOnly("net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT")
|
||||
compileOnly("net.kyori:adventure-text-minimessage:4.0.0-SNAPSHOT")
|
||||
|
||||
implementation(project(":common"))
|
||||
implementation(project(":api"))
|
||||
|
||||
Reference in New Issue
Block a user