2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2025-02-02 21:55:30 +00:00

relocate adventure api in bungeecord due collison with other plugins

This commit is contained in:
Mohammed Alteneiji 2025-01-23 10:33:10 +04:00
parent 199c1c7135
commit 91ea0b08dc
Signed by: ham1255
GPG Key ID: EF343502046229F4

View File

@ -60,6 +60,8 @@ tasks {
relocate("com.github.benmanes.caffeine", "com.imaginarycode.minecraft.redisbungee.internal.caffeine") relocate("com.github.benmanes.caffeine", "com.imaginarycode.minecraft.redisbungee.internal.caffeine")
// acf shade // acf shade
relocate("co.aikar.commands", "com.imaginarycode.minecraft.redisbungee.internal.acf.commands") relocate("co.aikar.commands", "com.imaginarycode.minecraft.redisbungee.internal.acf.commands")
// adventure :/
relocate("net.kyori", "com.imaginarycode.minecraft.redisbungee.internal.net.kyori")
} }