2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-05-03 11:40:29 +00:00

2 Commits

2 changed files with 3 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
group=com.imaginarycode.minecraft
version=0.12.5
version=0.12.6

View File

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