feat: add LuckPerms support to chat handler

This commit is contained in:
2026-08-09 15:28:32 +02:00
parent 4de15842e7
commit 896ec668eb
6 changed files with 106 additions and 14 deletions
+10 -4
View File
@@ -26,17 +26,23 @@ fabricApi {
client = true
}
}
repositories {
mavenCentral()
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
maven {
name = "luckperms"
url = "https://repo.luckperms.net/"
}
}
dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
implementation "net.fabricmc:fabric-loader:${project.loader_version}"
implementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
compileOnly "net.luckperms:api:5.4"
}
processResources {
inputs.property "version", project.version
inputs.property "minecraft_version", project.minecraft_version