ValioBungee icon indicating copy to clipboard operation
ValioBungee copied to clipboard

Ability to change redis bungee messages

Open aleexgheorghe opened this issue 2 years ago • 5 comments

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:

  • ALREADY_LOGGED_IN
  • ONLINE_MODE_RECONNECT

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

aleexgheorghe avatar Jun 04 '22 22:06 aleexgheorghe

ok

ham1255 avatar Jun 04 '22 22:06 ham1255

Thanks for listening!

aleexgheorghe avatar Jun 04 '22 22:06 aleexgheorghe

#32 not releated but class can be translated

ham1255 avatar Jun 04 '22 22:06 ham1255

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

ham1255 avatar Jun 15 '22 02:06 ham1255

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:

  • line1
  • line2
  • line3 .....

Idk if this was sorted but still

ghost avatar Jul 12 '22 11:07 ghost