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

log version / build date

This commit is contained in:
2023-09-14 10:34:41 +04:00
committed by mohammed jasem alaajel
parent b7433bc9a3
commit 76c362cf66
4 changed files with 22 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ proxy-id: "proxy-1"
# since version 0.8.0 Internally now uses JedisPooled instead of Jedis, JedisPool.
# which will break compatibility with old plugins that uses RedisBungee JedisPool
# so to mitigate this issue, we will instruct RedisBungee to init an JedisPool for compatibility reasons.
# so to mitigate this issue, RedisBungee will create an JedisPool for compatibility reasons.
# disabled by default
# ignored when cluster mode is enabled
enable-jedis-pool-compatibility: false

View File

@@ -25,6 +25,7 @@ default-language: en
# https://minecraft.fandom.com/wiki/Language
use-client-language: true
# messages
messages:
logged-in-other-location:
en: "<color:red>You logged in from another location!"
@@ -36,4 +37,18 @@ messages:
en: "<color:green>Connecting you to %s..."
# commands:
# commands common messages:
commands-common:
player-not-found:
en: "<color:red>Player not found."
player-not-specified:
en: "<color:red>You must specify a player name."
command-not-specified:
en: "<color:red>You must specify a command to be run."
# commands
#commands:
#