ProxioDev / ValioBungee

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

[Feature] commands Translations #85

Open PanHaskins opened 11 months ago

PanHaskins commented 11 months ago

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

For example:

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

ham1255 commented 11 months ago

planned for 0.12.0

ham1255 commented 11 months ago

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

PanHaskins commented 10 months ago

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.