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

add network id

This commit is contained in:
2024-04-22 16:27:14 +04:00
parent 97e6b5c944
commit 91c3845b2e
7 changed files with 78 additions and 39 deletions

View File

@@ -41,6 +41,7 @@ tasks {
runWaterfall {
waterfallVersion("1.20")
environment["REDISBUNGEE_PROXY_ID"] = "bungeecord-1"
environment["REDISBUNGEE_NETWORK_ID"] = "dev"
}
compileJava {
options.encoding = Charsets.UTF_8.name()