2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +00:00

reimpl kick api using serialized messages instead, Move language to own module, depenedcies fixes

This commit is contained in:
2025-02-22 17:57:06 +04:00
parent 1d3bd7e101
commit 338297192c
22 changed files with 179 additions and 114 deletions

View File

@@ -13,6 +13,7 @@ fun configureProject(name: String, path: String) {
}
configureProject(":RedisBungee-API", "api")
configureProject(":RedisBungee-Lang", "lang")
configureProject(":RedisBungee-Commands", "commands")
configureProject(":RedisBungee-Bungee", "proxies/bungeecord/bungeecord-api")