ProxioDev / ValioBungee

Synchronize players data between BungeeCord / Velocity proxies
Eclipse Public License 1.0
200 stars 51 forks source link

Ability to change redis bungee messages #33

Closed aleexgheorghe closed 1 year ago

aleexgheorghe commented 2 years ago

What is your question?

Hello!

I've been using RedisBungee for several years and I've always had to have my own fork to modify two messages of the plugin, this has been really annoying because a network in a language other than English looks horrible.

Could you please implement a setting where we can translate the messages:

I think I and several users who use the plugin would really appreciate it. We can find those messages by clicking here.

Thank you very much

ham1255 commented 2 years ago

ok

aleexgheorghe commented 2 years ago

Thanks for listening!

ham1255 commented 2 years ago

32 not releated but class can be translated

ham1255 commented 2 years ago

currently having issue understanding on how to put multi line text in yaml, i am thinking of using String array which each element is new line or there is good way of doing it.

any help appreciated

ghost commented 2 years ago

currently having issue understanding on how to put multi line text in yaml, i am thinking of using String array which each element is new line or there is good way of doing it.

any help appreciated

You make it a string list and then call it as getStringList(). format will be following

config-key:

Idk if this was sorted but still