### Your question? For example, if I have agents bungee-1 and bungee-2 and enter player1 and player2 respectively, then player1 sends plug-in messages such as ```kotlin output.writeUTF("Message") output.writeUTF("player2") output.writeUTF("hi") player1.sendPluginMessage() ``` player2 will not receive Or do I need to create a plug-in in Bungee and call RedisBungee to subscribe to the channel?