Add support to 1.21.7 + prepare for an upcoming change in CommandAPI (disabled for now)

- Updating CommandAPI to 10.1.1.
This commit is contained in:
Athar42
2025-07-02 18:40:33 +02:00
parent 9f093e0227
commit fe7cdc0860
3 changed files with 7 additions and 4 deletions

View File

@@ -44,6 +44,9 @@ dependencies {
implementation "io.papermc.paper:paper-api:${bukkit_version}"
implementation "de.maxhenkel.voicechat:voicechat-api:${voicechat_api_version}"
shadow "dev.jorel:commandapi-bukkit-shade:${command_api_version}"
// Next two are for testing of an upcoming CommandAPI change - Not yet available.
//shadow "dev.jorel:commandapi-paper-shade:${command_api_version}"
//shadow "dev.jorel:commandapi-paper-shade-mojang-mapped:${command_api_version}"
compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "5.3.0"
}