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
@@ -0,0 +1,14 @@
{
"required": true,
"minVersion": "0.8",
"package": "org.examp.john.mixin.client",
"compatibilityLevel": "JAVA_25",
"client": [
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}