ValioBungee icon indicating copy to clipboard operation
ValioBungee copied to clipboard

[Feature] commands Translations

Open PanHaskins opened this issue 1 year ago • 3 comments

Hi, would it be possible to please add an option to override messages when override commands?

For example:

  • /glist showall
  • /glist
  • /find ....

and could you add command for /alert? Broadcast for multi proxies

PanHaskins avatar Aug 07 '23 20:08 PanHaskins

planned for 0.12.0

ham1255 avatar Aug 10 '23 10:08 ham1255

for /alert it wont be added but this can be done using the api,

pubsub way

see AbstractRedisBungeeAPI#registerPubSubChannels see AbstractRedisBungeeAPI#sendChannelMessage

events depends on proxy you are on for example this event for velocity

https://ci.limework.net/RedisBungee/RedisBungee-Velocity/build/docs/javadoc/com/imaginarycode/minecraft/redisbungee/events/PubSubMessageEvent.html

bungeecord: https://ci.limework.net/RedisBungee/RedisBungee-Bungee/build/docs/javadoc/com/imaginarycode/minecraft/redisbungee/events/PubSubMessageEvent.html

ham1255 avatar Aug 10 '23 10:08 ham1255

we made our own plugin for alerts. But for others it might be a good use if they can't make their own plugin. And, thanks for help.

PanHaskins avatar Aug 26 '23 19:08 PanHaskins