-
Notifications
You must be signed in to change notification settings - Fork 31
Description
I defined the INPUT button, which the zMenuPlus would listen and capture the subsequent input (I briefly suppose).
Regrettably, this function conflicts with BungeeChat, which is a cross-server chat plugin dev by the Bungee team.
As I observed, while enabling BungeeChat, any text typed into the input field goes to cross-server chat, and can't be caught by zMenu+.
Similar to issue 174, zMenu was not fully considered in the architecture and mechanism to support Bungee ecosystem middleware.
It's not a criticism. Apparently, that would be a considerable challenge for both technical and project management.
Also, for clear boundaries of responsibility, a plugin should work well standalone. But Bungee has an irreplaceable position and importance, I can't build a cluster without these.
Zmenu is currently in the leading position of menu solutions. I would very much like to see zMenu+ provide at least some support at key points of Bungee integration.
Reference:
①Issue 174: #174
②zMenu Doc: https://docs.zmenu.dev/configurations/buttons#input
③BungeeChat: https://github.com/AuraDevelopmentTeam/BungeeChat2