ValioBungee
ValioBungee copied to clipboard
[Feature] commands Translations
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
planned for 0.12.0
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
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.